I have certain values that are mapped
in web.config
file for URL Mapping
. When i browse for file it works on localhost
. But,
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
To do this just follow steps:
For IIS 7: open IIS manager , double click on the website , double click Handler Mappings , right click on the specific handler , click Request Restrictions and uncheck the checkbox Invoke handler only if request is mapped to.