|
Hi, I have an existing device which is configured to post a request to an ASP page which in turn calls a VB component to perform operations. We are planning to redesign this in .NET It is not possible for us to change the url which points to the asp page. We were thinking of writing in WCF. If we were to use Self hosting we could specify the endpoint similar to that of the asp page. Hence all the request made by the device would be routed to this service. But we were thinking of hosting it in IIS. Now for this I am not to sure what would be the best approach. One way is to disable the existing asp.dll extension in IIS and then write a httpModule to handle asp request. This approach looks a bit complex. Is there any other way. Any thoughts on this? Thanks Sai |