Archive for Web Services
How to Call a ASP.NET Web Service from ASP page
Posted by: | CommentsAfter the big success of ASP.NET every body is migrating their ASP application into .Net. But for large ASP applications it’s always difficult to go at one shot , so tendency will be to develop some part of the application first and then go to next part. When you have a web application with mixed technologies like .Net & Asp, it’s always important to share resources between both the technologies like using DOM objects in ASP.net & web services in ASP. But does sharing of these resources quite easy ?
I should say No, In this article i will explain the ways to call ASP.Net Web service.