HTTP/1.1 500 Internal Server Error

Ask a Question related to ASP.NET, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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"...
    3. 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...
    4. '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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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...
    > 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
    >

    Selen Guest

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139