Is it possible to map classic as开发者_JS百科p 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/
精彩评论