用于 ASP.NET 应用程序的便携式 IIS 或其他服务器
我正在寻找一个便携式版本的服务器,用于在 asp.net 4 中编写的简单应用程序(无数据库)。我需要在几个地方从 pendrive 呈现它,但我不知道有哪些系统。有类似的东西吗?
I'm looking for a portable version of server for simple app (no db) writen in asp.net 4. I need to present it from pendrive in few places and I don't know what systems there are. Is something like that available somewhere?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以尝试一下 Codeproject 中的这个。这似乎正是您所需要的: http://www.codeproject.com/KB/ aspnet/TinyWebServer.aspx
You can try this one from Codeproject. It seems to be exactly what you need: http://www.codeproject.com/KB/aspnet/TinyWebServer.aspx
我用过Ulti-dev的服务器。
http://ultidev.com/products/Cassini/index.htm
它基于“卡西尼”但带有安装程序。
我已经在这个东西上运行了 ASPX 页面和 ASPNET MVC2 服务。
我没有强调,但我已经
从来没有遇到过问题。
I've used Ulti-dev's server.
http://ultidev.com/products/Cassini/index.htm
it is based on "Cassini" but comes with an installer.
I've run ASPX pages and ASPNET MVC2 services on this thing.
I haven't stressed it, but I've
never had a problem.
现在有一个 IIS 的便携式版本,称为 IIS Express。在这里阅读更多信息:http://www.basarat.com /2011/05/protable-iis-iis-express-75.html
There is now a portable version of IIS available called IIS Express. Read more here : http://www.basarat.com/2011/05/protable-iis-iis-express-75.html