What is the best way to create a website in IIS 6.0 programmatically? like if i want my application to take a name of a website and create it in IIS, what would i need to do in ASP.Net?
A:
- An ASp.NET hosting accoun twith admin permissions (as otherwise your scripts fail)
- Code to manipulate the IIS metabase.
- A browser t oread the documentation over ad Microsoft's website ;)
TomTom
2010-03-11 09:31:10
I think the poster was looking for more input that essentially "Go Google It"!
Katy
2010-03-11 09:49:30
So what ;) There is a TON of details in that - this is why reading the documentation is mandatory. I did not tell the user to "google it". Microsoft has detailed documentation abou the metabase in the library there. Accessible by browser.
TomTom
2010-03-11 10:03:39