473,395 Members | 1,466 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,395 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 3977
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.