Re: HTTP/1.1 500 Internal Server Error



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/default.asp?url=/library/en-us/dnnetsec/html/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" <Paul@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A3BEB818-1705-475D-8A89-CCD16082F237@xxxxxxxxxxxxxxxx
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" <Paul@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D0C851A9-D690-4BF7-B05A-7D64F542116C@xxxxxxxxxxxxxxxx
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.






.



Relevant Pages

  • Re: HTTP/1.1 500 Internal Server Error
    ... Software engineer. ... In addition changed permissions to the ASPNET user but it did not seem ... (But not when the configured process accoount is the SYSTEM account... ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: HTTP/1.1 500 Internal Server Error
    ... Software engineer. ... In addition changed permissions to the ASPNET user but it did not seem to help. ... (But not when the configured process accoount is the SYSTEM account... ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Problem Writing a File from a Web Service
    ... "Bill Manring" wrote: ... it should have the same permissions as my Domain account. ... actually running under the ASPNET user credentials. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Problem Writing a File from a Web Service
    ... it should have the same permissions as my Domain account. ... That leads me to believe that the web service isn't running under the ASPNET ... actually running under the ASPNET user credentials. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Getting the current Windows user name
    ... Run it on your server, ... > One difference though - on my XP Pro Dev PC I have to give the ASPNET user ... > the database permissions for the pages to work. ...
    (microsoft.public.dotnet.framework.aspnet)