473,385 Members | 1,309 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 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 3975
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 thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Ralph | last post by:
HTTP 500 - Internal server error ASP pages I am running Windows 2K with IIS 5.1 and I started having problems accessing ASP databases shortly after applying the MS patch Windows 2000 Hotfix...
10
by: | last post by:
I am accessing the same error-containing ASP page on an ISP server using w2k IE6 but with different effect. On the first computer I get several line of HTML outputed by ASP, shown correctly by...
1
by: weiwei | last post by:
Hi, I am having trouble with http 500 internal error. I have develope several dynamic pages, it works fine on our intranet server, however, when I migrated into our external IIS server, most of...
2
by: Anton van der Merwe | last post by:
I'm getting the foolowing error when trying to view an asp page on a windows2003 server. On our previous IIS server (Windows 2000) the error was described in detail. Windows 2003 ------------...
1
by: errorQuest | last post by:
Hi There, I have a problem with the IIS running. Whenever I try to ru http://localhost/aaa.asp i got this error "HTTP 500-Internal Serve Error". I use very simple code in aaa.asp. I try to look...
1
by: vighneswar | last post by:
Hi All I am working on a project in which i have to upload files to an remote server via HTTPS. For that i have written the following lines of code,but when i execute it I am getting an HTTP:500...
9
by: Trint Smith | last post by:
I have tried everything...aspreg -i and modifying machine.config and running the fileupdate...deleting and reinstalling framework 1.1... It only happens when I do a 'Copy Project' to the...
8
by: Rod | last post by:
I have been working with ASP.NET 1.1 for quite a while now. For some reason, opening some ASP.NET applications we wrote is producing the following error message: "The Web server reported...
11
by: Lieven | last post by:
Hey, I had a hard disc problem last week on my server. I replaced the disc and copied al the files to the new hard disc, everything works fine again except some php scripts that are using the...
16
Frinavale
by: Frinavale | last post by:
The following article is directed at people who are experiencing an HTTP/1.1 500 Internal Server Error while using Visual Studio 2003. The error message typically sounds something like: The web...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.