hello to all i can access to asp configuration in VS 2013 with this command
"C:\Program Files\IIS Express\iisexpress.exe" /path:c:\windows\Microsoft.NET\Framework\v4.0.30319\ASP.NETWebAdminFiles /vpath:"/asp.netwebadminfiles" /port:8089 /clr:4.0 /ntlm
but when i want create user , and click in security tab i get this error
There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store.
The following message may help in diagnosing the problem: Unable to connect to SQL Server database.
i run aspnet_regsql and my webconfig code is
<connectionStrings>
<remove name="LocalSqlServer" />
<add connectionString="data source=.;Initial Catalog=workDB;Integrated Security=True;" name="LocalSqlServer" providerName="AspNetSqlProvider" />
</connectionStrings>
please help me