I have a controller called Clients within that I have the CRUD actions as Actions [HttpPost]. Add, Update, Delete. All of this Actions is using RedirectionToAction. As shown on the screenshot below, I have tried both post and get
The only thing is that I'm not using the Begin form instead I'm using the old way as shown below.
The problem is that when I test it using the debug from Visual Studio it works. But when I deploy it to the Actual server (IIS) and test it I'm getting a 404 error.
Initially I didn't create a view for each Acton but even if I tried creating a view for each it still didn't work.
I have deploy the same code on my Home Virtual Server and it works. It looks like the issue is our work server. Any thing that cause this?


web.config