IIS Root Directory postback to Default.aspx

bosc306

New Member
I have an application deployed to the root directory of a website using IIS 7.5. Let's say the URL is http://myapplicationI have a search box on my MasterPage which on postback uses Response.Redirect to load the search results. When I postback from http://myapplication I get a 401 response and the Default.aspx, with the URL http://myapplication page reloads. However, if I instead navigate to http://myapplication/Default.aspx the postback correctly sends back the 302 redirect and I get my Results.aspx page.Why doesn't the root http://myapplication URL handle the postback correctly?
 
Back
Top