Developing ASP.net 4.5 Webforms apps with Visual Studio 2012 – Part 8
The eight video in the series looks at implanting dynamic data for WebForms, and replacing earlier data bound controls with Dynamic Data Field Templates. In this way, the entire presentation layer of...
View ArticleDeveloping ASP.net 4.5 Webforms apps with Visual Studio 2012 – Part 9
The ninth video in the series continues to finishes the discussion on Dynamic Data and goes on to present how validation controls have evolved in ASP.net 4.5. I look at the way unobtrusive Java Script...
View ArticleDeveloping ASP.net 4.5 Webforms apps with Visual Studio 2012 – Part 10
The tenth video in the series looks at sorting and pagination and explores how the code used to select records and load them into the GridView deals with both pagination and sorting using Lazy Loading....
View ArticleDeveloping ASP.net 4.5 Webforms apps with Visual Studio 2012 – Part 11
The eleventh video in the series looks at implementing the Repository Pattern in ASP.net WebForms. The pattern aims at moving all the code dealing with Data Access Layer out from the code behind of the...
View ArticleDeveloping ASP.net 4.5 Webforms apps with Visual Studio 2012 – Part 12
The twelfth and final video in the series finishes the implementation of the Repository Pattern in WebForms. The video shows how to move the Insert / Update and Delete entity methods from the code...
View ArticleIIS 7.5 & Powershell sous Windows 2008 R2
Bonjour,J'ai récemment eu l'occasion de devoir me former au fonctionnement de Powershell pour installer et configurer IIS. Je vous livre ici une aide succincte pour vous faciliter la prise en main de...
View ArticleActiver le Fusion Log (Could not load file or assembly)
Qui n'a jamais eu l'erreur "Could not load file or assembly" ?Elle s'avère souvent être un vrai casse tête pour en trouver la source.Pourtant, il suffit d'activer un simple log pour avoir plus...
View ArticleASP.NET & consommation mémoire au démarrage du processus W3WP.exe
Une question revient régulièrement au support Microsoft au sujet de la consommation mémoire d'ASP.NET au démarrage d'un processus W3WP.exe.En effet, ASP.NET va se réserver une certaine quantité de...
View ArticleWorking with ScriptManager and AddHistoryPoint on Master Pages with ASP.net...
While working on my bookmarking site (www.linqto.me), I came up against the following problem: how to make Ajax search pages be persistent even after the user navigates away from them, and then comes...
View ArticleIISRESET internals
I recently worked on an incident dealing with IIS6/Windows 2003 and IISRESET failing on the 1st attempt with the following error: "Restart attempt failed. Access Denied".The strange thing is that...
View ArticleHTTPREPLAY 2.1 released with IE11 support
A new release of HTTPREPLAY/ STRACE is now available (download link at the end of this article). This new release adds compatibility for IE11 on Windows 8.1 or Windows 7. I'm strongly encouraging...
View ArticleMaking sure one’s site is compatible with Internet Explorer 11
I have seen a couple of support calls recently that seem to center on various customer ASP.net websites that are not working well (or at all) with Internet Explorer 11. The issues are mostly centered...
View ArticleHow to use Excel to analyse IIS Logs
Many times customers are asking us how we analyse IIS logs. We usually use two different approaches.The first one is to use LogParser to parse the IIS logs using a programmation language similar to...
View ArticleUtiliser Excel pour analyser des logs IIS
Au support, une question revient régulièrement : comment faites-vous pour analyser les logs IIS ? Généralement, nous utilisons deux méthodes différentes.La première est basée sur l'utilisation de...
View ArticleComment analyser des logs IIS avec LogParser / LogParser Studio
Dans un article de blog précédent, j'expliquais comment utiliser Excel pour analyser des logs IIS. Toutefois, quand le log est volumineux ou quand vous voulez automatiser cette opération, Excel n'est...
View ArticleHow to analyse IIS logs using LogParser / LogParser Studio
In a previous blog article I've detailed how to analyse IIS Logs using Excel. However, when you get very huge logs or when you want to automate this operation, Excel is not the best way to do. It's...
View ArticleInstalling IIS Dynamic IP Restrictions in an Azure Web Role (PAAS)
A Denial-Of-Service (DOS) attack can target any application/tenant should it be hosted in Windows Azure or hosted by an ISP. If you are using Azure Web Sites or IIS in a VM (IAAS), a simple way to...
View ArticleEasily detect and block malicious HTTP requests targeting IIS/ASP.NET using...
In a previous blog, I have detailed how to Install IIS Dynamic IP Restrictions in an Azure Web Role to block DOS attack targeting a web role in Azure. In many situation, an attacker may combine other...
View ArticleWebRole entry point and config file…
When you write a web role requiring application specific configuration (like assembly binding), you may have a hard time trying to figure out which app configuration file should be used and how to get...
View ArticleEncryption de la connectionStrings dans un Web.Config via la clé...
Une des mesures les plus recommandées lors d'audit de sécurité d'applications web, est l'encryption de la section connectionStrings dans le fichier Web.Config. Si cette opération s'avère relativement...
View Article