Author: drocco | Posted on: 11/26/2008 6:21:09 AM | Views : 1190

I'm trying to use the Website Configuration tool and I get this error on the "Security" tab
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:
Request
for the permission of type 'System.Web.AspNetHostingPermission, System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
failed. (\\Server1\internalsite\web.config line 95)
Here is relevant code from my web.config
        <add name="AccessMembershipP ...

Go to the complete details ...