Getting "The Page cannot be displayed" on some machines but not others with ASP.NET pages

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Getting "The Page cannot be displayed" on some machines but not others with ASP.NET pages

    I have three ASP.NET applications running with the following
    configuration on a Windows XP Pro machine running IIS 5.1:

    web.config -
    <identity impersonate="true" />
    <authentication mode="Windows" />

    IIS Security Settings -
    -"Anonymous access" is UNCHECKED
    -"Digest authentication for Windows domain servers" is CHECKED
    -"Basic authentication (password is sent in clear text)" is UNCHECKED
    -"Integrated Windows authentication" is CHECKED

    The reason I am not using "Anonymous access" and why I have "identity
    impersonate" set to true is because my program grants access to
    certain areas of the application based on the username of the person
    currently logged into the computer accessing my application. All
    potential users of my program are logged in to the Active Directory
    domain using Windows XP Pro machines and Internet Explorer.

    My applications run perfectly on most of the machines, but on a few
    machines (including a Windows Server 2003, a Windows Terminal Server,
    and the host machine curiously enough), users receive "The Page cannot
    be displayed" when attempting to access these applications. These
    users are able to access other ASP.NET applications I have running on
    the same box that have "Anonymous access" checked without "identity
    impersonate" set to true without any problems.

    I assume there must be some IE setting or some other setting on these
    machines that is not allowing these machines to access these pages.

    Any ideas or suggestions would be greatly appreciated. Thanks.

    -Rosendo
    R. G. Guest

  2. Similar Questions and Discussions

    1. Upload huge file size: "The page cannot be displayed" browser error
      I have an upload file operation in the web application. UploadForm.asp is the form, and UploadAction.asp is the form processing. ...
    2. Proxy settings cause error "The page can not be displayed"
      After setting the proxt of a client browser, submit button will cause error "The page can not be displayed". This is not the only error, sometime the...
    3. "page cannot be displayed" (addendum)
      BTW: We're assuming the user has flash 6.0 plugin and above. Thanks again
    4. "page cannot be displayed"
      Hello, I am doing the following in a flash movie: getURL(SITE + "/cgibin/processTestFlash.pl?USERID="+ USERID + "&CHAPTER=" + CHAPTER,...
    5. sporadic "page cannot be displayed" error
      Sporadically, our clients receive "page cannot be displayed" error. Failure does not occur at the same line, but error code and description are...
  3. #2

    Default Re: Getting "The Page cannot be displayed" on some machines but not others with ASP.NET pages

    Rosendo,

    It looks like there is a network/settings' issue. What exactly
    your users see? They just receive 'page cannot be displayed'
    error? A little detail would be helpful to help.

    --
    Hope this helps,
    Zeeshan Mustafa, MCSD


    "R. G." <cowboys951@yahoo.com> wrote in message
    news:b5c8a1f6.0407011304.43a67c15@posting.google.c om...
    > I have three ASP.NET applications running with the following
    > configuration on a Windows XP Pro machine running IIS 5.1:
    >
    > web.config -
    > <identity impersonate="true" />
    > <authentication mode="Windows" />
    >
    > IIS Security Settings -
    > -"Anonymous access" is UNCHECKED
    > -"Digest authentication for Windows domain servers" is CHECKED
    > -"Basic authentication (password is sent in clear text)" is UNCHECKED
    > -"Integrated Windows authentication" is CHECKED
    >
    > The reason I am not using "Anonymous access" and why I have "identity
    > impersonate" set to true is because my program grants access to
    > certain areas of the application based on the username of the person
    > currently logged into the computer accessing my application. All
    > potential users of my program are logged in to the Active Directory
    > domain using Windows XP Pro machines and Internet Explorer.
    >
    > My applications run perfectly on most of the machines, but on a few
    > machines (including a Windows Server 2003, a Windows Terminal Server,
    > and the host machine curiously enough), users receive "The Page cannot
    > be displayed" when attempting to access these applications. These
    > users are able to access other ASP.NET applications I have running on
    > the same box that have "Anonymous access" checked without "identity
    > impersonate" set to true without any problems.
    >
    > I assume there must be some IE setting or some other setting on these
    > machines that is not allowing these machines to access these pages.
    >
    > Any ideas or suggestions would be greatly appreciated. Thanks.
    >
    > -Rosendo


    M. Zeeshan Mustafa Guest

  4. #3

    Default Re: Getting "The Page cannot be displayed" on some machines but not others with ASP.NET pages

    Yes, the users get a local standard "The Page cannot be displayed"
    page that normally comes up when the browser can not find a web page,
    like when the Internet connection is down. Like I said, its just on
    these few machines. I was hoping someone would know what network
    settings I should check first because I have no idea where to even
    begin. The browser settings are identical across the machines, so it
    must be some other more obscure settings.

    "M. Zeeshan Mustafa" <zeeshan@no-spm.please.zeeshan.net> wrote in message news:<uqQ3ivEYEHA.3520@TK2MSFTNGP10.phx.gbl>...
    > Rosendo,
    >
    > It looks like there is a network/settings' issue. What exactly
    > your users see? They just receive 'page cannot be displayed'
    > error? A little detail would be helpful to help.
    >
    > --
    > Hope this helps,
    > Zeeshan Mustafa, MCSD
    >
    >
    > "R. G." <cowboys951@yahoo.com> wrote in message
    > news:b5c8a1f6.0407011304.43a67c15@posting.google.c om...
    > > I have three ASP.NET applications running with the following
    > > configuration on a Windows XP Pro machine running IIS 5.1:
    > >
    > > web.config -
    > > <identity impersonate="true" />
    > > <authentication mode="Windows" />
    > >
    > > IIS Security Settings -
    > > -"Anonymous access" is UNCHECKED
    > > -"Digest authentication for Windows domain servers" is CHECKED
    > > -"Basic authentication (password is sent in clear text)" is UNCHECKED
    > > -"Integrated Windows authentication" is CHECKED
    > >
    > > The reason I am not using "Anonymous access" and why I have "identity
    > > impersonate" set to true is because my program grants access to
    > > certain areas of the application based on the username of the person
    > > currently logged into the computer accessing my application. All
    > > potential users of my program are logged in to the Active Directory
    > > domain using Windows XP Pro machines and Internet Explorer.
    > >
    > > My applications run perfectly on most of the machines, but on a few
    > > machines (including a Windows Server 2003, a Windows Terminal Server,
    > > and the host machine curiously enough), users receive "The Page cannot
    > > be displayed" when attempting to access these applications. These
    > > users are able to access other ASP.NET applications I have running on
    > > the same box that have "Anonymous access" checked without "identity
    > > impersonate" set to true without any problems.
    > >
    > > I assume there must be some IE setting or some other setting on these
    > > machines that is not allowing these machines to access these pages.
    > >
    > > Any ideas or suggestions would be greatly appreciated. Thanks.
    > >
    > > -Rosendo
    R. G. Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139