Question:
We have a 3rd party portal that makes a copy of a html/aspx page, and puts it into a temporary folder, CHANGING THE EXTENSION to .HTML in all cases (also it the root page was .aspx).
Unfortunately, that means it does not execute the ASP.NET inline scripts...
So my question:
Is it possible to get IIS 6 & 7 to interprete (and then execute) a HTML page as aspx page ?
(It's not possible to change the 3rd party portal)
Should be possible.
I only found this one:
http://forums.digitalpoint.com/showthread.php?t=270061
but it's only talking about asp, and not asp.net.