Microsoft IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsSystem AdministrationMicrosoft IIS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old June 16th, 2003, 07:23 AM
PainTrain PainTrain is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 1 PainTrain User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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?

Reply With Quote
  #2  
Old June 17th, 2003, 10:27 PM
dcarva's Avatar
dcarva dcarva is offline
Contributing User
ASP Free Novice (500 - 999 posts)
 
Join Date: Jan 2003
Location: USA
Posts: 633 dcarva User rank is Lance Corporal (50 - 100 Reputation Level)dcarva User rank is Lance Corporal (50 - 100 Reputation Level)dcarva User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 9 h 18 m 20 sec
Reputation Power: 6
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>

Reply With Quote
  #3  
Old August 17th, 2003, 02:15 PM
Pierre Pierre is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 1 Pierre User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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.

Reply With Quote
  #4  
Old December 18th, 2003, 12:55 PM
krishg krishg is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 2 krishg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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

Reply With Quote
  #5  
Old December 18th, 2003, 01:01 PM
krishg krishg is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 2 krishg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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

Reply With Quote
  #6  
Old July 15th, 2004, 04:51 AM
hartdaniel hartdaniel is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 1 hartdaniel User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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

Reply With Quote
  #7  
Old July 15th, 2004, 05:37 AM
RobUK RobUK is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Location: UK
Posts: 101 RobUK User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via MSN to RobUK
Dan, Run this command:-
run aspregiis.exe -i

If it doesnt work, then run the command from the .NET command prompt.

Reply With Quote
  #8  
Old February 9th, 2005, 02:11 PM
Tucker Tucker is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Feb 2005
Posts: 1 Tucker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 15 m 14 sec
Reputation Power: 0
Arrow Solution

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

Reply With Quote
Reply

Viewing: ASP Free ForumsSystem AdministrationMicrosoft IIS > Internal Server error


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT