I am trying to write a file on a server (web05) from a classic asp site running on Windows 2008 serer on IIS7 (webadmin). This fails and web05 logs an anonymous login attempt during the save operation.
The Webadmin site runs in the application pool in classic mode with the domain user as the process account. The process account has rights: "Trust this user with delegation to any service (Kerberos only)." The same applies to web05 and webadmin servers.
The site uses Windows authentication, and the idea is that when I enter the site with my domain user, my user rights should determine what I am allowed to do in the context of the IIS site. If I enable Basic Authentication, everything will be fine.
I also used setspn.exe to add the SPN for the URL. If I type setpn.exe -L webadmin, I get:
HTTP/webadmin.companyname.com TERMSRV/webadmin TERMSRV/webadmin.companypub.local HOST/webadmin HOST/webadmin.companypub.local
So, from what I understand, SPNs are configured correctly.
If I run the processmonitor on webadmin while the save operation is in progress, it says that this process really represents the user of my domain - but getting "Access denied" (and, as I said, web05 logs an anonymous login attempt).
Any idea what causes this?
Regards, Simon
source share