Archive for January, 2007



Client-Side Web Service Calls with AJAX Extensions in ASP.Net


h1 Friday, January 12th, 2007

Client-Side Web Service Calls with AJAX Extensions in ASP.Net
Very cool article, I've been meaning to get into AJAX/Client-Side coding. This article will help me get started! -JMW Jan 12, 2007

Are you having problems with Windows Authentication in ASP.NET (2.0)?


h1 Wednesday, January 10th, 2007

I was too!

I went to a few different tutorials (Tutorial 1 , Tutorial 2) on how to set it up for an intranet environment, but I couldn’t get it to work.

It seemed like it wasn’t working because IIS wasn’t properly authenticating the user. But when I went to my IIS settings everything was right according to the tutorials…

(Like this…)
wa-aspnet-iis-settings.JPG

Everything was right! But still no luck.

To make a long story short, I found this article and it did the trick…

Forcing NTLM Authentication (IIS 6.0)

Now I can enjoy Windows Authentication in ASP.NET for my Intranet Web App! :D