Click here to Skip to main content
15,894,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to use two projects as one single project one is in mvc3.0 and other is in asp.net c#.
I want to access pages of one project on other project
Posted
Updated 8-Apr-15 23:36pm
v2
Comments
King Fisher 9-Apr-15 5:38am    
You mean mvc+webforms?
Masroor Ansari 9-Apr-15 5:44am    
yes
Masroor Ansari 9-Apr-15 5:45am    
Only to create a link between these two project using one single page..
Means have to design on page whether in mvc or web forms and connect the two using url

If you were trying to talk about Visual Studio, then yes, it allows two projects (No matter of different framework; MVC, WPF, Console) open simultaneously under a single Solution for your work.

You can right click on Solution and click Add, and under the menu. Chose the one you want to, New Project, Existing Project and other options are already available. Visual Studio won't hesitate to ask for a specific project to be added, you can add any kind of project (Web or software, WPF or Win Forms). Then you can use them anytime, you can open files from both projects. You can also add references to namespaces of either projects then.

If you're having two projects under same solution, you would require to add either one of them as a Start up project. This is required.
 
Share this answer
 
how to call page of one project to another page example: default page of 1st project into home page of 2nd project
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900