Hi,
I have migrated application from IIS 6.0 to IIS 7.0. Default Application Pool for this migrated application is "DefaultAppPool". because of this I am getting Http Error 500.24.
The solution for this problem is, change Application Pool from "DefaultAppPool" to "Classic .Net AppPool". I have done this manually on IIS 7.0 and I am able to browse the site.
I want to know, How can we change application pool when we migrate application using Ms Deploy?
Is there any other work around for Http error 500.24?
Thanks