Click here to Skip to main content
15,915,083 members
Home / Discussions / C#
   

C#

 
GeneralRe: DoubleBuffer problem .. Pin
Sharpoverride22-Dec-04 23:40
Sharpoverride22-Dec-04 23:40 
Generalcalling a function in a subclassed window Pin
stefan houtz21-Dec-04 1:28
stefan houtz21-Dec-04 1:28 
GeneralC# XPath Problems Pin
Chua Wen Ching20-Dec-04 23:00
Chua Wen Ching20-Dec-04 23:00 
GeneralRe: C# XPath Problems Pin
Heath Stewart21-Dec-04 12:36
protectorHeath Stewart21-Dec-04 12:36 
GeneralDisplaying IIS directories/sites in C# Application Pin
Adnan Siddiqi20-Dec-04 22:43
Adnan Siddiqi20-Dec-04 22:43 
GeneralRe: Displaying IIS directories/sites in C# Application Pin
Heath Stewart20-Dec-04 22:53
protectorHeath Stewart20-Dec-04 22:53 
GeneralRe: Displaying IIS directories/sites in C# Application Pin
Adnan Siddiqi21-Dec-04 0:34
Adnan Siddiqi21-Dec-04 0:34 
GeneralRe: Displaying IIS directories/sites in C# Application Pin
Heath Stewart21-Dec-04 7:54
protectorHeath Stewart21-Dec-04 7:54 
If you search for "iis://" on http://msdn.microsoft.com/library[^] you can learn quite a bit about it.

this.DomainName is just what it sounds like - the domain name. Replace this with whatever computer you want to connect that is running IIS. The IIS Programmatic Administration Reference[^] - specifically for the IIS ADSI Provider[^] - descrbes that what comes after the computer name is the service to which you want to connect. "W3SVC" is the world-wide web (w3) service (svc). The number after that is the virtual host number (this is not necessarily serialized).

The first line enumerates all virtual hosts, while the second enumerates the first virtual host (or rather, the virtual host who's identifier is "1").

Read the links above for more information.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Displaying IIS directories/sites in C# Application Pin
Adnan Siddiqi31-Dec-04 20:13
Adnan Siddiqi31-Dec-04 20:13 
GeneralRe: Displaying IIS directories/sites in C# Application Pin
Heath Stewart31-Dec-04 22:42
protectorHeath Stewart31-Dec-04 22:42 
GeneralRe: Displaying IIS directories/sites in C# Application Pin
Adnan Siddiqi2-Jan-05 19:50
Adnan Siddiqi2-Jan-05 19:50 
GeneralRe: Displaying IIS directories/sites in C# Application Pin
Heath Stewart2-Jan-05 21:14
protectorHeath Stewart2-Jan-05 21:14 
GeneralRe: Displaying IIS directories/sites in C# Application Pin
Adnan Siddiqi3-Jan-05 7:55
Adnan Siddiqi3-Jan-05 7:55 
GeneralRe: Displaying IIS directories/sites in C# Application Pin
Adnan Siddiqi5-Jan-05 8:05
Adnan Siddiqi5-Jan-05 8:05 
GeneralSQL statement with result list restriction Pin
ppp00120-Dec-04 22:25
ppp00120-Dec-04 22:25 
GeneralRe: SQL statement with result list restriction Pin
Colin Angus Mackay20-Dec-04 22:45
Colin Angus Mackay20-Dec-04 22:45 
GeneralGDI+ nonrectangular forms problem Pin
sstoyan20-Dec-04 22:18
sstoyan20-Dec-04 22:18 
GeneralRe: GDI+ nonrectangular forms problem Pin
Heath Stewart20-Dec-04 22:45
protectorHeath Stewart20-Dec-04 22:45 
GeneralRe: GDI+ nonrectangular forms problem Pin
sstoyan21-Dec-04 3:33
sstoyan21-Dec-04 3:33 
GeneralRe: GDI+ nonrectangular forms problem Pin
Heath Stewart21-Dec-04 8:16
protectorHeath Stewart21-Dec-04 8:16 
GeneralRe: GDI+ nonrectangular forms problem Pin
sstoyan21-Dec-04 9:54
sstoyan21-Dec-04 9:54 
GeneralRe: GDI+ nonrectangular forms problem Pin
Heath Stewart21-Dec-04 12:33
protectorHeath Stewart21-Dec-04 12:33 
GeneralRe: GDI+ nonrectangular forms problem Pin
sstoyan21-Dec-04 21:38
sstoyan21-Dec-04 21:38 
GeneralRe: GDI+ nonrectangular forms problem Pin
Heath Stewart22-Dec-04 6:59
protectorHeath Stewart22-Dec-04 6:59 
GeneralRe: GDI+ nonrectangular forms problem Pin
sstoyan22-Dec-04 9:00
sstoyan22-Dec-04 9:00 

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.