Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

problem loggin in admin account
isyan
#1 Posted : Monday, March 10, 2008 5:03:07 AM(UTC)
Groups: Member
Joined: 3/10/2008(UTC)
Posts: 2
Location: under my bed

i have trouble logging in on my admin account... im using cassini asp.net server
what could be the problem?

my os is windows xp pro version 2002 sp 2

im using ie and firefox but its still the same...

but I can view the website including its available links...

im using SQL Server 2005
Ultidev Team
#2 Posted : Monday, March 10, 2008 5:31:18 AM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Hi there!

Could you please provide a little more detail on where the problem occurs? Are you trying to log into an ASP.NET application? If so, does it use Forms auth or Basic/Integrated Windows auth? Also, what is the error message do you get? Please also check Windows Event Log for error entries and see if it has any information related to the problem.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
isyan
#3 Posted : Monday, March 10, 2008 6:32:26 AM(UTC)
Groups: Member
Joined: 3/10/2008(UTC)
Posts: 2
Location: under my bed

i have a login control set up...
yup..its an asp.net app ( a website )....
it just state that " your login attempt was not successful"
im using forms auth...

this is an event log in application after I cleared the events then tried to login again..



Event code: 4006
Event message: Membership credential verification failed.
Event time: 3/11/2008 12:27:50 AM
Event time (UTC): 3/11/2008 7:27:50 AM
Event ID: dfceba24864a402c825a24d9be37528e
Event sequence: 17
Event occurrence: 1
Event detail code: 0

Application information:
Application domain: e8aac51a-6-128496896317187500
Trust level: Full
Application Virtual Path: /
Application Path: D:\Bohol Top Products\
Machine name: USER19

Process information:
Process ID: 7120
Process name: UltiDevCassinWebServer2a.exe
Account name: NT AUTHORITY\SYSTEM

Request information:
Request URL: http://192.168.1.43/Default.aspx
Request path: /Default.aspx
User host address: 192.168.1.43
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\SYSTEM

Name to authenticate: isyan

Ultidev Team
#4 Posted : Monday, March 10, 2008 9:02:47 AM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Hi there!

"Event message: Membership credential verification failed." indicates that ASP.NET either didn't find the user, or password was incorrect. Assuming password was right and that you are storing your user credentials in the SQL Server database, please look into the aspnet_Users table of the membership database to ensure "isyan" user is there. If it is, you need to be sure that the connection string for the membership database does not rely on Integrated Windows Auth. UltiDev Cassini does not support integrated auth and therefore connection string should contain both SQL username and password explicitly.

Please let us know if this has helped.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Rss Feed  Atom Feed
Users browsing this topic
Guest (3)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.