http/1.1 500

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'
 
G

Guest

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!
***************************
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top