So recently I've been given the opportunity to take on an ongoing project. The project has been coded in c# using the asp.net MVC framework (and Microsoft SQL as the database). I've never used any of these tools and my web development knowledge is mostly based on WAMP/LAMP. I want to develop the web app locally, so firstly, how exactly do I serve the content on my local computer? It doesn't seem to be as simple as installing WAMP and moving files into a /www/ directory, and then going to the localhost address.
If someone could point me in the right direction in setting up the development environment, that would also be really helpful. I already have visual studio 2012 ultimate installed (which is also new to me, I've only used eclipse in the past).
Also, should I go ahead and download the 180 day microsoft sql server evaluation? I've also heard of something called localDB, how do these compare? Is it an easy transfer between the two?
Thanks!