I am converting web site project into web applicatio project in vs 2008 and running into web reference related issue. I am not so sure how to address this.
Our old web site application had app_webreferences folder with AllServices as sub folder and then all of the web services under that folder.
for example: AllServices\AService.wsdl AllServices\BService.wsdl AllServices\CService.wsdl etc...
our code references AllServices.BService in the code or AllServices.AService etc...
It seems like when I Right Clicked on web application project and clicked "Convert to Web Application" it did not do anything as to adding web reference.
I guess I can add it manually but the problem I am having is how do I create subfolder called AllServices under web reference and put all web services (AService, Bservice, CService) in that one folder to minimize some of code changes.
It seems like in WebSite apllication the proxy class that was generated was just one because it was under AllService folder. I essentially want to duplicate that in Web Applicaton project.
Anyhelp would be appreciated. Thanks.