Click here to Skip to main content
15,908,115 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCaching DataSet for lifetime of Webapp Pin
Cfer8310-Apr-07 8:49
Cfer8310-Apr-07 8:49 
AnswerRe: Caching DataSet for lifetime of Webapp Pin
kubben10-Apr-07 9:01
kubben10-Apr-07 9:01 
QuestionA question about altering VB Codebehind files Pin
Nostromo7710-Apr-07 8:40
Nostromo7710-Apr-07 8:40 
AnswerRe: A question about altering VB Codebehind files Pin
Sathesh Sakthivel10-Apr-07 17:04
Sathesh Sakthivel10-Apr-07 17:04 
GeneralRe: A question about altering VB Codebehind files Pin
Nostromo7710-Apr-07 20:34
Nostromo7710-Apr-07 20:34 
QuestionSalam , Where roles are saved ? Pin
Mohammed Amine10-Apr-07 8:28
Mohammed Amine10-Apr-07 8:28 
AnswerRe: Salam , Where roles are saved ? Pin
Abolfazl Sheikhloo10-Apr-07 20:11
Abolfazl Sheikhloo10-Apr-07 20:11 
AnswerRe: Salam , Where roles are saved ? Pin
MinhajuddinK5-May-07 20:02
MinhajuddinK5-May-07 20:02 
Hi there,

The information about roles, userIDs, Passwords, and profiles is stored in a SQL Database called ASPNETDB.mdf . You can find this DB by clicking on the App_Data folder in your solution explorer. Now where does this DB come from automatically? It's not magic. Whenever you set the authentication mode in the Configuration utility, An ASPNETDB is created and all the information about roles and userIDs etc, is stored in this Database. And whenever you say that this role should do this, it is from this DB the data is fetched.

Hope it helps.


You don't have to be AFRAID!

QuestionSimple cast error Pin
Sam Heller10-Apr-07 5:04
Sam Heller10-Apr-07 5:04 
AnswerRe: Simple cast error Pin
Sam Heller10-Apr-07 5:08
Sam Heller10-Apr-07 5:08 
GeneralRe: Simple cast error Pin
badgrs10-Apr-07 5:30
badgrs10-Apr-07 5:30 
QuestionWebResource Pin
reza toorani10-Apr-07 4:19
reza toorani10-Apr-07 4:19 
Questionfileuploader control + asp.net 2.0 Pin
ritu432110-Apr-07 3:22
ritu432110-Apr-07 3:22 
AnswerRe: fileuploader control + asp.net 2.0 Pin
varshavmane10-Apr-07 3:30
varshavmane10-Apr-07 3:30 
QuestionHow to write C# code in VB Pin
varshavmane10-Apr-07 3:19
varshavmane10-Apr-07 3:19 
AnswerRe: How to write C# code in VB Pin
kubben10-Apr-07 5:36
kubben10-Apr-07 5:36 
AnswerRe: How to write C# code in VB Pin
Dave Doknjas10-Apr-07 18:08
Dave Doknjas10-Apr-07 18:08 
GeneralRe: How to write C# code in VB Pin
varshavmane10-Apr-07 18:19
varshavmane10-Apr-07 18:19 
QuestionMaintain value across postbacks ? Pin
digsy_10-Apr-07 2:50
digsy_10-Apr-07 2:50 
AnswerRe: Maintain value across postbacks ? Pin
varshavmane10-Apr-07 3:03
varshavmane10-Apr-07 3:03 
GeneralRe: Maintain value across postbacks ? Pin
digsy_10-Apr-07 3:11
digsy_10-Apr-07 3:11 
GeneralRe: Maintain value across postbacks ? Pin
varshavmane10-Apr-07 3:15
varshavmane10-Apr-07 3:15 
AnswerRe: Maintain value across postbacks ? [modified] Pin
RajeevKumarSharma10-Apr-07 3:09
RajeevKumarSharma10-Apr-07 3:09 
AnswerRe: Maintain value across postbacks ? Pin
Harikrk10-Apr-07 3:10
Harikrk10-Apr-07 3:10 
AnswerRe: Maintain value across postbacks ? Pin
_mubashir10-Apr-07 3:30
_mubashir10-Apr-07 3:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.