I'm used to using VS2003, but am now upgrading some of my VB.NET applications to VS2005 using the upgrade wizard.
My web services normally consist of the bin folder, .asmx and .config files - which I deploy. However, in 2005, my bin is empty, and i'm having to also deploy the App_Code folder to get it to work.
This can't be right! can anyone tell me how to do this properly?! :o)
My web services normally consist of the bin folder, .asmx and .config files - which I deploy. However, in 2005, my bin is empty, and i'm having to also deploy the App_Code folder to get it to work.
This can't be right! can anyone tell me how to do this properly?! :o)
Comment