Click here to Skip to main content
15,915,509 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Managing Users on my ASP.NET Application Pin
Abhijit Jana5-Dec-08 1:29
professionalAbhijit Jana5-Dec-08 1:29 
GeneralRe: Managing Users on my ASP.NET Application Pin
prod@pt5-Dec-08 3:57
prod@pt5-Dec-08 3:57 
AnswerRe: Managing Users on my ASP.NET Application Pin
prod@pt5-Dec-08 4:36
prod@pt5-Dec-08 4:36 
Questionwhat will be the provider in case of oracle database for oledb connection Pin
souravghosh184-Dec-08 23:53
souravghosh184-Dec-08 23:53 
AnswerRe: what will be the provider in case of oracle database for oledb connection Pin
Karan_TN5-Dec-08 0:02
Karan_TN5-Dec-08 0:02 
AnswerRe: what will be the provider in case of oracle database for oledb connection Pin
Abhijit Jana5-Dec-08 0:39
professionalAbhijit Jana5-Dec-08 0:39 
QuestionGetting USERNAME (from client machine)???? Pin
Karan_TN4-Dec-08 23:39
Karan_TN4-Dec-08 23:39 
AnswerRe: Getting USERNAME (from client machine)???? Pin
Abhijit Jana5-Dec-08 0:02
professionalAbhijit Jana5-Dec-08 0:02 
Karan_TN wrote:
System.Environment.GetEnvironmentVariable("username");
The above code i used. its working in my local machine.


Because its returning your local system username.

Karan_TN wrote:
(If i disable the ANONYMOUS one, then everytime user want to enter his ussername & Password.this should not happen.


This Should be happend. Because Its Need Authentication.

Then you should Check Integrated Windows Authentication mode. So that its prompting user id and password.

If you checked Integrated Windows Authentication , then it will take windows credentials for login, but i dont think you can read it in this way.

Now , You can try with form authetication which will Authenticate user From Active Direcotry then only you can get the user name.


GeneralRe: Getting USERNAME (from client machine)???? Pin
Karan_TN5-Dec-08 0:05
Karan_TN5-Dec-08 0:05 
QuestionRe: Getting USERNAME (from client machine)???? Pin
Abhijit Jana5-Dec-08 0:47
professionalAbhijit Jana5-Dec-08 0:47 
QuestionTextBox Property in ASP.NET Pin
faizurrahman4-Dec-08 23:34
faizurrahman4-Dec-08 23:34 
AnswerRe: TextBox Property in ASP.NET Pin
Abhijit Jana4-Dec-08 23:51
professionalAbhijit Jana4-Dec-08 23:51 
GeneralRe: TextBox Property in ASP.NET Pin
faizurrahman5-Dec-08 1:40
faizurrahman5-Dec-08 1:40 
GeneralRe: TextBox Property in ASP.NET Pin
Brij5-Dec-08 2:42
mentorBrij5-Dec-08 2:42 
QuestionProblem with TreeView in MasterPage Pin
varshavmane4-Dec-08 22:31
varshavmane4-Dec-08 22:31 
QuestionHow to mainatin the session Simultaneously in asp and asp.net Pin
googlejumbo4-Dec-08 19:59
googlejumbo4-Dec-08 19:59 
AnswerRe: How to mainatin the session Simultaneously in asp and asp.net Pin
www.Developerof.NET4-Dec-08 20:32
www.Developerof.NET4-Dec-08 20:32 
QuestionRetriving the Blob data from data base and showing them in different format using dotnet Pin
shaik abdul gani4-Dec-08 18:15
shaik abdul gani4-Dec-08 18:15 
AnswerRe: Retriving the Blob data from data base and showing them in different format using dotnet Pin
Christian Graus4-Dec-08 18:50
protectorChristian Graus4-Dec-08 18:50 
GeneralRe: Retriving the Blob data from data base and showing them in different format using dotnet Pin
shaik abdul gani4-Dec-08 19:24
shaik abdul gani4-Dec-08 19:24 
GeneralRe: Retriving the Blob data from data base and showing them in different format using dotnet Pin
Ashfield4-Dec-08 21:15
Ashfield4-Dec-08 21:15 
GeneralRe: Retriving the Blob data from data base and showing them in different format using dotnet Pin
shaik abdul gani4-Dec-08 22:57
shaik abdul gani4-Dec-08 22:57 
QuestionCMS (Contant management system) Pin
sajjadlashari4-Dec-08 18:03
sajjadlashari4-Dec-08 18:03 
AnswerRe: CMS (Contant management system) Pin
Christian Graus4-Dec-08 18:51
protectorChristian Graus4-Dec-08 18:51 
QuestionWhat is the OnEnter Event Procedure of ASP.NET? Pin
C#Coudou4-Dec-08 13:25
C#Coudou4-Dec-08 13:25 

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.