Error in uploading a page in html

0

Good afternoon, I have a problem when I upload a html page to the server, I created this project in mvc5 c # and I use filezilla to upload things to the server when the part I made was a popup and when I click the button it goes to another page, in the localhost it works right, when I went to test the server it gave an error

HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure it is spelled correctly.

translation: HTTP 404. The resource you are looking for (or one of its dependencies) may have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure it has been spelled correctly.

The path when I click the button is:

<a href="@Url.Action("TornarPagina", "Home")">

I tried to see the path that does and is right, because in the localhost of visual studio it finds the page already on the server.

If anyone can help me, I will be very grateful. Thank you.

    
asked by anonymous 07.07.2016 / 19:39

0 answers