Home All Groups Group Topic Archive Search About

adam for asp.net 2.0 beta as a role/user store

Author
15 Sep 2005 12:13 AM
steven
please help!

I am trying to use ADAM with ASP.NET 2.0 beta to store users and roles.
I keep getting "The system cannot open the device or file specified.
(Exception from HRESULT: 0x8007006E)"  Any ideas on what this can mean?

This exception pops up whenever I try to CreateRole("testrole").

Author
15 Sep 2005 6:44 PM
steven
I'm starting to wonder if its because I dont have SSL installed on this
test machine and have told ADAM to not require it...
Author
23 Sep 2005 7:18 AM
Dominick Baier [DevelopMentor]
Hello ste***@sbcanada.com,

IIRC some operations (e.g. changing a password) are only allowed with secure
connections. check msdn2.microsoft.com or vs help....

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

Show quoteHide quote
> I'm starting to wonder if its because I dont have SSL installed on
> this test machine and have told ADAM to not require it...
>
Author
20 Sep 2005 7:50 PM
Charley Jones
Is it possible you did not set up a Provider?
A couple ways to set that up,
All comes back to Web.Config.

--
CRJ
A+, MOUS, MCP, MCSA, MCSE, MCDBA, MCAD


Show quoteHide quote
"ste***@sbcanada.com" wrote:

> please help!
>
> I am trying to use ADAM with ASP.NET 2.0 beta to store users and roles.
>  I keep getting "The system cannot open the device or file specified.
> (Exception from HRESULT: 0x8007006E)"  Any ideas on what this can mean?
>
> This exception pops up whenever I try to CreateRole("testrole").
>
>