VS 2005 - MSSQL EXPRESS Form Authentication Problem

VS 2005 - MSSQL EXPRESS Form Authentication Problem

am 20.12.2005 06:07:02 von mohammed

Form authentication works great on my laptop localhost however when I upload
the form to IIS dev server login fails even with the right userid and
password. My connection strings are fine and my remote aspnetdb.mdf has the
correct data. What am I missing?

RE: VS 2005 - MSSQL EXPRESS Form Authentication Problem

am 09.03.2006 05:06:28 von Peter

I'm having same problems. I changed my database to SQL just to make sure that
server is connecting to a known good source. After runing ASP.NET
Configuration on the lapton all credentials appear in SQL database. I can
login from my laptop but IIS on the server throws an error. All credentials
are good on the IIS Server(ASPNET and Network Service). Website serves
correctly and accesses SQL for all data as it should. I tested this on server
2000 & 2003 with SQL2000 on sepearte box - all results are same.
I was unable to find any literature on this matter. I know everybody else
must have same problems.