472,110 Members | 2,286 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,110 software developers and data experts.

HTTP/1.1 500 Internal Server Error

Hi just wondering if anyone has run into this, I get the error when I try to
create a new web application using vs2003.
thanks.
--
Paul G
Software engineer.
Oct 24 '06 #1
5 3855
Actually that is an error that generally displayed in a browser.

Not when "creating" a web application. Do you mean when "running" a web
application?

Jeff
"Paul" <Pa**@discussions.microsoft.comwrote in message
news:D0**********************************@microsof t.com...
Hi just wondering if anyone has run into this, I get the error when I try
to
create a new web application using vs2003.
thanks.
--
Paul G
Software engineer.

Oct 24 '06 #2
Hi thanks for the response. When I try to create a new web application (I
think when it tries to create the virtual directory) or if I try to run an
existing web application through the VS.net IDE from both debug and non debug
modes. I also tried re-installing framework 1.1, also tried changing
machine to system in the machine.config file. In addition changed
permissions to the ASPNET user but it did not seem to help.
--
Paul G
Software engineer.
"Jeff Dillon" wrote:
Actually that is an error that generally displayed in a browser.

Not when "creating" a web application. Do you mean when "running" a web
application?

Jeff
"Paul" <Pa**@discussions.microsoft.comwrote in message
news:D0**********************************@microsof t.com...
Hi just wondering if anyone has run into this, I get the error when I try
to
create a new web application using vs2003.
thanks.
--
Paul G
Software engineer.


Oct 24 '06 #3
re:
also tried changing machine to system in the machine.config file.
In addition changed permissions to the ASPNET user but it did not seem to help.
Having done that is probably what's causing the error.

Changing the permissions for the ASPNET user does zilch
if you changed the ASP.NET process identity to SYSTEM.

ASP.NET 1.1 is configured to use the ASPNET account
*when the configured process account is the "machine" account*.
( But not when the configured process accoount is the SYSTEM account... )

You are probably being denied access to a critical resource
which the account which ASP.NET runs as needs.

Please review this article :

"How To: Create a Custom Account to Run ASP.NET 1.1"
http://msdn.microsoft.com/library/de...secnetht01.asp
....and follow the instructions in it.

Basically, you'll need to change the process account back to "machine",
and make sure that the ASPNET account has the indicated permissions
to the folders listed in "Table 1. Required NTFS permissions".


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Paul" <Pa**@discussions.microsoft.comwrote in message
news:A3**********************************@microsof t.com...
Hi thanks for the response. When I try to create a new web application (I
think when it tries to create the virtual directory) or if I try to run an
existing web application through the VS.net IDE from both debug and non debug
modes. I also tried re-installing framework 1.1, also tried changing
machine to system in the machine.config file. In addition changed
permissions to the ASPNET user but it did not seem to help.
--
Paul G
Software engineer.
"Jeff Dillon" wrote:
>Actually that is an error that generally displayed in a browser.

Not when "creating" a web application. Do you mean when "running" a web
application?

Jeff
"Paul" <Pa**@discussions.microsoft.comwrote in message
news:D0**********************************@microso ft.com...
Hi just wondering if anyone has run into this, I get the error when I try
to
create a new web application using vs2003.
thanks.
--
Paul G
Software engineer.




Oct 25 '06 #4
ok thanks for the information. I already changed it back to machine in the
machine.config file. Will take a look at the provided link.
--
Paul G
Software engineer.
"Juan T. Llibre" wrote:
re:
also tried changing machine to system in the machine.config file.
In addition changed permissions to the ASPNET user but it did not seem to help.

Having done that is probably what's causing the error.

Changing the permissions for the ASPNET user does zilch
if you changed the ASP.NET process identity to SYSTEM.

ASP.NET 1.1 is configured to use the ASPNET account
*when the configured process account is the "machine" account*.
( But not when the configured process accoount is the SYSTEM account... )

You are probably being denied access to a critical resource
which the account which ASP.NET runs as needs.

Please review this article :

"How To: Create a Custom Account to Run ASP.NET 1.1"
http://msdn.microsoft.com/library/de...secnetht01.asp
....and follow the instructions in it.

Basically, you'll need to change the process account back to "machine",
and make sure that the ASPNET account has the indicated permissions
to the folders listed in "Table 1. Required NTFS permissions".


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Paul" <Pa**@discussions.microsoft.comwrote in message
news:A3**********************************@microsof t.com...
Hi thanks for the response. When I try to create a new web application (I
think when it tries to create the virtual directory) or if I try to run an
existing web application through the VS.net IDE from both debug and non debug
modes. I also tried re-installing framework 1.1, also tried changing
machine to system in the machine.config file. In addition changed
permissions to the ASPNET user but it did not seem to help.
--
Paul G
Software engineer.
"Jeff Dillon" wrote:
Actually that is an error that generally displayed in a browser.

Not when "creating" a web application. Do you mean when "running" a web
application?

Jeff
"Paul" <Pa**@discussions.microsoft.comwrote in message
news:D0**********************************@microsof t.com...
Hi just wondering if anyone has run into this, I get the error when I try
to
create a new web application using vs2003.
thanks.
--
Paul G
Software engineer.

Oct 25 '06 #5
And look in Event Log

"Paul" <Pa**@discussions.microsoft.comwrote in message
news:65**********************************@microsof t.com...
ok thanks for the information. I already changed it back to machine in
the
machine.config file. Will take a look at the provided link.
--
Paul G
Software engineer.
"Juan T. Llibre" wrote:
>re:
also tried changing machine to system in the machine.config file.
In addition changed permissions to the ASPNET user but it did not seem
to help.

Having done that is probably what's causing the error.

Changing the permissions for the ASPNET user does zilch
if you changed the ASP.NET process identity to SYSTEM.

ASP.NET 1.1 is configured to use the ASPNET account
*when the configured process account is the "machine" account*.
( But not when the configured process accoount is the SYSTEM account... )

You are probably being denied access to a critical resource
which the account which ASP.NET runs as needs.

Please review this article :

"How To: Create a Custom Account to Run ASP.NET 1.1"
http://msdn.microsoft.com/library/de...secnetht01.asp
....and follow the instructions in it.

Basically, you'll need to change the process account back to "machine",
and make sure that the ASPNET account has the indicated permissions
to the folders listed in "Table 1. Required NTFS permissions".


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Paul" <Pa**@discussions.microsoft.comwrote in message
news:A3**********************************@microso ft.com...
Hi thanks for the response. When I try to create a new web application
(I
think when it tries to create the virtual directory) or if I try to run
an
existing web application through the VS.net IDE from both debug and non
debug
modes. I also tried re-installing framework 1.1, also tried changing
machine to system in the machine.config file. In addition changed
permissions to the ASPNET user but it did not seem to help.
--
Paul G
Software engineer.
"Jeff Dillon" wrote:

Actually that is an error that generally displayed in a browser.

Not when "creating" a web application. Do you mean when "running" a
web
application?

Jeff
"Paul" <Pa**@discussions.microsoft.comwrote in message
news:D0**********************************@microso ft.com...
Hi just wondering if anyone has run into this, I get the error when
I try
to
create a new web application using vs2003.
thanks.
--
Paul G
Software engineer.


Oct 25 '06 #6

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by Anton van der Merwe | last post: by
1 post views Thread by vighneswar | last post: by
9 posts views Thread by Trint Smith | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.