Hi,
One my project was developed in VS 2003 and .NET framework 1.0. Now we have VS 2005 and I am trying to open the project it is asking me to convert project to later version.
Then my entire project structure was changed all my code file (Eg. webservice.asmx.VB) moved to folder App_code.
Below are the lines from conversion report
Added folder App_Code.
Moved file webservice.asmx.vb to the App_Code\ directory
Moved file Global.asax.vb to the App_Code\ directory
Before conversion those files are in root folder (directly under solution)
Now the problem is when I published the project DLL is not generating in the name of application. It generated in name App_Code. I believe my code moved to App_Code folder DLL generated on this name.
Now what I want is project structure shouldn't get changed though it changed I want DLL in name of application name.
Kindly helpful on this.