anybody know any tricks for executing aspx pages from asp pages.
basically I need to do something like this
<%
strResult = Server.Execute("otherPage.aspx")
%>
I know that you can't actually execute a .Net page from a classic page but I'm hoping somebody knows a trick to get the same results