I am new in StrataFrame. I have problem to access the user information from web application.
I created a new user from the RoleBasedSecurity editor and trying to validate by custom login form in .aspx page.
I done the following setting in Global.asax:
DataLayer
MicroFour.StrataFrame.Security.
cmdOk_Click:
MicroFour.StrataFrame.Security.BusinessObjects.
Response.Write(
This returns me always failure. I am not getting any help. Can you tell me where I am wrong? or you can provide me any good documentation(besides StrataFrame doc) or sample application (besides Web Application Sample).
Thanks for reply. Now it's work fine. Thanks