Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. IIS wont serve up web pages

IIS wont serve up web pages

Scheduled Pinned Locked Moved ASP.NET
securityhelpvisual-studiosysadminwindows-admin
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dwolver
    wrote on last edited by
    #1

    I have developed a test website in vstudio 2008. I published the site to http://localHost/WebAndASP/ I run the Web program in IDE and it opens up browser window to http://localhost:3400/ and displays my page I can also open up a browser window manually type in the above and view the page. However I cannot do http://localhost/WebAndASP/Default.aspx IIS has Website entry named WebAndASP. It is configures with low priority. The directory security is set to Anonymous access and Integrated Windows Authentication When I right click on the Website node in IIS(5.1 btw) I get the same http 500 internal server error message. Strange that it can execute with the :3400 but not locally. I would like IIS to work without having to supply the :3400 or any of the other values Help is greatly appreciated Dale

    A 1 Reply Last reply
    0
    • D dwolver

      I have developed a test website in vstudio 2008. I published the site to http://localHost/WebAndASP/ I run the Web program in IDE and it opens up browser window to http://localhost:3400/ and displays my page I can also open up a browser window manually type in the above and view the page. However I cannot do http://localhost/WebAndASP/Default.aspx IIS has Website entry named WebAndASP. It is configures with low priority. The directory security is set to Anonymous access and Integrated Windows Authentication When I right click on the Website node in IIS(5.1 btw) I get the same http 500 internal server error message. Strange that it can execute with the :3400 but not locally. I would like IIS to work without having to supply the :3400 or any of the other values Help is greatly appreciated Dale

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      How did you deployed your application on IIS ? Can you please check in which Port your web sites is running ? By default it should be 80. Thank you !!

      cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article

      D 1 Reply Last reply
      0
      • A Abhijit Jana

        How did you deployed your application on IIS ? Can you please check in which Port your web sites is running ? By default it should be 80. Thank you !!

        cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article

        D Offline
        D Offline
        dwolver
        wrote on last edited by
        #3

        Yes its port 80 The port numbers assigned are random, based on what VStudio decides to use for its virtual server. however once I publish the web app to the wwwroot directory, http://localhost/AppName should be all thats required, to the best of my knowledge.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups