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.
source
share