简体   繁体   中英

Response.write with classic ASP page on IIS7

以下语句不适用于IIS7网站上的经典ASP页面

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

Have you enabled ASP inside Windows features?

在此处输入图片说明

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.

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