Problems building an ASP.Net App / IIS issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ripvonboomer
    New Member
    • Sep 2006
    • 2

    Problems building an ASP.Net App / IIS issue

    I am fairly new to programming, and have purchased and installed VS 2003. No problems with windows apps, but I tried to create a new ASP.Net web app, and it won't even build the solution. I am getting the following error:

    "Visual Studio .NET cannot create the application <application> . No Web server was detected at this URL: <URL> Internet Information Services (IIS) is not installed on this computer. You need to install IIS and then reconfigure ASP.NET to recognize it. "

    The thing is IIS is installed on my computer. However, I followed the directions, reinstalled IIS, the .Net Framework, and reconfigured ASP.Net through the VS.Net command prompt. It still isn't working. I'm sure there is something very simple I'm not doing right, but like I said, this is a new world for me so I would really appreciate some advice. Thanks in advance!!

    Rip
  • radcaesar
    Recognized Expert Contributor
    • Sep 2006
    • 759

    #2
    After reinstall the iis

    Go to .NET Command Prompt

    Type, aspnet_regiis -i

    Now try by start a new web application

    :)

    Comment

    Working...