http1.1/500 Internal Server Error

G

Guest

Hi everyone ! Sorry for my English skill

I'm using Win2003 Server (Enterprise). I setup Visual Studio 2003. Setup
completed without any errors. After that I tried to create new Web project
and I got error message "http1.1/500 Internal Server Error....".
I also searched in Internet and got some solution:

Solution 1: Reinstall IIS
Solution 2: Using these following commands:
+ iisreset /stop
+ aspnet_regiis /i
+ aspnet_regiis /r
Solution 3: Get full permission to folder
C:\Windows\Microsoft.Net\Framework\v1.1.4322

I tried all but it didn't work
Can anybody help me?
Thank for all replies
 
J

Joshua Flanagan

Another thing to try is to check which web extensions are enabled (in
IIS Admin Tool). Make sure ASP.NET is enabled (and ASP if you are using
classic .asp files too).
 

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