D
David C
We have an application that displays the content of a file based on the file
name suffix, e.g. if "pdf" it uses
Response.ContentType = "application/pdf"
and then to display it it uses
Response.WriteFile(FilePath)
and it works fine for all but very large files. For very large files (e.g.
a 5MB file) it pops up a prompt for username and password for the domain and
I can't figure out why. Does any one know how I can solve this or where to
look? The application is NT Authority only intranet site. Smaller files
are not a problem.
Thanks.
David
name suffix, e.g. if "pdf" it uses
Response.ContentType = "application/pdf"
and then to display it it uses
Response.WriteFile(FilePath)
and it works fine for all but very large files. For very large files (e.g.
a 5MB file) it pops up a prompt for username and password for the domain and
I can't figure out why. Does any one know how I can solve this or where to
look? The application is NT Authority only intranet site. Smaller files
are not a problem.
Thanks.
David