IIS 7 to return Classic ASP as HTML

pankajabcd

New Member
I need IIS 7 to return a classic ASP request as basic text/html. This is for an internal application that will request the pages through ajax. The ASP code contains errors beyond the scope of this project, and prevents the request. I simply want to return the contents of the ASP page as though it were regular html, so that I can process the information in my application.One thought was to apply on error resume next to all pages, but that would take too long. I've already tried deleting the Handler Mapping, or attempting to purposely limit the mapping by it's properties, but get an IIS 7 security error message.If this could also be done against IIS 6 that would be great, but not required.
 
Back
Top