I want to create a standard ASP.NET login page to be shared by several applications.<BR><BR>I've set up a login page that checks against hashed and salted passwords stored in a SQL table. When a user ...
So we have our test IIS server and this page works fine on it. Deploy the exact same code, exact same web.config (except for database connection strings) and the code doesn't work on the production ...