Hello,
I have some problems migrating my old ASP applications to IIS7.
I configured an application pool that runs under an domain user that has access to the UNC root path of the website. (this user is also used in the live IIS6 environment so permissions are ok...)
The Anonymous authentication is set to use the credentials of the application pool.
When I restart the world wide web publishing server it all goes well, I can access the website and for example go to the "logging" settings in the IIS7 UI and change settings.
But when I want to open "logging" after like 1 minute i'm getting the error:

This error will popup for all the configuration settings for that site.
I'm also getting errors on other websites:

---------------------------
The strange thing about both problems is that they wil disappear when I restart the World wide web publishing service.... and come back after some time.
Maybe someone has an idea what could cause this?
Extra info: The websites do not have web.config files because they are classic asp. But I created them for some sites to test but got the same errors...
Thanks in advance!
Floris