I’m learning to build an ASP.NET website with AJAX. A beginner actually. I’ve downloaded the AJAX ASP.NET documentation, which require it to be ran on IIS 5 in order to work. I have extracted the files and point the virtual directory to it. Then I tried open it on IE6. Instead of getting sample webapp run, I got a message which I don’t remember exactly, but it looks like “Service application not availableâ€. I tested the the server and it’s capable to run html & txt files. So, the IIS server was running properly but the aspx application didn’t. The documentation tells to activate anonymous user access which was already activated & the .NET 2.0 also activated on server. What seems to be the thing I missed? How to set it up properly? The simple aspx webapp I created using VS2005 also couldn’t be accessed. But when I tried to run it from within VS2005, there’s no problem.Somebody please help me.OOT: Is the VS2008 downloadable from Microsoft’s website free of charge?Thank