CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2002
    Location
    Mumbai
    Posts
    98

    Smile 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
    Amit

  2. #2
    Join Date
    Sep 2002
    Location
    Mumbai
    Posts
    98

    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/de...plications.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

    Amit

  3. #3
    Join Date
    Dec 2005
    Location
    Waterloo ON
    Posts
    545

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured