Win Server 8 Standard SP2
IIS 7
.NET 4.5
I've read and applied the following to get LocalDB to work with my app:
blogs.msdn.com/b/sqlexpress/archive/2011/12/09/using-localdb-with-full-iis-part-1-user-profile.aspx
When I change the file c:\Windows\System32\inetsrv\config\applicationHost.config as prescribed in the article and return to re-start the application pool in IIS 7, I get the error that setProfileEnvironment attribute is unrecognized.
None of the Google hits on the first two pages offers a solution.
Has anyone actually solved this?