How to add a website automatic to the application pool?

How to add a website automatic to the application pool?

am 31.07.2007 14:58:37 von unknown

From time to time I have to deploy a new website onto my webservers. I just robocopy the new website into the wwwroot's. But in order for the website to work properly I have to add them to the default application pool.

Is there a way to make every (new) website automaticly join the application pool?

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com

Re: How to add a website automatic to the application pool?

am 31.07.2007 16:04:52 von Ken Schaefer

How are you creating the new websites in IIS? If you use the GUI, then they
are automatically added to the Default App Pool. If you are using a script
to create the websites in the metabase, then the same script can add the
websites to the Default App pool.

Cheers
Ken

--
My IIS Blog: www.adOpenStatic.com/cs/blogs/ken

"Stef C." wrote in message news:200773185836stef.cobelens@contracto.com...
> From time to time I have to deploy a new website onto my webservers. I
> just robocopy the new website into the wwwroot's. But in order for the
> website to work properly I have to add them to the default application
> pool.
>
> Is there a way to make every (new) website automaticly join the
> application pool?
>
> EggHeadCafe.com - .NET Developer Portal of Choice
> http://www.eggheadcafe.com