Adding ASP.NET Core Web pages in Aras Release 26

Hello,

I would like to apply "MMReport.cshtml" and "MMReport.cshtml.cs" into Aras CodeTree. I put these two files under the ./Clients/script folder and then call this page from Ara's instance, just like calling the Nash file.

When I call localhost/.../InstrumentMovementReport, got Http Error 500. But there is no issue when I

remove @model InstrumentMovementReportModel. I am getting errors from this @model InstrumentMovementReportModel calling model.

I would like to call Asp.Net core web pages from Aras. Is it possible to do? How ?

Thank you,

Chit