After working with another developer on my team we solved our issue. For us, instead of using BeginForm("Action","Post") we needed to specify our actual controller: BeginForm("Action","ActualControllerNameHere") and this worked.
↧
After working with another developer on my team we solved our issue. For us, instead of using BeginForm("Action","Post") we needed to specify our actual controller: BeginForm("Action","ActualControllerNameHere") and this worked.