Web Service Deployment
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I want to deploy my web service on the internet. The problem I am facing is that my code references a dll (MySql.Data.dll). When I am using the code on local host it seems to run fine, but on uploading to the server, the code cannot locate the dll. I have tried putting the dll in the same as well as 'Bin' directory. Do I need to add something to the web.config file??