My first post, so let me first say what an excellent book this is, clearly written with lots of explanation and multiple ways to check that what you have done is correct. I have been working through the book successfully using VS2013, which was the version available when I started the book. I had encountered no significant problems, up until now ...
I have hit a wall with the security roles in Chapter 16. I know that WSAT isn't included in VS2013 but I Googled the problem and then followed (I believe) the workaround posted on the MSDN blog to run an instance of IIS and then open the WSAT in the browser using a url that points to the location of the Site solution (presumably where the .sln file resides). This seemed to work (eventually) - at least the WSAT page opened up - and I could create roles and assign users. But - it doesn't seem to be connected to the databases that the Site is already using. The users I had previously created in the early exercises of Ch 16 were not visible in WSAT, and the new one I created in WSAT did not show up in the PlanetWrox database.
I started IIS with the following command:
iisexpress.exe /path:C:\Windows\Microsfot.NET\Framework\v4.0.30319 \ASP.NetWebAdminFiles /vpath:"/asp.netwebadminfiles" /clr:4.0 /ntlm
then I opened the WSAT using the following url:
http://localhost:8080/asp.netwebadmi...cuments\Visual Studio 2013\Projects\Site&applicationUrl=/
Am I missing something, or is there a better way to manage users and roles with VS2013? Any help gratefully received!
Paul