asp.net to tomcat

2019-05-13 03:25发布

问题:

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.