register dll in web.config

0

I have a problem with my website...

I need to register a dll in my web.config bug when i try to open my site i have an error 500.

this is my configuration:

<system.web>
  <httpHandlers>
     <add verb="*" 
          path="bin\msodbcsql13.dll" 
          type="System.Web.Configuration.HttpHandlersSection"/>

 </httpHandlers>
</system.web>

i tried too with the full path. i use ODBC 13 drivers and Windows hosting.

edit:

this is the server log:

ModuleName  ConfigurationValidationModule
Notification    BEGIN_REQUEST
HttpStatus  500
HttpReason  Internal Server Error
HttpSubStatus   23
ErrorCode   The request is not supported.

 (0x80070032)
ConfigExceptionInfo
asp.net
xml
web-config
asked on Stack Overflow Mar 22, 2018 by Zagith • edited Mar 22, 2018 by Zagith

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0