简体   繁体   中英

Mapping classic asp requests to .net in IIS6

Is it possible to map classic asp requests to ASP.NET in IIS6 by specifying a handler in web.config?

Or do we need to change the handler mapping directly in IIS?

Same question for IIS7.

Thanks Ben

You might be interested in the ASP Classic Compiler project which converts VBScript to ASP.NET compiled code:

http://aspclassiccompiler.codeplex.com/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM