Unable to create asp.net project type in Visual Studio.Net 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My PC is having Windows XP Professional installed. IIS Server is up and
running.
I am able to create a ASP 3.0 Web Project using Visual Interdev.

Now I am trying to create a ASP.NET project. But it always throws an error
as mentioned below. And I am not able create a project of that sort.

The web server reported the following error when attempting to create or
open the Web project located at the following URL:
'http://localhost/WebApplication1'. 'A connection with the server could not
be established'

Can anyone help me why this is so. I tried re-installing several types. But
alas!, it gives no change in the response.

Thanks in advance.

Babunath
 
Try to register again the .NET Framework on IIS: launch
"aspnet_regiis.exe -i" on the
"[%WINDOWS%]\Microsoft .Net\framework\vXXX\)" directory.


Lionel.
 
Back
Top