Ask a Question related to ASP.NET, Design and Development.
-
Selen #1
HTTP/1.1 500 Internal Server Error
Hi
When I try to create ASP.NET Web Application I get error :HTTP/1.1 500
Internal Server Error
I tried aspnet_regiis -i
it doesnt work. What Can I do?
Thanks
Selen Guest
-
HTTP 500 - Internal Server Error
Hi. I'm getting an Internal Server Error on the following page All other pages on the site are working fine any and all help will be... -
HTTP 500 Internal Server Error
Uncheck "Show Friendly HTTP Errors" in IE. Reload the page. Post the complete error message that you now see. Cheers Ken "Darin"... -
HTTP 500 - Internal server error ASP pages
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... -
'HTTP/1.1 500 Internal Server Error'
Hi, i try to create a web-project with vstudio 2003. I am unable to create a new project. The following error occurs: 'HTTP/1.1 500 Internal... -
HTTP 500--Internal Server Error
you are not providing any kind of detail where anyone could help you. "http 500--internal server error" just means there was an error if you... -
Holly Mazerolle #2
RE: HTTP/1.1 500 Internal Server Error
I would start by checking basic functionality of IIS and asp.net. You can
simply create an a empty page using notepad and save it in the home
directory of your website with an aspx extension. Can you browse that page
with no error?
This posting is provided "AS IS" with no warranties, and confers no rights.
Holly
Holly Mazerolle Guest
-
Selen #3
Re: HTTP/1.1 500 Internal Server Error
Hi I found the solution other news group.I sent the solutions ....
Hi Selen
This might be the case because the ASP.NET process identity don't have
sufficient privileges to run the ASP.NET worker process. you mentioned you
tried aspnet_regiis -I but you didn't elaborate , any way
If this is the case , this will solve the problem:
=========
1) Delete the ASPNET account using Computer Management.
2) Recreate the ASPNET account by running: aspnet_regiis -i, from
C:\<winDir>\microsoft.net\framework\v1.1.4322 directory :
The following is an excerpt from KB-Article
[url]http://support.microsoft.com/?id=306005[/url] how to do this.
Click Start, and then click Run.
In the Open text box, type cmd, and then press ENTER.
At the command prompt, type the following, and then press
ENTER:
"%windir%\Microsoft.NET\Framework\version\aspnet_r egiis.exe" -i
In this path, version represents the version number of the .NET
Framework
that you installed on your server.
You must replace this placeholder with the actual version number
when you
type the command. If you use Visual Studio 2003 and framework 1.1 it it
v1.1.4322
3) Restart IIS.
4) Now the ASPX pages should work fine and you also should be able to
create
new ASP.NET web projects.
Mohamed Mossad
ITworx on behalf Microsoft GTSC Developer support for Middle East
"Holly Mazerolle" <hollymamsft@online.microsoft.com>, iletide şunu yazdı
news:an6f%23X$6DHA.1992@cpmsftngxa07.phx.gbl...rights.> I would start by checking basic functionality of IIS and asp.net. You can
> simply create an a empty page using notepad and save it in the home
> directory of your website with an aspx extension. Can you browse that page
> with no error?
>
> This posting is provided "AS IS" with no warranties, and confers no>
> Holly
>
Selen Guest



Reply With Quote

