I ve installed wss3.0 and in one of my website.i wanna do it in forms authentication. so i follwed sme internetresouce and did it. the server is loggin in wit the username and passas it is in db. am getting error on the next page of login asGo back to siteError: Access DeniedCurrent UserYou are currently signed in as: jaiSign in as a different userhow to fix this sir.help me its urgent ples..
Go into the Site Settings of the site and assign that user (in this case,"jai") some kind of permission to see things (reader, contributor, etc). Youhave obviously created the user, but that user doesn't have any rights onthe site itself.
You are Authenticated as a user, but you are not Authorized as a user.In other words you are logged in, but have no SharePoint rights.You need to add the membership provider to the Web.config file ofCentral Administration the same way that you added it to the Web.configof the website. Then go into application management and add yourself asa Site Collection Administrator for the site. Then you will be able tolog in and add additional users to the site normally.