Starnge but true -- Application Pool Pipeline Mode problem

Discussion in 'ASP.NET / ASP.NET Core' started by sayitfast, Nov 25, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have master page with a login status control on the page.

    Web.config looks like this:
    Code:
        <authentication mode="Forms">
          <forms loginUrl="~/Account/Login.aspx" defaultUrl="Default.aspx" timeout="2880" />
        </authentication>
    Here comes the strange when the site is set to use pipeline mode integrated.

    From my home page http://meltedpopsicle.com/ I click the login status button expecting to be redirected to /account/login.aspx.... nope page just posts back and I stay on the home page.

    Now if I set the pipeline mode to classic then I go to my home page:
    http://meltedpopsicle.com/ click and walla it works.

    Now strange fact two... using the integrated pipeline that did not work if I go to http://meltedpopsicle.com/default.aspx the login status button works.

    Ideas????
    Defaul.aspx is set to be default doc.
     
  2. Cool. The guys who code Orchard are friends of mine, cool C9 guys. ;-)
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page