Web App 在 Visual Studio 2010 上运行良好,但在 IIS 上运行不佳?

发布于 2024-12-18 06:48:59 字数 775 浏览 3 评论 0原文

我在部署我开发的 Web 应用程序时遇到问题。它是一个 Lync SilverLight 应用程序(ASP.NET MVC Web 项目)。当我从 Visual Studio 运行它时,一切正常。它在这里运行 http://localhost:53258/Default.aspx

现在使用我在 Default Web 下创建的 IIS我创建了一个新应用程序的网站(SeatPlan - 这是我的办公室与 Lync 集成的座位计划网站)。我将 Visual Studio 解决方案中的所有文件复制到 C:\Websites\SeatPlan - 在新应用程序的 IIS 中,我指向该文件夹。如果我然后从 default.aspx 的内容视图中浏览,我会得到以下 URL - http://localhost/SeatPlan/Default。 aspx - 再次在我自己的机器上一切正常。

但是,如果我将此文件夹 (C:\Websites\SeatPlan) 复制到同事计算机,然后他添加到 IIS 并浏览该站点,则完整功能不存在 - 当他单击座位图上的某个人时,Lync Silverlight 会添加该名称到搜索框,但不会带回结果列表中的人员。然而,在我的系统中,当我点击一个人时,它会带回详细信息,然后我可以将鼠标悬停在其上以开始即时对话等。

任何人都对可能导致此问题的原因或任何可能的步骤有任何想法,以尝试修复它?

I am having a problem with deploying a web application I have developed. It is a Lync SilverLight Applicaton (ASP.NET MVC Web Project). When I run this from Visual Studio everything works fine. Its runs it here http://localhost:53258/Default.aspx

Now with IIS I created under Default Web Site I created a New Application (SeatPlan - this is a seat plan web for my office with Lync integration). I copied all the files from my Visual Studio solution to C:\Websites\SeatPlan - and within IIS on my new application I point to the folder. If I then browse from content view from default.aspx I get the following URL - http://localhost/SeatPlan/Default.aspx - again on my own machine everything is working fine.

However if I copy this folder (C:\Websites\SeatPlan) to a collagues machine and he adds to IIS and broweses to the site the full functionality is not there - when he clicks a person on the seat plan the Lync Silverlight adds the name to the search box but doesnt bring back the person in the results list. However in mine when i click on a person it brings back there details and I can then hover over this to start an instant conversation, etc.

Anyone have any ideas on what could be causing this or any possible steps to try to try and fix it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疯了 2024-12-25 06:48:59

您是否将该站点添加到同事计算机上的浏览器“可信站点”区域?请参阅此处的答案

Did you add the site to the browsers Trusted Sites zone on your colleagues machine? see the answer here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文