Free e-book collection
Hello, one of my colleauges shared the following blog post which provides a list for free e-books for different technologies including web and mobile development. Definetly it is worth to check: Huge...
View ArticleEveryone can build an app – introducing Windows Phone App Studio beta
“Windows Phone App Studio is about giving everyone the ability to create an app, regardless of experience. It also can radically accelerate workflow for all developers.” Read the full story at Windows...
View ArticleFree e-book – Windows 8.1 Universal application development
A colleague of mine, Matteo Pagani, has published a free e-book about Windows 8.1 Universal Application Development, it is a second part of the same topic. Below is what he says about it: More Windows...
View ArticleIIS application pool may be terminated while collecting dump
Consider the following scenario: You are running a web application on IIS and you need to collect a memory dump of the application pool process (w3wp.exe). W3wp.exe in subject consumes huge memory, for...
View ArticleCollecting a memory dump with ProcDump when ASP.NET ISAPI is reported...
PROBLEM You are running an ASP.NET application in IIS. You noticed that the worker process shuts down and restarts. At the same time you see one or both of the following events in the event logs: Event...
View ArticleIIS 8.5 – How to log client port number
When an HTTP request is made from a client machine to a web server, a TCP connection is established between the client and the server machines. That TCP connection is built on the port numbers on both...
View ArticleAppDomain is still unloaded when web.config file is changed even File Change...
Let’s assume that you are running an ASP.NET application and you disable the File Change Notifications in web.config file (for ASP.NET 4.5 or later) or in the registry as explained in...
View ArticleSome IIS administration cmdlets run slowly in PowerShell 4.0
I wrote a KB article about PowerShell IIS administration cmdlets when you run in Win 2008 or Win 2008 R2. If you are running New-WebApplication or ConvertTo-WebApplication cmdlets in Win 2008 or Win...
View ArticleEnlightening a mystery with Failed Request Tracing: does IIS not respect the...
I have been working with one of my customers to fix some static compression issues on IIS 8.5. During our work I have been asked that if IIS is not respecting the minFileSizeForComp settings and if it...
View Article.NET Core & ASP.NET Core 1.0 is being released at Red Hat DevNation.
Today is another milestone on developers’ world: .NET Core & ASP.NET Core 1.0 is being released at Red Hat DevNation. If you want to eyewitness that moment you can watch it here. If you want to get...
View Article