Deploying ASP.Net

I am having problems in deploying my first project in asp.net and for about 3 days still I haven’t deploy yet my first web app. First, I need to deploy my web in windows xp for demostration purposes before deploying it in the dedicated server. Is there a best tutorial that I can follow in order for me to easily deploy my first web app? I feel so disappointed with it because, it seems that it is not easy to deploy a web app that is made of ASP.NET. Please help me guys, I am spending lots of time in solving this issue.

This thread of mine is now resolved. What I did was, after configuring my IIS, I install a runtime file of crystal report.

Just google: “Hosting asp.net site on XP”

It is basically just a matter of setting up your default website to point to the application folder in your IIS install. And it is pretty much the same on the server

And then now, another problem exists I added a web reference CrystalDecisions.Web with a version=11.5.3700.0 but in my directory it is 11.6.9700.313. And so, another error exists in deploying my web application.