简体   繁体   English

CropZoom无法使用IIS 7.5,但可以使用IIS 7.5 Express

[英]CropZoom not working with IIS 7.5 but works with IIS 7.5 Express

This is rather strange to me. 这对我来说很奇怪。 I could generalize this question to be javascript/webserver specific but i'll give you the details. 我可以将这个问题概括为特定于javascript / webserver,但我会为您提供详细信息。

I've integrated image cropping into my asp.net webforms application. 我已经将图像裁剪集成到我的asp.net Webforms应用程序中。 this is the image cropper i am using: 这是我正在使用的图像裁剪器:

http://www.gastonrobledo.com.ar/cropzoom/index.html http://www.gastonrobledo.com.ar/cropzoom/index.html

it works fine in VS development server & IIS express 7.5, but as soon as i deploy it to IIS 7.5 full version on Windows 2008 R2, the cropper functionality stops working in IE8 & IE9 browsers only! 它在VS开发服务器和IIS express 7.5中可以正常工作,但是一旦我将其部署到Windows 2008 R2上的IIS 7.5完整版中,裁剪器功能便仅在IE8和IE9浏览器中停止工作! Everything else in my web app works fine. 我的网络应用程序中的其他所有内容均正常运行。 This is really strange as I am using all the default settings in both IIS Express and IIS full version (i've switched the authentication mode to 'Windows' in both) 这真的很奇怪,因为我在IIS Express和IIS完整版中都使用了所有默认设置(我已经将身份验证模式都切换为“ Windows”)

I'm not sure were to start looking as far as IIS 7.5 settings relating to javascript and or css files. 我不确定是否开始寻找与javascript和css文件有关的IIS 7.5设置。 Any ideas on how to troubleshoot this? 关于如何解决此问题的任何想法? I have checked all the trivial stuff (making sure im deploying all the files, etc) 我已经检查了所有琐碎的内容(确保即时消息部署了所有文件等)

Probably this tool uses some server side code/script which requires higher privileges. 此工具可能使用了一些需要更高权限的服务器端代码/脚本。 IIS Express (and also VS development server) run as current logged on user, whereas IIS runs with app pool identity. IIS Express(以及VS开发服务器)以当前登录用户身份运行,而IIS以应用程序池身份运行。 Try running IIS with an app pool that has higher privileges. 尝试使用具有更高特权的应用程序池运行IIS。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM