SignalR – Real-time Application Development Second Edition by Ingebrigtsen Einar

SignalR – Real-time Application Development Second Edition by Ingebrigtsen Einar

Author:Ingebrigtsen, Einar
Language: eng
Format: epub
Publisher: Packt Publishing
Published: 2015-09-28T16:00:00+00:00


Then, inside the <system.web> tag again, right below the compilation tag, we will be adding our security. First, we set the authentication to be Forms and then add a form for our application with some attributes configuring its behavior; also, we add in an authorization tag denying all anonymous users, but allowing all the logged-in users:<authentication mode="Forms"> <forms name=".signalRChat" loginUrl="login.html" protection="All" path="/" timeout="30"/> </authentication> <authorization> <deny users="?"/> <allow users="*"/> </authorization>



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.