asp.net to tomcat

2019-05-13 02:57发布

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条回答
劳资没心,怎么记你
2楼-- · 2019-05-13 03:58

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.

查看更多
登录 后发表回答