I am trying to learn ASP.NET in VS 2003. After learning that IIS was required and not present on XP Home, I found this product. First, thank you for providing it. I downloaded and installed the UltiDev Cassini Web Server for .NET 1.1 without problems.
Unfortunately, when I go to create a new project in VS 2003 (via New...Project...Visual C# Projects...ASP.NET Web Application)...I get the following error:
"Visual Studio .NET cannot create or open the application because no Web server was
detected at this URL: 'http://locahost/WebApplication1'. Make sure the Web server is
installed and running."
I checked the state of the "UltiDev Cassini Web Server for ASP.NET 1.1" service. It was started.
I tried going to "http://localhost:7756/". This brought up the expected application registration screen. Unfortunately, since I can't create the application in the first place, this was not much help.
I am certain, because I am an extreme newbie to this, that I am missing something obvious.
Can anyone please give me a suggestion as to what I am doing wrong? Thank you in advance for any assistance.