here is my situation:
In development i have Models builder set to "SourceCodeManual". For live site i set it to "InMemoryAuto". It seems to me that if i dont exclude the models folder from the solution before publishing it, the "InMemoryAuto" does not work on the published site. My first instinct was to delete the models folder, but it is not even there....atleast i cannot find it. Are my models getting compiled on build? is there something i can specify in .csproj to prevent this?
Models Builder question
Hi there,
here is my situation: In development i have Models builder set to "SourceCodeManual". For live site i set it to "InMemoryAuto". It seems to me that if i dont exclude the models folder from the solution before publishing it, the "InMemoryAuto" does not work on the published site. My first instinct was to delete the models folder, but it is not even there....atleast i cannot find it. Are my models getting compiled on build? is there something i can specify in .csproj to prevent this?
is working on a reply...