Forms authentication

M

MswT

Hi all,

I have (almost) successfully followed
http://technet.microsoft.com/en-us/library/cc197472.aspx to get forms
authentication working.

I have created a user in SQL and Project (i can see him) using the xml
import tool but when I go to "http://<computername>:<port number>/PWA" and
get the "Sign in" page I get an "Error - unknown error" message (page layout
with blue side bar and brown top bar) when I type in the
"AspNetSqlMembershipProvider:bbo" (i.e. the provider and username) and the
password.

Does the Sharepoint setup need to know about the user anywhere?

What can I look for?

I am so close (I think) - help!
 
M

mike.mahoney

Hi all,

I have (almost) successfully followedhttp://technet.microsoft.com/en-us/library/cc197472.aspxto get forms
authentication working.

I have created a user in SQL and Project (i can see him) using the xml
import tool but when I go to "http://<computername>:<port number>/PWA" and
get the "Sign in" page I get an "Error - unknown error" message (page layout
with blue side bar and brown top bar) when I type in the
"AspNetSqlMembershipProvider:bbo" (i.e. the provider and username) and the
password.

Does the Sharepoint setup need to know about the user anywhere?

What can I look for?

I am so close (I think) - help!

MswT

At the user prompt you only need to enter "bbo" and password.
Also check access rights to Aspnetdb (or equivalent). Typically SSP
account should be dbo.
You may also want to read this article as maintenance of FBA accounts
is an ongoing issue
http://sleekstone.spaces.live.com/blog/cns!ED36ABFDCD099E3B!137.entry

regards

Mike
 
M

MswT

Spot on!

Many thanks.

Access rights to db for the WSS service sesm to be the issue.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top