Hi there,
I’ve found my way here after many many hours of googling and article reading on the subject in the title. Unfortunately no matter what article I follow I end up back at the same location again. I’m sure I must be on the final steps of getting it working but at current all users get an access denied error after attempting to login.
I’ve got 3 usesrs in SQL,
admin1 = full control
fabsuperuser = full control
fbasuperreader = full read
I’ve run the powershell script to configure the users too…
$wa = Get-SPWebApplication -Identity “http://fba:8181”
$wa.Properties[“portalsuperuseraccount”] = “i:0#.f|aspnetmembership|fbasuperuser”
$wa.Properties[“portalsuperreaderaccount”] = “i:0#.f|aspnetmembership|fbasuperreader”
$wa.Update()
Still no joy. I’ve run out of ideas to try. Has anyone any ideas?
Nick
Open Event Viewer then you should see what is happening. Make sure your web application in which you are going to access and the STS have access the Membership provider (SQL String connection with provider information such as its name, role manager or so on).
Hi Vlad,
At current no one can log in, including the farm administrator that I use with the central administration.
Nick.
Hey,
Your powershell scrip seems right. Who get’s acces denied? your “end users” or those accounts?