This is code that work on localhost.
Views Notification/Index.cshtml :
@using(Html.BeginForm("Index","Notification",FormMethod.Post))
{
...
But It isn't work on server. When I click submit button this is url.
http://test.com/Notification
And I want this url.
http://test.com/subfolder/Notification
It has subfolder because I use docker on server.