Hi,
I have made the necessary changes in the web.config so that I can get to the security Tab for the
ASP.NET configuration.
The new error when trying to go to the security Tab is:
The following message may help in diagnosing the problem: Could not find stored procedure
'dbo.aspnet_CheckSchemaVersion'.
At present I have started the shopping site to work ok, but I can not get to the security Tab.
<connectionStrings>
<add name="BalloonShopConnection"
connectionString="Data Source=servername\servername;Initial Catalog=BalloonShop;User
Id=sa;Password=password1"
providerName="System.Data.SqlClient"/>
<!--This allows you to access the Security Tab under WebSite, ASP.NET Configuration-->
<remove name="LocalSqlServer"/>
<add name="LocalSqlServer" connectionString="Data Source=servername\servername;Initial
Catalog=BalloonShop;Persist Security Info=True;User ID=sa;Password=password1"
providerName="System.Data.SqlClient" />
</connectionStrings>
Any thoughts please?
Thanks