Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究开发一个预处理器,并想知道如何配置 IIS 以在返回请求页面之前将其传递给它。例如,用户将导航到具有“.app”扩展名的页面,IIS 会将文件发送到我编写的用于解释的控制台程序,然后再将页面发送回用户。
您应该考虑开发自定义HttpHandler.
HttpHandler