Need to deploy webservice and web application in same project. How to rename app_code.dll file
-
Hi I have a requirement to install web application and webservice under same virtual directory so both applications could use same app.config file. The problem is that both applications create app code.dll file, I need to rename the file for web service but if i rename them then service does not work. Any help of idea would be highly appreciated. I searched google as well but could not find any link which can point out the solution. Best Regards Rizwan Bashir
-
Hi I have a requirement to install web application and webservice under same virtual directory so both applications could use same app.config file. The problem is that both applications create app code.dll file, I need to rename the file for web service but if i rename them then service does not work. Any help of idea would be highly appreciated. I searched google as well but could not find any link which can point out the solution. Best Regards Rizwan Bashir
If you need both your website and webservice to be in one virtual directory means, you need to have only one website (One Project). But if you still need two project, then try Web Application project type, which come in the Visual Studio 2005 SP1. These Web Application would create single dll with the given assembly name.
Venkatesh Mookkan My: Website | Yahoo Group | Blog Spot