在 Xbap 上发布到 Windows Server 2003 上的 IIS
我已经编写了一个 Xbap 应用程序并将其发布到 Windows XP 计算机,没有任何问题。 现在我想将 Xbap 应用程序发布到运行 Windows Server 2003 的计算机。发布应用程序时我没有遇到任何失败,但是当我尝试浏览应用程序时出现失败并且无法浏览应用程序。
当我尝试运行 http://localhost/MyApp/setup.exe 时,它说该文件无法找到...
与 Windows XP 相比,发布到 Windows Server 2003 计算机时我还需要做一些其他事情
Ive programmed an Xbap Application and published it to Windows XP computer without any problem. Now I want to publish the Xbap application to a Computer running Windows Server 2003. I do'nt get any failure when I´m publish the application, but when I try to browse the application I got failure and I cant browse the application.
When i try to run http://localhost/MyApp/setup.exe, It says that the file could not be found...
I there someting else I have to do when publish to a Windows Server 2003 Computer compared to Windows XP
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里的问题似乎是 IIS 中的 MIME 类型。 通过在 IIS 中注册以下 MIME 类型解决了我的问题:
有关如何执行此操作的详细信息,请参阅:
http://msdn.microsoft.com/en-us/library/ms752346.aspx#content_expiration
Its seems like the problem here was the MIME Types in IIS. By register the followign MIME Types in IIS solved my problem:
For more information how to do this, see:
http://msdn.microsoft.com/en-us/library/ms752346.aspx#content_expiration