中文
IIS中添加.cshtml映射的方法
2017-07-06 13:16:34 分享 举报
1.选择网站--处理程序映射--添加脚本映射
请求路径:*.cshtml
可执行文件: C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll
名称:cshtml-ISAPI-4.0_32bit
2.添加通配符映射
请求路径:*
可执行文件: C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll
名称:all