Configure IIS using C#

H

hosi

Hello,

I want to configuire the IIS settings using a C# script , like giving
virtual path, port, authentication etc.....

How do I go about it.

Thanx in advance.

Hosi
 
D

Dan Rogers

There are a few caveats, but IIS does have an automation API (via COM) that
lets you do many administrative operations.

Caveats include the need to have a C# based scripting language; and not
being able to do this from a partially trusted caller (e.g. code running in
a web service or web site).

I hope this helps

Dan Rogers
Microsoft Corporation
--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top