How to start / debug multiple web application projects using the same solution?

I have 2 web application projects. One of them is my ASP.NET MVC application, and the other for administrator-related functions, which are asp.net Dynamic Data web forms. My MVC application will be the main site, but I would like web forms to work in the Admin folder on the MVC website.

When debugging the application, I would like the link "/admin/Default.aspx" on the MVC site to link to the default page on my Dynamic Data site. How to do it? I know that I can independently test each project.

+3
source share
3 answers

" -", .

+4

- , Url Rewriting, root . ASP.NET, , .

+1

IIS-. -, , , " ".

+1
source

Source: https://habr.com/ru/post/1714128/


All Articles