How to publish Asp.net Core and React.js solutions on IIS
P粉563831052
P粉563831052 2023-09-16 12:53:47
0
1
767

I created a solution in Visual Studio 2022 using ASP.NET Core with React.js templates.

In the screenshot above, you can see the structure of my solution, where both the React.js and Asp.net Core projects are independent. I am using Asp.net Core api in React.js project and want to deploy my solution through IIS but I don't know how to publish this solution? Which project to publish? If anyone knows please help me.

P粉563831052
P粉563831052

reply all (1)
P粉287726308

I have a similar setup, but mine is a Blazor server application calling the .net API. You must publish both projects separately, not the entire solution.

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!