Re: ActiveDirectoryMembershipProvider "Access is denied."



I should add that we are currently using Windows XP developer web server and
a 2003 AD Server.

"Andy Klare" <klar02@xxxxxxxxxxx> wrote in message
news:OkWSmYb1GHA.480@xxxxxxxxxxxxxxxxxxxxxxx
We are tyring to get the ASP.NET 2.0 ActiveDirectoryMembershipProvider to
work so we can use the built in Login Control but we are getting "Access
is denied.". Our user in our provider config was made an Account Operator
so we believe it should have the appropriate permissions. It also appears
that we are at least connecting to the directory since we can change
passwords and connection strings and get an error saying that it can't
connect. Has anyone had this problem or know of anything that might cause
this error?

Thanks in advance!
Andy

Configuration Error
Description: An error occurred during the processing of a configuration
file required to service this request. Please review the specific error
details below and modify your configuration file appropriately.

Parser Error Message: Access is denied.


Source Error:

Line 18: <addLine 19: name="MyADMembershipProvider"Line 20:
type="System.Web.Security.ActiveDirectoryMembershipProvider, System.Web,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"Line 21:
connectionStringName="ADConnectionString"Line 22:
connectionProtection="None"




.



Relevant Pages

  • Re: web.config question 2.0
    ... can only retrieve connection strings from within the current application. ... To retrieve configuration settings from a different application, ... What you're proposing would remove the application's configuration as an application, ... Juan T. Llibre, asp.net MVP ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: web.config question 2.0
    ... can only retrieve connection strings from within the current application. ... To retrieve configuration settings from a different application, ... What you're proposing would remove the application's configuration as an application, ... in the parent folder, then it may work. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Cant create simple login page using asp:login control
    ... Do you have this hooked up to a database (ASP.NET configuration?). ... In Visual Web Developer 2005 Express, ... "myuser" and to restrict the /testlogin directory to allow myuser and ... dropped a login control onto the page. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Encrypt connection string - Access denied
    ... Protecting Connection Strings and Other Configuration Information ... The sample code works fine, but it does not work in my web application ... on my local machine or on a test server. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Web.config or App.config Security
    ... Connection Strings and Other Sensitive Settings in Your Code" at ... encryption). ... >> in the application source code, event though these are bad choices as ...
    (microsoft.public.dotnet.security)