Hello,
I'm having problems deploying my application, and I suspect it is because I'm running IIS 7 on my development machine, and the production server is running IIS 6.
The problem manifests as the tabstrip not responding to clicks, and in IE I get the following javascript error on page load:
Somewhere I read that IIS 6 cannot read the <system.webServer> section of a web.config, and I can see I have that section.
Could someone please point me in the right direction as to the IIS 6 compatible sections on a web.config ?
I'm having problems deploying my application, and I suspect it is because I'm running IIS 7 on my development machine, and the production server is running IIS 6.
The problem manifests as the tabstrip not responding to clicks, and in IE I get the following javascript error on page load:
Error: 'Sys.WebForms.PageRequestManager' is null or not an object |
Somewhere I read that IIS 6 cannot read the <system.webServer> section of a web.config, and I can see I have that section.
Could someone please point me in the right direction as to the IIS 6 compatible sections on a web.config ?