A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Hi @Grant Wilson,
Can I redirect all webpages using mod rewrite for redirection of aspx pages to cshtml
Do you want to redirect from one application to another? If you mean using both aspx and cshtml in the same application. Then this cannot be achieved.
If you mean that you want to upgrade an ASP.NET Framework Web Forms app to ASP.NET Core MVC, then you need the .NET Upgrade Assistant. For more details, please refer to this doc: https://learn.microsoft.com/en-us/aspnet/core/migration/web_forms?view=aspnetcore-7.0
Best regards,
Xudong Peng
If the answer is the right solution, please click "Accept Answer" and kindly upvote. 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.