CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Oct 2008
    Posts
    1

    Angry ASP page not responding

    Hi All,
    I have an asp.net web application hosted on two servers in load balancing mode.
    I have an asp.net page with some links which will direct the user to another page.
    When i access the site using the http:\\systemname\pagename.aspx the links are workin fine with both the individual servers.

    but when i am trying to navigate through the same links using the common url for both the servers (htttp://commmonurl.com/pagename.aspx) the site is not responding.

    what could be the problem and a solution. Its urgent, please help.

    ~nrupesh
    Last edited by nrupesh; October 22nd, 2008 at 04:21 PM.

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