|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Internal Server error
I was running a beta version of VS, and just upgraded to the 2003 VS Enterprise. Before doing so I had to uninstall the prev. version along with the .net framework and re-install everything. With the new version, I can no longer create a new ASP.NET project. When I try, I get a "http/1.1 500 Internal Server Error". I get a server error in previously built asp.net projects as well. I can create windows projects with no problems. It seems like it's just apps using IIS. Anyone seen this before?
|
|
#2
|
||||
|
||||
|
In 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. I have had a similar issue on one machine. I don't remember what I did. I think I re-imaged the operating system and installed VS from scratch. Hope that helps.<!-- Edit --><p><i>Last Edited : 6/17/2003 8:28:05 PM GMT</i></p>
|
|
#3
|
|||
|
|||
|
RE: Internal Server Error ASP.NET
This error can be caused by the user setting in the "processModel" tag, found in the machine.config file.
"<"processModel ... userName="user1" password="pwd1" ..."/>" If user1 is not logged on or do not have enough priviliges this error can occur. The user="SYSTEM" password="AutoGenerate" can be used on development machines. Because I debug into VB6 dlls (to VB6 environment), I use a user with administrator priviliges, say administrator, but then one have to be logged on as "administrator" . "<"processModel ... userName="administrator" password="adminPwd" ..."/>" Last edited by Pierre : August 17th, 2003 at 02:17 PM. |
|
#4
|
|||
|
|||
|
HTTP /1.1.500 Server Error
hi
i am creating a asp.net web application , but when i go for new it will give me HTTP /1.1.500 Server Error. i do the following for solution 1. delete ASPNET account 2. stop iis 3. run aspregiis.exe -i 4. cofugure with aspx 5. start iis but it want work , still give me error, can u tell me how to create virtual directory , i already created pls send me the solution , -krishna |
|
#5
|
|||
|
|||
|
HTTP /1.1.500 Server Error
hi
i am creating a asp.net web application , but when i go for new it will give me HTTP /1.1.500 Server Error. i do the following for solution 1. delete ASPNET account 2. stop iis 3. run aspregiis.exe -i 4. cofugure with aspx 5. start iis but it want work , still give me error, can u tell me how to create virtual directory , i already created pls send me the solution , -krishna |
|
#6
|
|||
|
|||
|
I have the same error
I am having the same error. Though I have the apps installed on 2 machines.
My deskop PC works fine. My laptop will not create .NET apps with VB.NET Both computers are set up the same. Both machine.config files have the same user settings. I can browse the wwwroot in explorer with no problem. Anyone have an idea where to look next? Dan Hart |
|
#7
|
|||
|
|||
|
Dan, Run this command:-
run aspregiis.exe -i If it doesnt work, then run the command from the .NET command prompt. |
|
#8
|
|||
|
|||
|
Here is another alternative to the problem.
All Files available from download.Microsoft.com 1.Completely Uninstall the .NET Framework 2.Download and Install the current .NET Framework Redistributable Package 3.Download and Install the .NET Framework SDK Package You and VS Should be back into action. If this solution works for you please post a reply and let me know. Shawn Tucker |
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > Internal Server error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|