CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  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.

  2. #2
    Join Date
    Jan 2006
    Posts
    194

    Re: ASP page not responding

    I think you are creating a virtual directory not a website in IIS
    [email protected]

    Try your best then wait for things to happen....

  3. #3
    Join Date
    Jul 2008
    Posts
    21

    Re: ASP page not responding

    I think there is a conflict in the domain name for accessing the page. So it would be better if you differentiate these servers with different domain names. Check out and see if it works or not.

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