moldava

Stories submitted by moldava

Redirecting an HTTP Request to HTTPS in IIS 7.0(aspalliance.com)

submitted by moldavamoldava(25) 3 years, 10 months ago

Redirecting an HTTP connection to HTTPS is a very common requirement for applications that use SSL channel. A common example is Outlook Web Access (OWA). With Internet Information Services 7.0, we have a new configuration system and a new user interface. Here are the steps that you will need to automatically redirect an HTTP connection to HTTPS read more...

add a comment |category: |Views: 309

tags: another

Build a Web Chat Application using ASP.Net 3.5, LINQ and AJAX (in C# 3(junnark.com)

submitted by moldavamoldava(25) 3 years, 10 months ago

Introduction: A Java Programmer friend of mine once asked me if I have ever built a web chat application. I said "No". He then asked me if I were to build a really simple, monitored, bare minimum, working web chat application, how long do I think will it take (something to that effect). I said, "I don't know". A few days had passed, one lazy evening, I was surfing the web looking for ASP.Net web chat applications. It seems that I can't find one that is simple enough to implement. So I decided to just build something simple from scratch. When I say simple, that just means that: I'm am going to try to build this web chat as fast as possible, with very minimal planning or architecturing. read more...

add a comment |category: |Views: 482

tags: another

Health Monitoring in ASP.NET 2.0: The Basics (aspnet.4guysfromrolla.com)

submitted by moldavamoldava(25) 4 years, 7 months ago

The Health Monitoring system in ASP.NET 2.0 read more...

2 comments |category: |Views: 8

tags: another