Click here to Skip to main content
15,881,898 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Repeater Pin
Christian Graus29-Jan-09 20:06
protectorChristian Graus29-Jan-09 20:06 
AnswerRe: Repeater Pin
Frauke29-Jan-09 23:26
Frauke29-Jan-09 23:26 
QuestionWMI Pin
siva45529-Jan-09 19:48
siva45529-Jan-09 19:48 
AnswerRe: WMI Pin
Christian Graus29-Jan-09 20:06
protectorChristian Graus29-Jan-09 20:06 
GeneralRe: WMI Pin
siva45529-Jan-09 20:10
siva45529-Jan-09 20:10 
GeneralRe: WMI Pin
Christian Graus29-Jan-09 20:16
protectorChristian Graus29-Jan-09 20:16 
GeneralRe: WMI Pin
siva45529-Jan-09 20:21
siva45529-Jan-09 20:21 
GeneralRe: WMI Pin
Abhijit Jana29-Jan-09 20:53
professionalAbhijit Jana29-Jan-09 20:53 
I think you are not mentioning the Domain Name.

ConnectionOptions connection = new ConnectionOptions();
            connection.Username = strusername;
            connection.Password = strpassword;
            connection.Authority = "ntlmdomain:Mydomain";

            ManagementScope scope = new ManagementScope(
                "\\\\123.456.678.987\\root\\CIMV2", connection);
            scope.Connect();


cheers,
Abhijit
CodeProject MVP
My Recent Article : Exploring Session in ASP.Net

GeneralRe: WMI Pin
siva45529-Jan-09 21:25
siva45529-Jan-09 21:25 
GeneralRe: WMI Pin
Abhijit Jana29-Jan-09 22:08
professionalAbhijit Jana29-Jan-09 22:08 
GeneralRe: WMI Pin
siva45529-Jan-09 22:18
siva45529-Jan-09 22:18 
AnswerRe: WMI Pin
Ashutosh Phoujdar29-Jan-09 22:30
Ashutosh Phoujdar29-Jan-09 22:30 
GeneralRe: WMI Pin
siva45529-Jan-09 22:34
siva45529-Jan-09 22:34 
QuestionC# vs Javascript Question Pin
Roger Wright29-Jan-09 19:44
professionalRoger Wright29-Jan-09 19:44 
AnswerRe: C# vs Javascript Question Pin
Christian Graus29-Jan-09 20:07
protectorChristian Graus29-Jan-09 20:07 
GeneralRe: C# vs Javascript Question Pin
Roger Wright29-Jan-09 20:23
professionalRoger Wright29-Jan-09 20:23 
GeneralRe: C# vs Javascript Question Pin
N a v a n e e t h29-Jan-09 21:19
N a v a n e e t h29-Jan-09 21:19 
GeneralRe: C# vs Javascript Question Pin
Roger Wright30-Jan-09 2:10
professionalRoger Wright30-Jan-09 2:10 
GeneralRe: C# vs Javascript Question Pin
Christian Graus29-Jan-09 22:38
protectorChristian Graus29-Jan-09 22:38 
GeneralRe: C# vs Javascript Question Pin
Roger Wright30-Jan-09 2:04
professionalRoger Wright30-Jan-09 2:04 
Questiondataset to formview Pin
Arif Liminto29-Jan-09 19:27
professionalArif Liminto29-Jan-09 19:27 
AnswerRe: dataset to formview Pin
Christian Graus29-Jan-09 20:10
protectorChristian Graus29-Jan-09 20:10 
GeneralRe: dataset to formview Pin
Arif Liminto29-Jan-09 20:37
professionalArif Liminto29-Jan-09 20:37 
QuestionQuickBooks integration Pin
joindotnet29-Jan-09 19:24
joindotnet29-Jan-09 19:24 
AnswerRe: QuickBooks integration Pin
N a v a n e e t h29-Jan-09 19:31
N a v a n e e t h29-Jan-09 19:31 

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.