C # MVC - Error after publish in VS015. 404 Not Found

2

I did a "Publish" with VS2015 of type MVC Web, but in "Publish Method" I put "File System". The problem is that I published in IIS and runs the views, but when I click the buttons it does not find the methods. As if I had no Controller. What do I do?

When I call ( link ), give this:

HTTP Error 404.0 - Not Found The feature you are looking for has been removed, has its name changed, or is temporarily unavailable.

PS: I did publish on another machine, but IIS did it on my own

    
asked by anonymous 12.05.2017 / 23:41

1 answer

1

Well, I actually solved the problem. Is that I did not know how to run the ASP.NET program with a "Publish" in the "File System".

I used the "WebMatrix" program to run it and it worked very well.

Thank you all.

    
29.06.2017 / 18:12