How to convert "ASP.Net Website" to "ASP.Net Web Application" in VS 2005 ?
Hello,
I have already build my web application under Visual Studio 2005 as "ASP.Net Website". This application use also web service that I created also as "ASP.NET Web Service".
So now we decided to give the web application to our customer as a binary code (myapp.dll & all files such as .aspx, .ascx, images, css ... ) ...
So i would like to know if there's a quick way to convert this web application to "ASP.Net Web Application" & "ASP.Net Web Service Application" ?
Note:
Please note that this web application contains Resources files (for each web page) in order to support different languages ...
Thank you
Paul