S
sponge_dan_square_pants
Hi,
I have a C# ASP.Net Application that has many sorted datagrids.
However, on one of the pages, when the column header is clicked to
sort, the user is prompted for their authentication information in IE.
This page is no different from any other page in the application. All
other datagrids work fine. There are absolutely no redirects or
transfers done at all in this application.
This datagrid has 6000+ records returned in it, and so do some of the
other datagrids that work properly. In order to accomidate that many
records and enable sorting, I had to change MaxRequestLength to be 8MB
in the machine.config.
Why would I get asked for my credentials if the Application is setup
with:
Anonymous Access (NOT checked)
Digest authentication for Windows domain servers (checked)
Basic authentication (NOT checked)
Integrated Windows authentication (checked)
?
Thank you very much!
Dan
I have a C# ASP.Net Application that has many sorted datagrids.
However, on one of the pages, when the column header is clicked to
sort, the user is prompted for their authentication information in IE.
This page is no different from any other page in the application. All
other datagrids work fine. There are absolutely no redirects or
transfers done at all in this application.
This datagrid has 6000+ records returned in it, and so do some of the
other datagrids that work properly. In order to accomidate that many
records and enable sorting, I had to change MaxRequestLength to be 8MB
in the machine.config.
Why would I get asked for my credentials if the Application is setup
with:
Anonymous Access (NOT checked)
Digest authentication for Windows domain servers (checked)
Basic authentication (NOT checked)
Integrated Windows authentication (checked)
?
Thank you very much!
Dan