I was looking for some help with sharing classes between 2 seperate projects in VS2012.
I have added a new project called TaxiRouteModel and added a reference to it from my 2 other projects in the solution. Which seems to work just great. I no longer have to maintain 2 separate projects.
But the class library which is shared by both web projects will never be published to the website and the 2 web projects are published to 2 separate places.
Once the websites have been published will they still be able to reference the class library?