Posted on: 6/9/2007 3:48:35 PM | Views : 523

 Everything in the function below works as I would expect until  line 14 where it says they role "" was not found, even though debugger clearly shows that the role paramater is set to "admin" on the function call. I was not having this problem until I made the switch from a mdb role data base to running the aspnet_regsql util to insert all the tables and sprocs into the normal database, but I have double checked and everything seems fine below.
Thanks for the help 
++++++++++++++++++++ 
    <connectionStrings>         <add name="Strutster" connectionString="Data Source=(local)\SqlExpress;Initial Catalog=Strutster;Integrated Security=True" providerName="System.Data.SqlClient"/>     <add name="MyMembershipConnStr&q ...

Go to the complete details ...