请问各位有没有让NGINX支持ASP的办法啊?_问答-阿里云开发者社区 9:ap2836i0b249:asp只有在iis下面才有效率,你在nginx或apache下面运行asp,效率远不如在iis下面运行php;要么你用iis,要么你用php,勉强在nginx或apache下面运行asp是在糟蹋asp.然后通过LINUX上安...developer.aliyun.com
有没有让NGINX支持ASP的办法啊?_问答-阿里云开发者社区 NGINX 本身确实不直接支持 ASP(Active Server Pages),因为 ASP 是微软开发的服务器端脚本语言,主要运行在 IIS(Internet Information Services)服务器上。不过,你可以通过以下几种方式间接实现 N...developer.aliyun.com
让Nginx 支持 ASP ASP.NET配置方法-腾讯云开发者社区-腾讯云 #asp(aspx)支持,将客户端的请求转交给IIS location ~* \.(asp|aspx|asa) # WebPartBody # { root D:/wwroot; index index.asp index.aspx; proxy_pass proxy_set_header X-Real-IP $remote_addr...cloud.tencent.com