asp.net to tomcat

不羁的心 提交于 2019-12-07 12:29:00

问题


Anyone has any example/tutorial links to deploy asp.net to tomcat (intranet) using mono? The guide they gave isn't clear on how it should be done.

Or are there any other ways to deploy asp.net to tomcat other than using mono?

Thanks in advance!


回答1:


Anyone has any example/tutorial links to deploy asp.net to tomcat (intranet) using mono?

Since Tomcat is mainly intended for running Java based technology you should probably look into things like Grasshopper although I haven't seen anyone using Tomcat to deploy ASP.NET applications so far.

Or are there any other ways to deploy asp.net to tomcat other than using mono?

If your environment is unix based then your only way how to do that is using mono. I would however recommend you to use either apache with mod_mono or nginx with FastCGI since these are the most used combinations of running ASP.NET based web applications with mono.



来源:https://stackoverflow.com/questions/13118446/asp-net-to-tomcat

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!