Home
»
MK .NET UG
»
Design, Solutions and .NET Framework by Dejan Dimitrovski
»
All Tags
»
IIS
Browse by Tags
MK .NET UG
Macedonian .NET User Group
Get this RSS feed
Home
Blogs
Forum
Tags
Tags
Active Directory
ASP.NET
deployment
duplex
host
Security
Silverlight
WAS
WCF
Windows Service
Tagged Content List
Blog Post:
Improvements over duplex messaging in Silverlight 4
dejan
HTTP as a protocol is a request/reply communication mechanism which means that the server respond only if it is initiated as request from the client. Because of this nature of the HTTP protocol, some tricks are needed to make it look like a duplex transport, where both the client and the server can send...
on
Wed, Jun 30 2010
Blog Post:
Choose the Right WCF Host
dejan
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 this fact, other features available to the hosting...
on
Sat, Nov 29 2008
Blog Post:
Credentials and Double Hop
dejan
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 that they lose the user credentials connecting to...
on
Wed, Aug 20 2008
Blog Post:
Deployment on Silverlight application
dejan
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 application. Just follow this nice article for...
on
Sat, Mar 29 2008
Blog Post:
Kerberos - solution for double hop authentication
dejan
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 if you don't know how. As with most things, if...
on
Fri, Mar 7 2008
Blog Post:
IIS 7.0 Security aspects
dejan
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. The Web Server role by default installs IIS 7...
on
Fri, Feb 29 2008