File system websites

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bhuvanabh@gmail.com

    #1

    File system websites

    Hi,

    In http project, I can able to view the webpage link by providing m/c
    name instead of localhost(http://mymachinename/sample.aspx), but in
    filesystem project why I couldn't browse the page with the machine
    name? Can anyone suggest me how to browse it using m/c name instead of
    the localhost:portn umber.
  • Kevin Spencer

    #2
    Re: File system websites

    ASP.Net pages must be served by an HTTP server, so you can't do that.

    --
    HTH,

    Kevin Spencer
    Chicken Salad Surgeon
    Microsoft MVP

    <bhuvanabh@gmai l.comwrote in message
    news:f4a769d5-dadb-4359-89de-f064b3fb7923@d4 g2000prg.google groups.com...
    Hi,
    >
    In http project, I can able to view the webpage link by providing m/c
    name instead of localhost(http://mymachinename/sample.aspx), but in
    filesystem project why I couldn't browse the page with the machine
    name? Can anyone suggest me how to browse it using m/c name instead of
    the localhost:portn umber.

    Comment

    • George Ter-Saakov

      #3
      Re: File system websites

      Filesystem type of project using built-in web server which runs on separate
      port than standard IIS.
      So to access is using machine name you must specify the port number.

      Start it from VS and you will see in the browser

      4534 is made up and you will have different port number


      George.


      <bhuvanabh@gmai l.comwrote in message
      news:f4a769d5-dadb-4359-89de-f064b3fb7923@d4 g2000prg.google groups.com...
      Hi,
      >
      In http project, I can able to view the webpage link by providing m/c
      name instead of localhost(http://mymachinename/sample.aspx), but in
      filesystem project why I couldn't browse the page with the machine
      name? Can anyone suggest me how to browse it using m/c name instead of
      the localhost:portn umber.

      Comment

      Working...