IIS - Rewrite
Using 2012 R2 server, IIS8 - In past we were able to have end user type in "http://www.ficticious.com/aboutus" in browser. Now there existed a folder /aboutus and it contained 2 files default.aspx and default.aspx.cs (asp.net web forms development) Within that .cs code, we used a 'response.redirect("/xyz.aspx");' This would be our redirects.
Yet, today, using 2012 R2 server and IIS8 this appears to no longer work. Provides the following error if I type in 'http://www.ficticious.com/aboutus" in browser. We receive the following error message "404: file not found
Requested URL: /abouteccDefault.aspx" It appears to be concatenating the aboutus and the default.aspx. Is there something that I missed in setting this up?
|