Cannot create Web Application

  • Thread starter Thread starter Kevin L
  • Start date Start date
K

Kevin L

I have XP Pro and IIS is installed.
I have tried the REGIIS - i and that did not fix this.


I am trying to create a new (and first) ASP.NET Web Application.

After choosing New project in IDE and naming it, I click OK and receive the
following message:

The Web server reported the following error when attempting to create or
open the Web project located at the following URL:
'http://localhost/WebHelpDesk'. 'The server returned an invalid or
unrecognized response'.

Does anyone know what this means or how I can remedy it?

thank you
 
Is IIS running?

Try executing this from the command line to see:

iisreset

Ken
 
Back
Top