开发者

portable IIS or other server for asp.net app [duplicate]

开发者 https://www.devze.com 2023-02-28 06:29 出处:网络
This question already has answers here: ASP.Net portable server 开发者_运维知识库(6 answers) Closed 5 years ago.
This question already has answers here: ASP.Net portable server 开发者_运维知识库 (6 answers) Closed 5 years ago.

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?


You can try this one from Codeproject. It seems to be exactly what you need: http://www.codeproject.com/KB/aspnet/TinyWebServer.aspx


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消