Not sure what you mean by "start". I assume you want to open the default
website in the default browser: Process.Start ("http://localhost");
HI,
How can I start the default web site of my IIS with C#.
> Not sure what you mean by "start". I assume you want to open the default
> website in the default browser: Process.Start ("http://localhost");
>
> HI,
> How can I start the default web site of my IIS with C#.
Siva: Possibly not, /IIRC/ websites in the IIS control panel can
be 'started' or 'stopped', meaning they're either being served, or they
aren't by the server.
Ad: Is this what you mean?

Signature
Hope this helps,
Tom Spink
Google first, ask later.
ad - 20 Aug 2006 04:15 GMT
Yes, I mean that.
How can I start the default WebSite of my IIS with program?
> Siva: Possibly not, /IIRC/ websites in the IIS control panel can
> be 'started' or 'stopped', meaning they're either being served, or they
> aren't by the server.
>
> Ad: Is this what you mean?