Hi @iqworks Information Quality Works
First of all, an aspx page requires a lot of basic files to run. Such as Site.Master and Global.asax. You just move the file over and you won't get it running.
So my suggestion:
You create a webform project and generate an aspx file and run the project.
Next, change the redirected address in the controller to the URL of your webform project file.
Such as:
public ActionResult DisplayLoggingMaint(string eData).
{
return Redirect("https://localhost:44304/MbsTest");
}
Best regards,
Qi You
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.