hosting asp.net website on a web hosting server
I am trying to post my asp.net(c#,sql server) website on a webhosting server.I am using a dll and all the references required are inside the \bin directory.but when i try to access the page it shows
"Server Error in '/' Application.",
Compiler Error Message: CS0246: The type or namespace name 'mylibrary' could not be found (are you missing a using directive or an assembly reference?)
can anyone tell me what changes has to be done before hosting on the server?I have changed the webconfig file and the connection strings.
thanks

