1
I did my first "website" test on ASP.Net
and when I publish it to my normal ftp (I’m using visual studio 2013) I open the domain http://aizensecurity.freevar.com/ gets all these folders and stuff...
How do I publish it? What do I have to do?
1
I did my first "website" test on ASP.Net
and when I publish it to my normal ftp (I’m using visual studio 2013) I open the domain http://aizensecurity.freevar.com/ gets all these folders and stuff...
How do I publish it? What do I have to do?
3
Freevar does not support ASP.NET MVC. Won’t work.
The correct way to publish an ASP.NET MVC site is to use it Web Deploy. No point in describing step-by-step here. There are several tutorials that can be used to configure the Web Deploy for your website.
Needing help to publish, you can ask a more specific question.
Browser other questions tagged asp.net-mvc asp.net asp.net-mvc-5 asp.net-mvc-4
You are not signed in. Login or sign up in order to post.
Bruno, first of all, welcome to Sopt. Don’t forget to take the tour to see how the site works. On your question, did you install IIS on your web server? It seems to me that you do not have it installed.
– Jéf Bueno