Sunday, May 1, 2011

Tip: Creating WebApplications using Classic/Claims Mode

When you are creating a web application to use claims based authentication, ensure that the web application uses Claims based authentication. It is not possible to create a web application using classic mode and then extending it to use claims authentication mode.

1 comment:

  1. You are able to convert a classic mode web application over to a claims-based application fairly easily. If you follow the steps Microsoft outlined at http://technet.microsoft.com/en-us/library/gg251985.aspx you can get it done.

    ReplyDelete