how to browse my web (aspx) pages in intranet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajsrmc
    New Member
    • Jan 2010
    • 9

    how to browse my web (aspx) pages in intranet

    Hello Pals! Can anyone please tell me, how to browse my web (aspx) pages in intranet
    Thanks in advance suggestions are really appreciated
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    You need to publish your website to an IIS server that is hosted on your intranet.

    In other words, you need to have a computer that is set up to be a web server. This machine has to have IIS installed on it. Once you've installed IIS you need to set up a new "web site" that will be where your published web application will be hosted.

    Once you've created a website for your web application on the web server publish your web application and move the files generated by the publish to the website.

    Once you've done this you need to make sure that the firewall for the web server allows other computers to access the website.

    Should be good to go after that :)

    -Frinny

    Comment

    Working...