I have a Web Application (ASP.NET C# for .NET 3.5) that uses the Session object to store, amount little things the debug information so when things go wrong, this is the first place to go.
The process is simple actually,
no matter what browser (except IE), when I navigate to a page, in the Debug Log I have data, just like the one show below
problem is that in Internet Explorer, the Debug Log is always blank (blank as no information, not no html code)
What can I do?
I tried several Security settings of IE8:
- add the site (machine name) to Trusted Sites
- disable Protect Mode
- set Local intranet security level to LOW
- set Accept All Cookies under Privacy
- checked the Allow Active Content under Advanced tab
I really don't know what more can I do :-(
Any help is greatly appreciated!