ashutosh9910
Active member
- Joined
- May 13, 2005
- Messages
- 44
Hi all,
I am facing a strange problem with my ASP.NEt page.
It throws an error 500: Header size too large whenever accessed.
The problem which I foresee with this page is that it has too many controls on it. Basically the page is a checklist page with many questions on it. Now depending on checklist a user selects there are variable number of questions. If the questions are less then the page loads easily with no problem but if the page has more questions, which obviously means more controls then it throws error 500 page stating that the header size is too large.
The page shows up fine if accessed locally but the problem arises if it is viewed from outside the firewall.
Secondly the same problem seems to be leading to another problem. In thesame scenario, it also seems to end the Session of the logged in user.
Can someone help out. Its kinda urgent.
Thanks in advance.
Ashutosh
I am facing a strange problem with my ASP.NEt page.
It throws an error 500: Header size too large whenever accessed.
The problem which I foresee with this page is that it has too many controls on it. Basically the page is a checklist page with many questions on it. Now depending on checklist a user selects there are variable number of questions. If the questions are less then the page loads easily with no problem but if the page has more questions, which obviously means more controls then it throws error 500 page stating that the header size is too large.
The page shows up fine if accessed locally but the problem arises if it is viewed from outside the firewall.
Secondly the same problem seems to be leading to another problem. In thesame scenario, it also seems to end the Session of the logged in user.
Can someone help out. Its kinda urgent.
Thanks in advance.
Ashutosh