0
Good afternoon, I have a problem when I go up an html page on the server, I created this project in mvc5 c# and use Filezilla to move things up the server when, the part I did was a popup and when I click the button it goes to another page, in localhost it works right, when I was tested on 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 that 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 typed correctly.
the path when I click the button is :
<a href="@Url.Action("TornarPagina", "Home")">
I tried to see the way it does and it’s right, because in the localhost of the visual studio it finds the page already on the server not.
If anyone can help me I would be very grateful. Thank you.
You are publishing this local project before going up through Filezilla?
– Leonel Sanches da Silva
no, because after I tested it on localhost I already picked it up I went there on Filezilla and already I climbed it there he gives this error
– Nathan
And you’re going up where? In which lodging?
– Leonel Sanches da Silva
I’m sorry I can’t tell you, and a website that I work on and I’m new to this business
– Nathan
you believe the mistake may be what ?
– Nathan
I believe you are publishing in the wrong way, or even on the wrong server. So I need more details.
– Leonel Sanches da Silva
understood, because I dragged the file according to it in the local folder but the site you can see in http://homolog.abcdoabc.com.br then you click on the button of the popup here comes the error
– Nathan
Where is the popup button?
– Leonel Sanches da Silva
when he loads the page he appears on top takes a little bit, then appears to click here, he stands on top if scroll down will not be able to see and has a while he disappears
– Nathan