Help
I have a login control inside of an updatepanel. However, when I login with correct details nothing happens. If I login with incorrect details I get the user not found type message as expected.
If I take the login control out of the update panel it works as expected. So why does this control not seem to work inside update panels. Worked over 8 hours on this to no avail.
Thanks.
Are you sure that the authentication service for ATLAS is enabled?
If not add this to web.config:
<microsoft.web> <authenticationService enabled="true" />
My ASP.NET "Atlas" demos:http://www.caller.me.uk/ASP-NET-Atlas-Technology-Preview.aspx !
http://thehackman.blogspot.com
http://adsensical-adsense.blogspot.com
Hello,
I think there was a known bug that was reported in the March CTP ofAtlas, and by the sounds of this report, it has still not beenresolved. You could probably do a search in the Atlas forum fordetailed description of what is the error.
Luis Abreu (sp?) did a roundup of the possible issue.
No comments:
Post a Comment