简体   繁体   中英

asp.net to tomcat

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!

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM