Internal Server Error (500)

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

  1. #1

    Default Internal Server Error (500)

    I just installed Visual Studio 2003 and tried to create a
    Web Service project. I received HTTP/1.0 500 Internal
    Server Error. I confirmed that IIS is running. I get the
    same error when I tried to go to [url]http://localhost[/url].

    Do I need to reinstall IIS or VS 2003?

    Can someone point me in the right direction?

    Thanks,
    Paul
    Paul Guest

  2. Similar Questions and Discussions

    1. Internal Server Error
      I have just brought up a web site using an MDB file on a Win 2003 system and I am getting the message: HTTP 500 - Internal server error Internet...
    2. 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...
    3. 500 internal server error
      Hi all, Just wondering if you could possibly check this site for me - www.gtfasteners.co.uk . I am getting a 500 Internal Server Error message...
    4. (500) Internal Server Error in a ASP.NET WebService
      Gerardo Palazuelo via .NET 247 <anonymous@dotnet247.com> wrote in news:OJkHIsUWFHA.2448@TK2MSFTNGP12.phx.gbl: Turn off friendly messages and try...
    5. Internal Server Error 500
      I keep getting IIS 500 internal error from the SOAP post rather than the details of the error. I have an XMl doc as <?xml version="1.0"...
  3. #2

    Default Re: Internal Server Error (500)

    Paul,

    In order to understand what is actually going on you'll need to enable
    "meaningful" errors. I assume you use IE to access you IIS server. Go to
    menu Tools/Internet Options. Click on the Advanced tab, *uncheck* "Show
    friendly HTTP error messages" option and click Ok. Try accessing your web
    page again. At that moment you should see much more meaningful error message
    which will help you to troubleshoot the problem.

    --
    Vitaly.
    -------
    This posting is provided "AS IS" with no warranties, and confers no rights.
    Use of included script samples are subject to the terms specified at
    [url]http://www.microsoft.com/info/cpyright.htm[/url].

    "Paul" <anonymous@discussions.microsoft.com> wrote in message
    news:05be01c39e6a$2a1495e0$a101280a@phx.gbl...
    > I just installed Visual Studio 2003 and tried to create a
    > Web Service project. I received HTTP/1.0 500 Internal
    > Server Error. I confirmed that IIS is running. I get the
    > same error when I tried to go to [url]http://localhost[/url].
    >
    > Do I need to reinstall IIS or VS 2003?
    >
    > Can someone point me in the right direction?
    >
    > Thanks,
    > Paul

    Vitaly Filimonov [MSFT] Guest

Posting Permissions

  • You may not post new threads
  • You may 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