Asp.net 2.0

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Dec 2004
Posts: 6
Reputation: fmardani is an unknown quantity at this point 
Solved Threads: 0
fmardani fmardani is offline Offline
Newbie Poster

Asp.net 2.0

 
0
  #1
Jan 3rd, 2006
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
Reply With Quote Quick reply to this message  
Join Date: Nov 2005
Posts: 47
Reputation: kedar_challa is an unknown quantity at this point 
Solved Threads: 1
kedar_challa's Avatar
kedar_challa kedar_challa is offline Offline
Light Poster

Re: Asp.net 2.0

 
0
  #2
Jan 17th, 2006
Hi,

exactly i didnt get what ur trying to do. Where ur not getting the security tab. If it is in the ASP.Net add-in to the IIS manager, then we don't have security tab there.

it will show you the Authorization and Authentication tabs.

Regards,
Kedar
Thanks,

KedarNath Challa
Reply With Quote Quick reply to this message  
Join Date: Jan 2006
Posts: 275
Reputation: f1 fan is an unknown quantity at this point 
Solved Threads: 11
f1 fan f1 fan is offline Offline
Posting Whiz in Training

Re: Asp.net 2.0

 
0
  #3
Jan 17th, 2006
I think he is on about the web admin page that comes with VS2005. Which is just a simple interface to both the webconfig and any providers.

But i am not sure of what is missing or the rest of the web config? some light would help
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC