Hi, Also, make sure your cookie path is set correctly. The default value is '/', which will allow Forms Authentication to work for any site below the root of your web site. /Cookies only works if your application path is /Cookies relative to the FQDN of your site.
-Scott http://www.asp.net/security/tutorials/forms-authentication-configuration-and-advanced-topics-cs <configuration> <system.web> <authentication mode="Forms"> <forms ... path="/Cookies" ... /> </authentication> </system.web> </configuration> -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
