主机不支持.Net Framework v4
我使用 silverlight 和 .Net Framework v4 开发了一个小型应用程序,该应用程序在内部托管。现在我被要求将其部署到我公司的网络主机上。我发现网络主机 (NetworkSolutions.com) 不支持 v4! ..
我该如何解决这个问题? ..我的意思是有没有办法使用v2来代替..我希望这会严重破坏我的代码..(假设我也在使用RIA服务(wcf))
这可能是一个菜鸟问题,但我很抱歉我我对网络托管没有那么丰富的经验。我一直在内部托管我的应用程序。
I have developed a small application using silverlight with .Net framework v4 which was hosted internally. Now I was asked to deploy it to the web host of my company. I found that the web host (NetworkSolutions.com) doesn't support v4! ..
How can I go about solving this issue? .. i mean is there a way to use v2 instead .. i expect this will break my code badly.. (given that I'm also using RIA services (wcf))
It can be a noob question but i'm sorry i'm not that experienced with web hosting. I have always hosted my applications internally.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,WCF 是在 .NET 3.5 中出现的 - 因此,如果它们支持 3.5,您可能不需要进行太多更改。我建议您:
Well, WCF came in .NET 3.5 - so if they support 3.5 you may not need to change very much. I suggest you: