I read that LocalDB should be used instead of SQLEXpress but I also read that LocalDB will not work in IIS (or it needs to be tweak for in order to work....)
I use VS2012 (with LocalDB automatic installed) for development. I feel very confortable already working with LocalDB and the entity framework but the application I'm creating will be web based (IIS 7). What would be the best solution in this
case?
1. Remove LocalDB and install SQLExpress in VS 2012 (Dont even know if this is possible)
2. Install SQLExpress only (if possible) in the production server that has the IIS and convert the db from Local to SQLExpress
3. Follow the posts that explain how to modify the LocalDB settings to work with IIS 7
4. And finally, is it possible to have LocalDB and SQLExpress installed in the same server?
Please give some light here.
Thanks
...
Go to the complete details ...