I am having a problem deploying my asp.NET 4.0 web application on the web server. One of the problems is that when deploying, by going to Publish…Select FileSystem…Set the Target Location of the Server , this does not copy all the references (the only dll’s which are there are the class libraries which I created), for example OracleDataReader dll.
Any ideas why this is happening? should I be doing something different?
Right-click on
OracleDataReader.dllassembly in “Solution Explorer”, select “Properties” and set “Copy Local” to “true”. This will copy the assembly tobin.