Trying to understand webforms

20 Sep 2017

web forms

Might be obsolete right now Used to get to know how to modernize web forms and mix it with some modern auth mechanisms

https://docs.microsoft.com/en-us/dotnet/api/system.web.security.formsauthenticationticket?redirectedfrom=MSDN&view=netframework-4.8 - FormsAuthenticationTicket Class docs
https://support.microsoft.com/en-us/help/910443/understanding-the-forms-authentication-ticket-and-cookie - Understanding the Forms Authentication Ticket and Cookie
https://leanpub.com/evolvinglegacyaspnetapplications - Evolving ASP.net Applications
https://www.davepaquette.com/archive/2013/12/30/so-you-inherited-an-asp-net-web-forms-application.aspx - So you inherited an ASP.NET Web Forms application
https://docs.microsoft.com/en-us/aspnet/identity/overview/getting-started/adding-aspnet-identity-to-an-empty-or-existing-web-forms-project - Adding ASP.NET Identity to an Empty or Existing Web Forms Project
https://www.hanselman.com/blog/IntroducingASPNETFriendlyUrlsCleanerURLsEasierRoutingAndMobileViewsForASPNETWebForms.aspx - Introducing ASP.NET FriendlyUrls - cleaner URLs, easier Routing, and Mobile Views for ASP.NET Web Forms
https://www.nuget.org/packages/Microsoft.AspNet.FriendlyUrls/ - Microsoft.AspNet.FriendlyUrls
https://docs.microsoft.com/en-us/aspnet/web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms/ - Getting Started with ASP.NET 4.5 Web Forms and Visual Studio 2013
https://docs.microsoft.com/en-us/aspnet/web-forms/overview/security/ - Security, Authentication, and Authorization in ASP.NET Web Forms
https://stackoverflow.com/questions/20737578/asp-net-sessionid-owin-cookies-do-not-send-to-browser - ASP.NET_SessionId + OWIN Cookies do not send to browser
https://blog.martincostello.com/ensuring-your-asp-net-website-is-secure/ - Ensuring Your ASP.NET Website Is Secure
https://rhastastudio.wordpress.com/2016/07/19/owin-authentication-and-session-store/ - OWIN Form Authentication and Session store
https://brockallen.com/2013/10/24/a-primer-on-owin-cookie-authentication-middleware-for-the-asp-net-developer/ - A primer on OWIN cookie authentication middleware for the ASP.NET developer
https://brockallen.com/2013/10/27/host-authentication-and-web-api-with-owin-and-active-vs-passive-authentication-middleware/ - Host authentication and Web API with OWIN and active vs. passive authentication middleware
https://stackoverflow.com/questions/29075497/wrong-wsdl-url-in-webservice-asmxdisco-when-proxy-is-use - Wrong wsdl URL in webservice.asmx?disco when proxy is use


Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.