c# - Published my MVC 5 site used to be webforms 4.5 -
I had almost on ASP.Net 4.5 Webforms at DiscountASP.Net last April. I changed my website to MVC 5. I originally wrote it from scratch when I click on a link, it redirects me to a webpage which tells [the original director] and lists some directories from my previous project (4.5 webforms) .
I tried to reproduce this project and publish it and I still have problems I'm not sure what is wrong.
Can anyone try to click on links to two practice areas on this website: www.attorneybeaulac.com and see what might be the cause of this problem?
I do not have any index / practiceism
working pages / practitioners / Phalalal
- Be sure to present the server properly for MVC 5.
- Make sure that the .NET 4.5 is the framework that you are making with VS 2013 (and is necessary for the latest)
- Check that you have registered the registry Enspnet has registered. NET 4.5
- Make sure
- Make sure that you have configured the site as a .NET 4 site.
- Make sure that your web /
- clear deployment destination and fresh deployment
Comments
Post a Comment