Can"t access secure website
am 02.08.2007 00:40:08 von feraria
Up until last month I have not been able to access a secure website
consistenanly. There are times I am able to access this site and sign it but
if I sign out and tried to go back in I receive a blank page. I have done the
following to tried and resolve these problems: deleted all cookie, files and
setting, made sure it is a trusted site with popup blocker turn off, firewall
is turnoff. I currently use internet explorer v6, sp2. I have had our
internet provider to come out and trouble shoot as well as the website IT
dept and know one can figure out why this is happening. Can someone offer
suggestions?
Thank You,
Feraria
Re: Can"t access secure website
am 02.08.2007 06:29:31 von David Wang
On Aug 1, 3:40 pm, feraria wrote:
> Up until last month I have not been able to access a secure website
> consistenanly. There are times I am able to access this site and sign it but
> if I sign out and tried to go back in I receive a blank page. I have done the
> following to tried and resolve these problems: deleted all cookie, files and
> setting, made sure it is a trusted site with popup blocker turn off, firewall
> is turnoff. I currently use internet explorer v6, sp2. I have had our
> internet provider to come out and trouble shoot as well as the website IT
> dept and know one can figure out why this is happening. Can someone offer
> suggestions?
> Thank You,
> Feraria
Based on your description, I'm not certain there is an issue with IIS.
First thing you want to do is identify whether the issue is with the
client browser, networking, web server, or server-side application.
Doing random things rarely resolve the issue. It's like if you have
cancer-related illness and you try to take antibiotics or antacids for
the symptoms -- hardly identifies nor resolves the issue.
Intermittent issue usually come from bugs in server-side application
or transient networking condition. internet provider and IT department
are rarely able to deal with such issues.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Re: Can"t access secure website
am 02.08.2007 16:10:08 von Roger Abell
If when this happens you were to do a View Source in the browser
that is displaying the blank page, and you see well formed html that
simply has no content and that otherwise appear like the pages from
that site (i.e. headers, footers, etc. whatever content _is_ there) then
it would likely be a problem in their serverside application failing
to generate complete content in that circumstance.
It sounds like their site may be recognizing that your prior auth
should be renewed, has expired, but is failing to redirect you
successfully - perhaps due to your code, perhaps due to your
IE setting not allowing the redirect.
Roger
"feraria" wrote in message
news:0FEFF12F-F99D-494F-97CE-480AC599B7C1@microsoft.com...
> Up until last month I have not been able to access a secure website
> consistenanly. There are times I am able to access this site and sign it
> but
> if I sign out and tried to go back in I receive a blank page. I have done
> the
> following to tried and resolve these problems: deleted all cookie, files
> and
> setting, made sure it is a trusted site with popup blocker turn off,
> firewall
> is turnoff. I currently use internet explorer v6, sp2. I have had our
> internet provider to come out and trouble shoot as well as the website IT
> dept and know one can figure out why this is happening. Can someone offer
> suggestions?
> Thank You,
> Feraria
>