I have an iis 6 server that someone else used before and there are a few applications in the defaultAppPool. I would like to be able to only keep the default application.

How can I remove an application from an application pool?

Thanks

link|improve this question
feedback

1 Answer

If you want to move them, and not just delete the applications, you'll need to create another application pool if you don't have one: Open IIS Manager, right click application pools, New, Application Pool.

Then go the application you want to move out of the default app pool, right click properties, go the the Home Directory Tab, and select the new/different application pool.

Simple as that.

FYI, it'll kill any sessions in that application when you move it.

link|improve this answer
Thanks for that, could be useful. However, what I want to do is really removing the apps – Rodrigue Jul 1 '10 at 20:36
Unless I am missing something, you can just delete them out of II6? If someone deleted the files, and not the app through IIS, you can use the meta explorer to find them... microsoft.com/downloads/… – Malnizzle Jul 1 '10 at 20:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.