----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: venkat_kl Message 2 in Discussion Hi, You can change the Provide in ways. 1st Type ====== Instead of a local file-based SQL 2005 file, you can specify the alternate connection string for different database by running the aspnet_regsql.exe Alternatively, you can spcify an alternate provide for example: <Configuration xmlns=http://schemas.microsoft.com/.netconfiguration/v2.0 <system.web> <membership defaultProvider="ActiveDirectoryMembershipProvider" /> </system.web> </configuration> but in your case, it is only the SQL Server, you just run the aspnet_regsql.exe for further reading. ASP.NET Configuration Creating the Application Services Database for SQL Server http://msdn2.microsoft.com/library/x28wfk74.aspx .NET Framework General Reference connectionStrings Element (ASP.NET Settings Schema) http://msdn2.microsoft.com/library/bf7sd233.aspx http://msdn2.microsoft.com/library/x28wfk74(en-us,vs.80).aspx ASP.NET Configuration Creating and Configuring the Application Services Database for SQL Server http://msdn2.microsoft.com/library/2fx93s7w.aspx ASP.NET 2.0 Provider Model: Introduction to the Provider Model http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/ASPNETProvMod_Intro.asp Membership Providers http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/ASPNETProvMod_Prt1.asp Role Providers http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/ASPNETProvMod_Prt2.asp bye Venkat_KL ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
