I've already had "Enable Integrated Windows Authentication" checked. Anyway, I got the AD to work by taking out the "identity" setting from the web.config file and instead programmatically set impersonation to true and false in the function that creates the Excel file and that allows the Active Directory code to work but now I'm getting an "Access Denied" error when the function that creates the Excel file and tries to write the file to a subfolder on the web server even though I've given Full Rights to Everyone for that folder. This problem doesn't occur if I have the "identity" setting in the web.config file. It looks like the user that is accessing the web page has be in the local admin group on the web box in order for this function to not error out.
Any other ideas?
Main Topics
Browse All Topics





by: raterusPosted on 2006-11-06 at 13:18:22ID: 17884684
Uncheck Digest authentication, I don't believe you need it here. Have you been entering in a username/password with this site before? If you are using IE, ensure that "Enable Integrated Windows Authentication" is checked under "Internet Options"