http/1.1 500

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

Guest

I have xp pro with VS 2003 (trail 60 day) and installed all component to IIS
my tree is c:\inetpup\wwwroot.
When I run HTML it's O.K. but...
When I try to open a new project, I got error:
The Web server reported the following errorwhen attempting to create or open
the Web project located at the following URL:
'http://localhost/WebApplication1'
'HTTP/1.1 500 Server Errore'
 
Run apsnet_regiis /i to make sure that .NET is installed for IIS. You should
then run fine, as long as you do one of the following:

1. use SRC="{File Name Here}" in the @ tag to point to the source file,
which allows you to compile on the fly

2. Compile the project and deploy the DLL to the /bin directory


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Thank you
I run aspnet_regiis.exe /i in success.
after this the error repeat.

I not understand what you mean use SRC="file name"
what file name?..
Asher
 
Back
Top