Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes break in OpenIdProviderWebForms home page. | Andrew Arnott | 2013-06-09 | 1 | -11/+11 |
| | |||||
* | Changed all ASP.NET async void event handlers to use RegisterAsyncTask, ↵ | Andrew Arnott | 2013-03-04 | 1 | -15/+24 |
| | | | | which avoids bugs in ASP.NET. | ||||
* | A few more fixes. | Andrew Arnott | 2013-03-04 | 1 | -0/+1 |
| | |||||
* | OpenIdProviderWebForms now builds. | Andrew Arnott | 2013-01-23 | 1 | -6/+8 |
| | |||||
* | Reverted part of commit 2704b0fb445. | Andrew Arnott | 2011-09-28 | 1 | -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 Arnott | 2011-06-23 | 1 | -1/+1 |
| | | | | | | avoid the ThreadAbortException that is no longer the recommended approach. Fixes #40 | ||||
* | StyleCop fixes. | Andrew Arnott | 2009-04-07 | 1 | -5/+5 |
| | |||||
* | Moved the server code to a code-behind page. | Andrew Arnott | 2009-04-03 | 1 | -0/+48 |