Hi
I want to setup an extranet in a DW v9.6.8 solution. Using the new permission model I have set up permissions to restrict access to the pages in the extranet. What do I have to do to get users not logged in get a login form when requesting pages in the extranet? I am using the PageViewModel in the master and page templates and right now I get the error "Object reference not set to in instance of an object" when a user not logged in requests an extranet page and the page hits a @Model.GetString("some variable") in the Razor code.