summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdProviderWebForms/Default.aspx.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixes break in OpenIdProviderWebForms home page.Andrew Arnott2013-06-091-11/+11
|
* Changed all ASP.NET async void event handlers to use RegisterAsyncTask, ↵Andrew Arnott2013-03-041-15/+24
| | | | which avoids bugs in ASP.NET.
* A few more fixes.Andrew Arnott2013-03-041-0/+1
|
* OpenIdProviderWebForms now builds.Andrew Arnott2013-01-231-6/+8
|
* Reverted part of commit 2704b0fb445.Andrew Arnott2011-09-281-1/+1
| | | | Reverses some of the Send->Respond changes made that are or may be invoked from ASP.NET web forms, since web forms will render HTML after the end of the protocol message.
* Added OutgoingWebResponse.Respond method to replace its Send method, and ↵Andrew Arnott2011-06-231-1/+1
| | | | | | avoid the ThreadAbortException that is no longer the recommended approach. Fixes #40
* StyleCop fixes.Andrew Arnott2009-04-071-5/+5
|
* Moved the server code to a code-behind page.Andrew Arnott2009-04-031-0/+48