Monthly Archives: January 2007

The universal Rules of Input Validation

…still apply ;) (think XSS, SQL injection and friends…) Everything that is not known at compile time is input…that of course includes InfoCards (and certificates btw too).  

Posted in Uncategorized | Leave a comment

ASP.NET Security WebCast Teil 2 – Eingabe Validierung

Danke an alle Teilnehmer! Slides und Code findet Ihr hier. Bis zum nächsten mal…  

Posted in Uncategorized | Leave a comment

Adding Error Messages to a ValidationSummary

Validation summaries are nice when you are using the ASP.NET validation controls. It would be also quite handy to add your own validation/error messages (from internal validation or exception handling) to a summary. With a little background knowledge about the … Continue reading

Posted in Uncategorized | Leave a comment

Source Code Navigation

OK – this is nothing new at all – more a note to self… Source code navigation in VS is cumbersome…I want hyperlinks for methods, classes, properties etc. – and I want a browser like back/forward navigation. Is this available … Continue reading

Posted in Uncategorized | Leave a comment

WebCasts im Februar

Die ASP.NET Security Serie geht im Februar weiter. Auf dem Programm steht: Security mit ASP.NET 2.0 (Teil 3-4) – Sicheres Speichern von Daten mit ASP.NET 2.0(1.2.2007 / 16.00)Als Entwickler ist man ein regelrechter Geheimniskrämer – man muss tagtäglich mit Daten … Continue reading

Posted in Uncategorized | Leave a comment

IIS7 Managed Extensibility: ServerHeader Feature

Below you can find the complete source code and an experimental installation project for the ServerHeader feature i described in the last posts. Have fun. ServerHeader.zip (73.26 KB)  

Posted in Uncategorized | 4 Comments

IIS7 Managed Extensibility: Deployment

OK – let’s face it – deployment is no fun. The fact that in addition APIs are fragmented, inconsistent or simply missing doesn’t make it more entertaining. But here are the general steps that are necessary to deploy an IIS7 … Continue reading

Posted in Uncategorized | Leave a comment

IIS7 Managed Extensibility: Solution Structure

OK – let’s wrap up the last posts. An IIS7 feature consists of three assemblies: The HttpModule/Handler Server Management Client UI All three assemblies should be in the GAC (you can avoid the GAC for the HttpModule/Handler) if you only … Continue reading

Posted in Uncategorized | Leave a comment

IIS7 Managed Extensibility: Client UI Integration

In the preceding posts we implemented the HttpModule, the configuration section and the server module including the server service – the last part of the integration story is the UI. UI integration consists of three parts: UI elements The service … Continue reading

Posted in Uncategorized | Leave a comment

ASP.NET Webcasts Teil 1 – Authentifizierung und Autorisierung

Vielen Dank an alle Teilnehmer – vielleicht bis zur nächsten Episode! Slides und Code finden Sie hier.  

Posted in Uncategorized | Leave a comment