URL rewrite - web.config error

前端 未结 3 1859
粉色の甜心
粉色の甜心 2021-01-03 21:22

I am getting the following error when i run my .aspx page.

Error Code0x8007000d The configuration section \'rewrite\' cannot be read because it is missing a

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-03 22:17

    The rewrite section in system.webServer is supported in IIS7, but not IIS6. The error is likely caused by deploying this site to a server that's only running IIS6.

提交回复
热议问题