At home I have a Windows Home Server which also has µTorrent running as a service. Luckily this application comes default with a Web Access which allows you to manage µTorrent without having a user logged in on your server. (installing µTorrent on your server as a service described...
Recently I deployed a WCF service using NTLM transport authentication. An issue arose when calling the service from a remote server where Kerberos authentication was not working correctly. After contacting the infrastructure team, I was informed to use NTLM and not Kerberos as the authentication provider...
I had read some blogs posts about the new smooth streaming capabilities for IIS 7.0, but I never actually experienced them myself. IIS Smooth Streaming is a technology that works with Silverlight in delivering a smooth video playback experience from Microsoft Internet Information Server in circumstances...
We have migrated from IIS6 to II7 and today we had some problems with large file uploads which we didn’t have with ASP.NET on IIS6. The web application was already configured to allow large file uploads: <system.web> <httpRuntime maxRequestLength="153600" executionTimeout...
First of all: this is my very first blog post, on my very first blog. I'll probably have a lot to learn about blogging, and I hope any readers (a.k.a. you) will give me constructive feedback which will help me improve my writing skillz. I'm currently not too happy about the layout (too white...
The technical support support people at my current customer deployed our WCF services to an education environment. After that, they weren't able to browse the WCF service from within IIS. The first thing I noticed on the environment was that the .NET framework 3.0 was not installed on that server...
ASP.NET provide a very conveniant way for health monitoring notifications, that will allow you to setup an email prvider to catch web events and send email messages when any arise. all you need is to configure your web application to send emails, also have a configured SMTP Virtual Server on your running...
When you want to create a new application pool you probably want to do this to create an application pool with least privileges for the application that you are going to run with it. This article describes how to create a user account for use in an IIS application pool. This article is useful when you...
Yeterday I installed Windows Server 2008 Standard onto my "web/file/print/email/media server" at home. Installation went super smooth, configuration was quite intuitive. After I installed all components and the basic configurations were done I tried to setup some of my websites. The problems...
One of the .Net web applications that I am working with uses Infragistics UI library and recently after upgrading to the newer version of Infragistics it stopped working. On debugging it, I found that client side scripts related to Infragistics controls are not executing and it seems it could not find...
If you are lucky enough to not work with web project in VS 2003 don't read on. i have a massive amount of time trying to figure how to open a web project written in .NET 1.1/VS 2003 on another machine on couple of XP machines every time i got error and try to hack into it to get another one, all...