Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/31.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Asp.net IIS7 URL重写403错误_Asp.net_Iis 7_Url Rewriting - Fatal编程技术网

Asp.net IIS7 URL重写403错误

Asp.net IIS7 URL重写403错误,asp.net,iis-7,url-rewriting,Asp.net,Iis 7,Url Rewriting,我正在设置一个简单的URL重写规则,指向我在IIS7中设置的应用程序 我正在IIS7中使用IIS 7 URL重写模块 我设置了一个简单的规则,指向我的web应用程序,我收到的只是403个错误。我在IIS中创建的一个非常简单的hello world应用程序上测试了重写,效果很好 我的应用程序的web.config或IIS中是否存在需要授予URL重写权限的内容

我正在设置一个简单的URL重写规则,指向我在IIS7中设置的应用程序

我正在IIS7中使用IIS 7 URL重写模块

我设置了一个简单的规则,指向我的web应用程序,我收到的只是403个错误。我在IIS中创建的一个非常简单的hello world应用程序上测试了重写,效果很好

我的应用程序的web.config或IIS中是否存在需要授予URL重写权限的内容