How to deploy the ASP.Net 2005 website?

I am new to the ASP.Net and currenlty working on the 2005 version, I want to deploy the website.
Can anybody help me on this?
Thanks :wave:
Amit
[168 byte] By [AmitInnani] at [2007-11-20 0:04:28]
# 1 Re: How to deploy the ASP.Net 2005 website?
I was able to deploy the website with the help of article

http://www.codeproject.com/aspnet/deployingwebapplications.asp

But as i am running the application i am getting the error......

No connection could be made because the target machine actively refused it

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it

Can anybody help me to resolve this .....

Thanks :wave:

Amit
AmitInnani at 2007-11-9 11:50:45 >
# 2 Re: How to deploy the ASP.Net 2005 website?
I suggest you try to deploy that on your machine. That would be successful. And then you might know what the problem is.

Besides, You could copy all files in deployed website on your machine to destination web server.
jasonli at 2007-11-9 11:51:44 >