DB access issue off of login page

Discussion in 'ASP.NET / ASP.NET Core' started by ChuckTraywick, Sep 19, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am new to this hosting site and have a new site going up.

    Everything seems to work (pages displaym, virtual dirs work etc), only when a user goes to login to the site and puts in a password and their email address my stored procedure does run but does not find the record and thus displays the LOGIN FAILED message on the page.

    If I manually use Enterprise manager and run the same query from the Enterprise manager it returns the record.

    This site isa modified IBUYSPY site and our web.config file has the following section:

    <system.web>



    <authentication mode="Forms">


    <forms name="IBuySpyStoreAuth" loginUrl="login.aspx" protection="All" path="/"/>


    </authentication>


    I am wondering if there is some sort of security issue that I am not picking up?


    Does anyone have experience with this?


    Thanks


    Chuck
     
  2. Bruce

    Bruce DiscountASP.NET Staff

  3. Thanks, I will do that.
     
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