ScriptResource.axd 路径太长
这是我的问题。
我开发 Web 应用程序,并使用 IIS 来托管它们。
我还使用模块 ARR(应用程序请求路由)作为我的服务器场的代理。问题是 ARR 将页面缓存在磁盘上。我将 ScriptResource 缓存在 arr 缓存磁盘中,当我尝试删除时,访问路径太长。
有没有办法缩短脚本资源的名称?
谢谢
here is my problem.
I develop web applications, and I use IIS to host them.
I also used the module ARR (application request routing) as a proxy for my server farm. The problem is the ARR cache the pages on disk. I have ScriptResource cached in the arr cache disk, and when I try to delete the access path is too long.
Is there a way to shorten the name of the script resources?
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 ASP.NET 4.0,您可以使用 CDN 版本的脚本并获得额外的好处。只需将脚本管理器的 EnableCdn 属性设置为 true,您的脚本链接将如下所示:
If you use ASP.NET 4.0 you can use CDN version of scripts and get additional benefits. Just set EnableCdn property of your script manager to true and your script links will look like this :