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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.
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.