asp.net application configuration - setting up roles and membership
-
when i load the app configuration page from the solution explorer im presented with the page that allows you to add app settings, set up security etc.. all very nice, however whenever i click security it tells me that i havent specified a data store and then when i click the 'choose data store' button it takes me to the provider page where im given a 'test' link which then tells me that it couldnt connect to the database. I know that i need a connection string to the database that i have run aspnet_regsql.exe upon - but why cant i configure this through those pages???? i have to manually add the code into the web.config (which i found on an msdn page). surely i must be missing a configurastion step here?
---Guy H (;-)---
-
when i load the app configuration page from the solution explorer im presented with the page that allows you to add app settings, set up security etc.. all very nice, however whenever i click security it tells me that i havent specified a data store and then when i click the 'choose data store' button it takes me to the provider page where im given a 'test' link which then tells me that it couldnt connect to the database. I know that i need a connection string to the database that i have run aspnet_regsql.exe upon - but why cant i configure this through those pages???? i have to manually add the code into the web.config (which i found on an msdn page). surely i must be missing a configurastion step here?
---Guy H (;-)---
anyone know about this? :sigh:
---Guy H (;-)---