Hello. I have a problem like this. I have my database connected into project. Its located on different server. When I am managing users via WSAT everything is ok, it saves users into database on the server and additionally in my local App_Data folder. But
when it comes to creating roles it only works with local database, but not applying into database located on the serwer.
Isn't it strange anyway, that it saves data into local database when there is not connectionString for this? I can delete database from App_Data and after doing some action with users/roles it creates new one.
Any idea why it doesn't work? Thanks for any hint.
draxus
Member
3 Points
5 Posts
WSAT not saving full info into db.
Feb 28, 2011 04:27 PM|LINK
Hello. I have a problem like this. I have my database connected into project. Its located on different server. When I am managing users via WSAT everything is ok, it saves users into database on the server and additionally in my local App_Data folder. But when it comes to creating roles it only works with local database, but not applying into database located on the serwer.
Isn't it strange anyway, that it saves data into local database when there is not connectionString for this? I can delete database from App_Data and after doing some action with users/roles it creates new one.
Any idea why it doesn't work? Thanks for any hint.
sukumarraju
All-Star
17351 Points
3059 Posts
Re: WSAT not saving full info into db.
Feb 28, 2011 04:59 PM|LINK
WSAT can be accessed through VS on local machine as the files are located at C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETWebAdminFiles
Refer http://weblogs.asp.net/sukumarraju/archive/2010/01/17/configuring-web-application-to-utilise-asp-net-application-services-database.aspx
Let me know further queries with your web.config, so that the theory behind the scenes can be explained in detail.
Application Architecture Guide 2.0
My Blog
Twitter
draxus
Member
3 Points
5 Posts
Re: WSAT not saving full info into db.
Feb 28, 2011 09:09 PM|LINK
Thank you, info on your blog was very helpful, it works perfect now!