Asp.net: How Can I Introduce Aspnet_regsql To Login Controls
I setup aspnet_regsql in my SQL Server called SYM\SQLEXPRESS but it is in the remote computer. As you know, there are some tables created automaticly (Users, Roles, Membership etc)
Solution 1:
Alternativly, go
C:\Windows\Microsoft.NET\Framework\v4.0.30319folder.Run
aspnet_regsql.exeWrite Server Name:
YourServerMachine\SQLExpressSelect Existing Database:
YourTargetDBName(which you already have)Click Finish.
Open WebSite in Visual Studio 2010.
Make Changes in `Web.Config

Using Visual Studio 2010 Go to
Websitetab.Click on
ASP.NET ConfigurationYou can change your security and provider settings.
Post a Comment for "Asp.net: How Can I Introduce Aspnet_regsql To Login Controls"