“
will see a warning from Visual Studio that the FormsAuthentication.Authenticate method has been deprecated. This is part of Microsoft’s ongoing efforts to rationalize user security, which is a thorny area for any web application framework. For this chapter, the deprecated method will suffice and allow me to perform authentication using the static details I added to the Web.config file.
”
”