Security Settings

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