A web application (ASP.NET Web Project) needs to communicate with a web service (Web Service Project). I am supposed to add web reference (http://xyz.asmx) to web application (http://abc.aspx) to use the interfaces of web service.
BUT,
If a want to add web service project to the web application solution, how I can use web service. Either I need to deploy web service independently or only deploy web application ?
Please guide me in this regard.