HttpContext.Current.Server.Execute is not working in .NET 4.8
In my .cshtml
page, we are calling an .aspx
page through virtual path (eg. /includes/header.aspx
) and trying to convert its output into a string and embed on the page.
In my .cshtml
page, we are calling an .aspx
page through virtual path (eg. /includes/header.aspx
) and trying to convert its output into a string and embed on the page.