IE asks for password when saving excel file

The file is sent to the client using Response.writefile and the content drawdown as inline. When the user selects Save As, they are prompted to authenticate with IIS again, even if anonymous access is enabled.

0


source to share


2 answers


Assuming I would suggest looking at the ownership of the Excel file. Presumably it should be read / write to IUSR.



0


source


What is the path to the file when writing it?



Do users have proper rights to create files?

0


source







All Articles