Click here to Skip to main content
15,949,686 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: I am still here [modified] Pin
rijz17-Jul-06 1:03
rijz17-Jul-06 1:03 
GeneralRe: I am still here Pin
Colin Angus Mackay3-Jan-07 0:54
Colin Angus Mackay3-Jan-07 0:54 
GeneralRe: Please help... i'm still waiting... Pin
PlayByTheRules16-Jul-06 23:12
PlayByTheRules16-Jul-06 23:12 
GeneralRe: Please help... i'm still waiting... Pin
rijz17-Jul-06 2:47
rijz17-Jul-06 2:47 
GeneralRe: Please help... i'm still waiting... Pin
J4amieC17-Jul-06 3:23
J4amieC17-Jul-06 3:23 
AnswerRe: An operations error occurred.. pls help Pin
minhpc_bk16-Jul-06 23:04
minhpc_bk16-Jul-06 23:04 
GeneralRe: An operations error occurred.. pls help [modified] Pin
rijz17-Jul-06 1:30
rijz17-Jul-06 1:30 
GeneralRe: An operations error occurred.. pls help Pin
minhpc_bk17-Jul-06 3:49
minhpc_bk17-Jul-06 3:49 
How do you call the getADSILoginName method? Which value do you pass to the method in the userName parameter? Here, you are using the Windows authentication mode, so I guess that you may want to authenticate the user based on the log-on account againts the Active Directoty of the specified domain. And the user which you may use to pass in to the method is the HttpContext.Current.User (or use the WindowsIdentity to get the current identity). So in the case of Mozilla, you may try to debug your application, check the username value and compare it with the value when IE is used (I guess it's empty in the case of Mozilla). Basically, when you configure to use the Integrated Windows authentication at the IIS, the IE can automatically sends the current log-on account to the server for the authentication, but it won't happen with the Mozilla, and it requires you to configure in the user config file of the browser. If this is the case, you can see this site[^] as an example on how to set it.

Btw, you need to encrypt the < and > or check the "..." checkbox when you post a message as I couldn't see the authentication and authorization settings.
GeneralRe: An operations error occurred.. pls help [modified] Pin
rijjjesh17-Jul-06 18:19
rijjjesh17-Jul-06 18:19 
GeneralRe: An operations error occurred.. pls help Pin
minhpc_bk17-Jul-06 20:31
minhpc_bk17-Jul-06 20:31 
GeneralRe: An operations error occurred.. pls help [modified] Pin
rijjjesh17-Jul-06 21:32
rijjjesh17-Jul-06 21:32 
QuestionWeb Page Splitter Control Pin
John Harrison Paul16-Jul-06 16:17
John Harrison Paul16-Jul-06 16:17 
AnswerRe: Web Page Splitter Control Pin
minhpc_bk16-Jul-06 20:04
minhpc_bk16-Jul-06 20:04 
GeneralRe: Web Page Splitter Control Pin
John Harrison Paul16-Jul-06 23:02
John Harrison Paul16-Jul-06 23:02 
GeneralRe: Web Page Splitter Control Pin
minhpc_bk16-Jul-06 23:10
minhpc_bk16-Jul-06 23:10 
GeneralRe: Web Page Splitter Control Pin
John Harrison Paul16-Jul-06 23:18
John Harrison Paul16-Jul-06 23:18 
GeneralRe: Web Page Splitter Control Pin
minhpc_bk16-Jul-06 23:33
minhpc_bk16-Jul-06 23:33 
GeneralRe: Web Page Splitter Control Pin
John Harrison Paul16-Jul-06 23:51
John Harrison Paul16-Jul-06 23:51 
QuestionDropDownList SelectedIndexChanged event. Pin
WebMaster16-Jul-06 15:47
WebMaster16-Jul-06 15:47 
AnswerRe: DropDownList SelectedIndexChanged event. Pin
postmaster@programmingknowledge.com16-Jul-06 17:30
postmaster@programmingknowledge.com16-Jul-06 17:30 
AnswerRe: DropDownList SelectedIndexChanged event. Pin
Pradipta Basu16-Jul-06 19:38
Pradipta Basu16-Jul-06 19:38 
QuestionPreferred way of returning data method Pin
MrJJKoolJ16-Jul-06 14:26
MrJJKoolJ16-Jul-06 14:26 
AnswerRe: Preferred way of returning data method Pin
eggsovereasy17-Jul-06 4:02
eggsovereasy17-Jul-06 4:02 
QuestionPersisting data through a "Postback" Pin
WebMaster16-Jul-06 11:00
WebMaster16-Jul-06 11:00 
AnswerRe: Persisting data through a "Postback" Pin
Arabinda Kolkata16-Jul-06 19:52
Arabinda Kolkata16-Jul-06 19:52 

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.