1
vote
1answer
305 views

Excel cannot access the file with IIS7&Windows Serer 2008 R2(64bit)

I have a web project in .NET 4 that needs to access an Excel file, but it ends up with the following error message: Error occured during file generation.Microsoft Excel cannot access the file ...
0
votes
1answer
328 views

Is it possible to configure IIS to always default Anonymous authentication to use application pool identity?

Is it possible to configure IIS to always default the identity settings for Anonymous authentication to use application pool identity? There is never a reason I would want it otherwise so it's ...
1
vote
1answer
553 views

IIS App Pool Identity Internet Settings

How does an IIS App Pool determine its Internet Settings? I'm specifying a custom identity under which to host a .NET web application, a service account that is part of our Active Directory domain. ...