Question

I am attempting to publish an MVC3 Site in Visual Studio 2010 using the "File System" publish method. The MVC site does not work, but I'm almost positive that this has something to do with my current server configuration, so my question is not why won't the site work. My question is when i publish the site, it does not publish the "Models" or "Controllers" folders; is this normal? If so how does the site function without these two elements being built to the server?

Was it helpful?

Solution

Yes, it is normal. Your models and controller are compiled and placed in folder called "bin". There should be a DLL in that folder with the name of your project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top