Removing phantom applications from Application Pools in IIS7
Posted
by
Col
on Server Fault
See other posts from Server Fault
or by Col
Published on 2011-06-23T15:32:13Z
Indexed on
2011/06/23
16:24 UTC
Read the original article
Hit count: 266
I have an application in one of my application pools that has a virtual path of '/Site/login.aspx'. I want to remove it but it no longer exists on my computer and it's causing me issues setting up AppFabric.
I understand that you can remove these phantom applications by recreating the application in IIS and then hitting Remove. That will get rid of the application from the pool but in this case I can't recreate the application due to the /login.aspx in the virtual path
Any ideas how I remove this erroneous entry?
Thanks
© Server Fault or respective owner