Embed .net core web application in web forms

raisingSun1923 1 Reputation point
2021-08-12T07:15:59.957+00:00

Hello all

I have an existing web site developed using .net framework 4.8 hosted in IIS.
we are now developing a new website using Dot net core 5.0 which is hosted in Azure.
I want to embed the pages in new website in the existing web application.

Using iframe , I can just load the new web page but when I try to navigate to other pages its not opening and sometimes just blank screen.

I am not sure whether this is happening due to authentication .

Please help.

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yijing Sun-MSFT 7,096 Reputation points
    2021-08-13T05:48:15.997+00:00

    Hi @raisingSun1923 ,
    I have created a simple test and it works fine. Why you think your problem is the authentication? Do you have errors?

    I suggest you can check if there are any errors in your project? You could press F12 to check your error message in the Network console.

    Maybe you can elaborate on the way you nest it? It will help us solve your problem.

    Best regards,
    Yijing Sun


    If the answer is helpful, please click "Accept Answer" and upvote it.

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.