Design, Solutions and .NET Framework by Dejan Dimitrovski

Browse by Tags

All Tags » IIS (RSS)
Choose the Right WCF Host
WCF as part of the .NET Framework supports different OS platforms, providing accessibility over many protocols including HTTP, TCP, IPC and MSMQ. But not every WCF host support the entire suite of protocols which limiting your options at times. Beyond...
Credentials and Double Hop
Few year ago, when I was being an ASP.NET enthusiast, I had to deal with the problem known as hop the credential over servers. It looks that this problem still is the major pain for the most of ASP.NET developers, because many of them so often asks me...
Deployment on Silverlight application
If you try to deploy Silverlight2 on a production web server, all you can see is nothing more than blank canvas. The problem is that the web server is not set up to handle the .xap file extension that Silverlight2 uses to encapsulate the code for the...
Kerberos - solution for double hop authentication
Everyone who knows Kerberos will agree that it is still one of the most secure authentication mechanism but at the same time it is the dubious task to configure Kerberos authentication because his complexity and presents a difficult task to undertake...
Posted: Fri, Mar 7 2008 11:27 by dejan | with 5 comment(s)
Filed under: , ,
IIS 7.0 Security aspects
Windows Server 2008 Security Guide is available on Microsoft TechNet site and my favorite subject inside is actually IIS7 related chapter ( Chapter 6: Hardening Web Services ). This chapter focuses on how to harden Web servers running Windows Server 2008...
Posted: Fri, Feb 29 2008 2:27 by dejan | with no comments
Filed under: , ,