i need to ask you that is it possible that i can get the code of the page which is built using dot net into classic asp page
actually i am accessing a webservice for which i need to have dotnet. so i want to run that service in asp.net get or parse results
and then i want to show them in a classic asp page.
is it possible, if so then how can i do this?
thanks
If you only want the result, you could screen scrape it using the msxml ServerXMLHTTP object.
This seems to sum up the approach nicely: How do I read the contents of a remote web page