- From: Serkant Karaca <skaraca@internetteyim.net>
- Date: Mon, 17 Oct 2005 23:42:59 +0300
- To: <public-bpwg@w3.org>
Received on Monday, 17 October 2005 20:42:54 UTC
Make the following changes in the web.config file to configure Forms Authentication for the Mobile Application. <authentication mode="Forms" > <forms loginUrl="login.aspx" name=".ASPXCOOKIEAUTH " path="/"> </forms> </authentication> <authorization> <deny users="?" /> </authorization> Web.Config authentication and authorization sections. The above changes in the configuration file set the authentication mode to Forms and specify that unauthorized users will be denied access to the mobile web site. Serkant KARACA Senior Software Engineer Ankara/Turkey http://fatihterim.blogspot.com http://www.internetteyim.net
Received on Monday, 17 October 2005 20:42:54 UTC