0
I have software here at the company, and it worked perfectly. However, I made a small layout change and my machine works perfectly. When I publish the application, the route (/Configurations) returns error 404, as if the route did not exist.
I created another route (/Config), with the same content and it doesn’t work either.
Any idea what could be causing this?
And what is the difference between the two environments? in production it is published in a subdomain or virtual directory?
– Leandro Angelo
No difference, apart from the access ip. It is a server on the network. It makes no sense not to open the route, at least not for me...
– Alex Reis
You can guarantee that it is not an Exception being popped and is being redirected as "not found"?
– Jéf Bueno
How do I check this? I have no debug in release...
– Alex Reis
Is it published on IIS? Is there a way to share Startup?
– Rafael
I managed to. Thank you.
– Alex Reis