Hi,
I developed an asp.net web form app in VS2012, I want to set the security by this WSAT.
I just want to set my site to Integrated Miscrsoft Windows authentication (from a local network). from my local machine  I have SQL server express 2008 installed in my machine.
I then run the WSAT tool, but when I clicking on the "Security" tab, I got this error:
There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Unable to connect to SQL Server database.
Based on the instruction, the App_Data an ...

Go to the complete details ...