.NET 客户端配置文件中的嵌入式网站
对于我的桌面应用程序,我需要提供一个可通过 Web 访问并在 .NET 4.0 客户端配置文件(而不是完整版本)下运行的界面。我可以创建某种 WPF 或可能的 silverlight 应用程序,但是要求是所有常见设备都应该能够访问该应用程序。因此,提供 HTML 服务的网络服务器似乎是合理的选择。
实际上,我不需要 ASP.NET。一些带有资源和 json 服务的静态 html 页面会很棒。理想情况下,我将使用 knockoutjs 与单个 json 服务进行通信来构建接口。
我不喜欢使用 IIS Express,因为它无法嵌入到我的应用程序中(最好使用简单的单击一次安装程序来部署我的应用程序)。
我在 Kayak 上做了一些检查,虽然它似乎符合我的要求,但它在提供 html 页面及其资源(图像、css、js 等)方面不是很直观。
我认为应该有一些包完全符合我的要求,但我似乎找不到它。
你会推荐什么?
谢谢!
For my desktop application, i'm required to provide an interface that is accessible over the web and runs under the .NET 4.0 client profile (rather than the full version). I could create some kind of WPF or possibly silverlight application however, the requirement is that all common devices should be able to access the application. Therefore a webserver serving HTML seems to be the logical choice.
Practically, i don't need ASP.NET. Some static html pages with resources and a json service would be great. Ideally, i'll build the interface with knockoutjs communicating with a single json service.
I would not prefer using IIS express since it can't be embedded within my application (deploying my application with a simple click-once installer would be desirable).
I did some checking on Kayak and although it seems to fit my request, it is not very intuitive in serving html pages and their resources (images, css, js etc).
I assume there should be some package perfectly fitting my request but i can't seem to find it.
What would you recommend?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我过去使用过 Kayak,它非常好,尽管看起来 所有者不再维护它了。
您可以尝试嵌入版本的 Microsoft Cassini,Visual Studio 中 ASP.NET 的调试服务器。
I've used Kayak in the past and it's very good, although it seems that the owner is not maintaining it anymore.
You can try the embeddable version of Microsoft Cassini, the debug server for ASP.NET in Visual Studio.