URL Mapping works on localhost but not on production server in asp.net

后端 未结 2 1634
隐瞒了意图╮
隐瞒了意图╮ 2021-01-21 06:16

I have certain values that are mapped in web.config file for URL Mapping. When i browse for file it works on localhost. But,

2条回答
  •  有刺的猬
    2021-01-21 06:51

    See this: http://forums.asp.net/t/1523272.aspx?urlmappings+stopped+when+moved+to+ii7

    Url mappings should not be supported in IIS 7 - you should use Url Rewrite module

提交回复
热议问题