Forms Authentication Configuration

Discussion in 'ASP.NET / ASP.NET Core' started by psychlog203, Aug 19, 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 am having trouble getting Forms Authentication to work when the site is hosted on discountasp.net. My database is also hosted by discount asp.net.

    I am able to authenticate when I run my project locally and use my discountasp.net connection string, but when I run the web application on the live server I only get a timeout when trying to authenicate.

    I have no trouble accessing my non-restricted aspx pages.

    Anyone have a similar issue?
     
  2. Actually, this does not appear to be a Form Authentication issue. I do not seem to be able to access my database at all!
     
  3. What exactly is happening is there an error message?

    Is your application not able to access your database or are you not able to access your database at all?

    This sounds more like something our support team should help you out with. You should open a ticket through our support portal.
     
  4. I can connect with a sql client, so it is just my application. I just get a timeout whenever I try to access the database. My application runs locally using the same connection string. I will try a support ticket.
     
  5. I discovered that I still had a bad connection string in my application. Everything is working now that I fixed that one.
     
  6. mjp

    mjp

    Cool, glad you got it to work for you.
     
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