HTTP Error 500, Internal Server Error

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

  1. #1

    Default HTTP Error 500, Internal Server Error


    I have installed VB.NET 2003 on my machine. Whenever I write a web service
    or web page of any type that uses ADO to connect to a SQL Database I get a
    HTTP Error 500 Internal Server Error. I have tried connecting to local SQL,
    Remote SQL, have the service run on a personal web server and a remote web
    server and I get the same thing everytime. Any assistance would be greatly
    appreciated. Thanks.

    Terry



    Terry Ladouceur Guest

  2. Similar Questions and Discussions

    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...
    2. HTTP 500.100 - Internal Server Error - ASP error Help...Please
      I a trying to display an ASP page on IIS 5.1, but i cant, every time i select the info i wanna see a "page cannot be displayed" page. The name of...
    3. 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"...
    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 HTTP Error 500, Internal Server Error

    Very simple... just register this file on ur machine.

    regsvr32 C:\Program Files\Microsoft.NET\Primary Interop
    Assemblies\adodb.dll

    Hope this helps.

    thanks,
    NAveen.



    >-----Original Message-----
    >
    >I have installed VB.NET 2003 on my machine. Whenever I
    write a web service
    >or web page of any type that uses ADO to connect to a SQL
    Database I get a
    >HTTP Error 500 Internal Server Error. I have tried
    connecting to local SQL,
    >Remote SQL, have the service run on a personal web server
    and a remote web
    >server and I get the same thing everytime. Any assistance
    would be greatly
    >appreciated. Thanks.
    >
    >Terry
    >
    >
    >
    >.
    >
    Naveen K 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