如何在 CRM 4.0 上的 ISV 文件夹中运行 ASP.net 4.0 应用程序?
如何在 CRM 4.0 上的 ISV 文件夹中运行 ASP.net 4.0 应用程序?
如果我将 asp.net 应用程序的目标设置为 .net 2.0,它就可以工作,但如果我将其切换到 .net 4.0,则会出现 404.17。这意味着我的 Web 配置中缺少脚本处理程序设置,但它现在不是内置于 .net 4.0 运行时中吗? (因此它会自动从 web.config 中删除)。
当我的应用程序是 .net 2.0 时,我以正确的方式修改了 Web 配置,该方式在网络上的各个网站和博客上都有详细记录。
有人能让这个工作吗? (我需要在我的 asp.net 页面上使用 .net 4 Web 控件)
How can I run an ASP.net 4.0 app in the ISV folder on CRM 4.0?
It works if I make the asp.net app target .net 2.0, but if I switch it to .net 4.0 I get 404.17's. Which imply that the script handler setting is missing from my web config, but isn't that built into the .net 4.0 runtime now? (hence it's removal from the web.config automatically).
When my app was .net 2.0, I had modified the web config in the proper manner that is well documented on various sites and blogs on the net.
Anyone able to get this working? (I need to use a .net 4 web control on my asp.net page)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不相信这是可能的。 请参阅此处。
但是,您可以创建一个新的 Web 应用程序,但您当您在 ISV 文件夹中运行它时,将无法使用所有可用的 ISV/CRMImpersonator Voodoo。
I don't believe this is going to be possible. See here.
You CAN, however, create a new web app, but you won't be able to use all the ISV/CRMImpersonator Voodoo that is available when you run it in the ISV folder.