Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello everyone,

I want to create user in one of my web application.i am trying for this using website administration tool(WSAT->security->create user),but i do not understand where this user information is being stored?is there any predefined table or what?i am not getting this concept.Further,how to programatically access this info?please help me in this regard.....
Posted

1 solution

Hi,

The website admistration tool is located at your local computer

C:\Windows\Microsoft.NET\Framework\v4.0.30319\ASP.NETWebAdminFiles

It's depend on the visual studio version you are using. The above example is
for visual studio 2010 which framework is v4.0.30319


Hope this could help..

Do not forget to vote if could help. The highest vote is 5.

Regards,
 
Share this answer
 
Comments
Thanks7872 12-Feb-13 0:09am    
thanks for your reply,but this doesnt help me though.let me explain my question again.e.g. if i manualy creat user in my application then i store this info(name,address,email,etc...) in user_details in database and use it wherever i want or to authanicatre the user,right?but,this was the case when i created the user manualy,now what about WSAT?suppose i created user XYZ,then in my application,when user login,then how to authenticate it.my question was,is there any data store against which i can verify the provided credentials or what?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900