fedack Posted January 11, 2019 Posted January 11, 2019 Greetings, I have read that to have access to being able to host a Asp.net 4.6 website I need to request activation here. I would like to do so. Thank you.
fedack Posted January 12, 2019 Author Posted January 12, 2019 Hmm, should I not be able to upload an Asp.Net 4.6 MVC like a Global.asax? Is it because it's a .Net Web Application and not a .Net Core?
Krydos Posted January 12, 2019 Posted January 12, 2019 MVC applications are special and you need the help of an admin to deploy them. I created a directory /home1/fedack/mvc/ where you need to put your files. You will also need to decide upon a subdomain or domain that you want your mvc project to be displayed. Putting mvc applications in subdirectories like example.com/mvc/ ends up breaking all of the paths, but if you create mvc.example.com it will work. You can create a subdomain by going to https://tommy.heliohost.org:2083/frontend/paper_lantern/subdomain/index.html Once you have a subdomain created and your files uploaded to /home1/fedack/mvc/ let me know on this thread and I can deploy it for you. Once it's deployed you'll be able to change your project simply by uploading new files and the application will pick up the changes.
fedack Posted January 12, 2019 Author Posted January 12, 2019 What will happen if I want more than one MVC application? The subdomain is logreader.themansion.top and it's been uploaded. Will you need to change the documents root or do I need to? Do you have any intention of making this process automated in the future?
Krydos Posted January 12, 2019 Posted January 12, 2019 What will happen if I want more than one MVC application?If you want more than 1 mvc application just put them in their own subdirectories within /home1/fedack/mvc/ like /home1/fedack/mvc/project1/ etc and I will redeploy. Do you have any intention of making this process automated in the future?You're the third person to ever want to deploy an mvc application... In 14 years... So no, unless we suddenly see a swift uptick in demand probably not. There you go http://logsreader.themansion.top/
fedack Posted January 12, 2019 Author Posted January 12, 2019 Thank you for this support, I really appreciate. Hmm, strange, it's returning an error 500. Do you support MVC version Version=5.2.4.0?
Krydos Posted January 12, 2019 Posted January 12, 2019 This is what mono supports https://www.mono-project.com/docs/about-mono/compatibility/ MVC5 is supported except for async.
fedack Posted January 12, 2019 Author Posted January 12, 2019 So i've added a new directory called logsreader2 in the mvc folder and ulpaded the application again to it using a different method. How do I make the subdomain logsreader2.themansion.top point to it?
Krydos Posted January 12, 2019 Posted January 12, 2019 That's the part I have to do for you http://logsreader2.themansion.top/
Recommended Posts