IIS7 下使用ExtJs出现Ext未定义的问题
problem with "ext is undefined" on iis7 server
I'm trying to run a web site that runs on my local iis7 (vista) but does not run on a hosted iis7 server. I thought it had something to do with my <system.webServer> section. I'm pasting what I have below in the hopes that is what is causing the issue.
解决:
Set application pool to Classic.Net instead of Integrated mode for that particular web app. Same thing I did on my Win2k8. Works well.