M
maito
Guest
--------------------------------------------------------------------------------
I need to create a new data provider for membership and role(i want it to be a single provider for all site management data)
The default AspNetSqlProvider will not work as the hosting service we use does not have SQL express installed, and that is out of our hands.
We do have access to a remote MSsql server, and we use this for other aspects of the web App.
How can I change the provider to use this remote Mssql database server as my provider for authenitcation and such?
Thanks
I need to create a new data provider for membership and role(i want it to be a single provider for all site management data)
The default AspNetSqlProvider will not work as the hosting service we use does not have SQL express installed, and that is out of our hands.
We do have access to a remote MSsql server, and we use this for other aspects of the web App.
How can I change the provider to use this remote Mssql database server as my provider for authenitcation and such?
Thanks