I have a question about the web.config in a asp.net website. For a project I use a dll to communicate with a smartcard-reader. Everything works when I use the website at localhost. But when I put the site online, it won’t work anymore.. It does not find the dll anymore because it is blocked somehow …
I think the web.config must be addapted, but I don’t now what to change to let the site communicate with the dll. Mayby a httpModule or httpHandler?
thnx
Your library needs to be in the /bin or GAC. You may need to register the .dll if there is not an installer: