开发者

Response.write with classic ASP page on IIS7

开发者 https://www.devze.com 2023-04-06 02:28 出处:网络
The following statement will not work with a classic开发者_StackOverflow中文版 asp page on an IIS7 website

The following statement will not work with a classic开发者_StackOverflow中文版 asp page on an IIS7 website

<% Response.Write("test") %>


Have you enabled ASP inside Windows features?

Response.write with classic ASP page on IIS7


I figured out that it had to do with adding a handler mapping for server side includes. When I added a module mapping ServerSideIncludeModule with request path of *.asp, it broke my site.

0

精彩评论

暂无评论...
验证码 换一张
取 消