The Web server reported the following error when attempting to cre

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

Guest

Hi,

I'm getting this error when I create a asp.net application.

The Web server reported the following error when attempting to create or
open the Web projects located at the following URL:
'http://localhost/WebApplication1'. 'HTTP/1.1 500 Internal ServerError'.

my system configuration is as follows:

Windows XP
XP sp2
Visual studio 2003
Framework 1.1

Thanks in advance

Cris
 
Chris can you post more details do this by going to..
your browser, go to the Internet Options dialog. Usually under the Tools
menu. Click on Advanced tab. Uncheck the "Show Friendly Error Messages." Try
again. Now you might be able to see what the actual error is!
Then post it

This error is usually related with permission issues do u have ASP.NET acct,
Does it exist? If yes..
Run "aspnet_regiis.exe -i" from command and run regsvr32 aspnet_isapi.dll too.
If error persists post it.
Patrick
 
Patrick,

This error is coming when I'm trying to create new ASP.NET project.

Thanks,
Chris
 
Back
Top