I copied an ASP.NET 5 MVC6 project from VS2015 Ent. Ed to VS2015 Community Ed. The project successfully compiles but when I run it (using F5) I get the following error: An error occurred attempting to determine the process id of the DNX process hosting your application
When I run it using ctrl+F5, I get the following error: HTTP Error 500.19 - Internal Server Error: The requested page cannot be accessed because the related configuration data for the page is invalid.
UPDATE
I'm using this official ASP.NET tutorial that is using IISExpress and localDb. The app was developed on VS2015 Ent Ed on Windows 7 and then I opened the app on Windows 8.1 with VS2015 Community Edition. It seems the localDb is missing. Does the localDb not get copied when you copy the entire app from one machine to another?