Hi,
I used msdeploy (with the -enableLink:AppPoolExtension option) to create an archive of IIS6 sites to import on a new IIS7 server, but after I have imported them I am experiencing problems with the application pools. First off, the application pool just crashed whenever I tried to load the site. But that stopped after I tried editing the application pool and now I just get the following:
HTTP Error 401.2 - Unauthorized
You are not authorized to view this page due to invalid authentication
headers.
And when I modify the application pools (even new ones) I get "The specified user name does not exist.". I have tried changing the Identity setting to a new user under Advanced Settings but that does not do any difference. With a new application pool instead of the old one I get a new error though:
HTTP Error 500.0 - Internal Server Error
Calling LoadLibraryEx on ISAPI filter
"C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll" failed
But I still think that it is somehow related to some permissions that got totally messed up in the application pools and I can't really find any way to fix it again. Any ideas?
Any suggestions would be much appreciated.