I am facing a problem with adding two projects in the same solution and both run as a single instance.
Let me explain that in more details. I have MVC project which is the main web application I used in my project now I want to add a new asp.net application to use for rendering reports and get the benefit of using asp.net page with Report Viewer.So, I was thinking in adding a new asp.net application that will contains my reports then map this new pages to my mvc application
The problem is how to deploy these two instances as one application in server.
I know that i can run both applications in debug mode by using debug > start new instance but how i can manage that in server.
Also is there is a way to deal with those two applications as one application
Update:
Using Ihor idea and with the help of this tutorials
How can I use a reportviewer control in an asp.net mvc 3 razor view?
http://msdn.microsoft.com/en-us/library/ms251692%28v=vs.100%29.aspx
I am facing a problem in binding to my object datasource attached to project. For example I have repository for SalesInvoices and I want to use GetData function exists in that repository to bind report with