How to add RedirectType to External config file in asp.net
问题 I have a separate .config file in the application root directory which contains Mapped URLS for redirect and referenced this .config file in web.config for 301 Permanent Redirect ! This works fine. See Reference Link Now, i also want to add some links which will redirected as 302 status code. How to add 302 redirect in external .config file and redirect accordingly. rewritemaps.config <rewriteMaps> <rewriteMap name="Redirects"> <add key="/oldcellphone" value="/newcellphones.aspx" /> <