Author: greene303 | Posted on: 6/9/2008 12:27:15 PM | Views : 1285

.Net 2.0
SQL Server Express 2005(you know, the free edition)

Trying to use Forms authentication...trying....



I have a site which contains an Admin page by using the built-in Login control. Admin profiles and site security handled by buil-in administrator. I've configured an Admin user but when I access this page via the URL, I receive error messages indicating unsuccessful login. I know that the accounts are correct(user/password) because I can debug the application locally and access all the admin pages.

Can anyone provide info on how to resolve this so that the proper authentication occurs for this user?

Here is my web.config

  1
2 <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
3 ...

Go to the complete details ...