Hello
I am getting a compilation error in all the aspx files I attempt to view through the browser. The error is:
BC30451: 'DefaultAuthenticationTypes' is not declared. It may be inaccessible due to its protection level.
The error is here:
.AuthenticationType = DefaultAuthenticationTypes.ApplicationCookie,
.LoginPath =
New
Go to the complete details ...