I want to go into the SetAuthCookie
.
Describe
Windows 10 21H1
Visual Studio 2019 16.11.7
- Disable just my code
- Disable step over properties and operators
- Disable require source files to exactly match the original version
- Enable .NET framework source stepping
- Enable source server support
public partial class Login : System.Web.UI.Page
{
protected void login_Click(object sender, EventArgs e)
{
if(username.Text == "admin" && password.Text == "123")
{
// Breakpoint
FormsAuthentication.SetAuthCookie(username.Text, false);
}
}
}
Pushing F11 causes the debugger to simply skip to the next line.
Open modules window, System.Web.dll
version is 4.8.4330.0 built by: NET48REL1LAST_B
.
Uninstall windows update show alert:
Update for Microsoft Windows (KB4601554) is required by your computer and cannot be uninstalled.