Ask a Question related to ASP.NET Security, Design and Development.
-
R. G. #1
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
-
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. ... -
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... -
"page cannot be displayed" (addendum)
BTW: We're assuming the user has flash 6.0 plugin and above. Thanks again -
"page cannot be displayed"
Hello, I am doing the following in a flash movie: getURL(SITE + "/cgibin/processTestFlash.pl?USERID="+ USERID + "&CHAPTER=" + CHAPTER,... -
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... -
M. Zeeshan Mustafa #2
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
-
R. G. #3
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.
> >
> > -RosendoR. G. Guest



Reply With Quote

