Access is denied

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I get "Access is denied" whenever I tried to connect to a particular url. I
am using WATIR/Ruby to connec to the site. The developer of WATIR/Ruby
thinks that the reason why I have this error is because:
"This error occurs when you try to navigate directly from a page that is
hosted by one server to a frame that is served by another. It sounds like
your staging server serves everything from one point, but your development
servers serve them from a couple different servers."

I also found this KB article (http://support.microsoft.com/?kbid=889407)
that makes me wonder whether that's problem, but I am not sure. Any feedback
is very appreciated. I've been stuck with this issue for a couple of months
now. No resolution yet! I tried to get the HotFix from miscrosoft support
but was very frustrated by the support person that I dealt with. I was on
the phone for more than half-an-hour and he still couldn't answer whether
this might work or not and he didn't want to give me the download for the
HotFix forme to try!
Help!
 
veritasca said:
I get "Access is denied" whenever I tried to connect to a particular url. I
am using WATIR/Ruby to connec to the site. The developer of WATIR/Ruby
thinks that the reason why I have this error is because:
"This error occurs when you try to navigate directly from a page that is
hosted by one server to a frame that is served by another. It sounds like
your staging server serves everything from one point, but your development
servers serve them from a couple different servers."

I also found this KB article (http://support.microsoft.com/?kbid=889407)
that makes me wonder whether that's problem, but I am not sure. Any feedback
is very appreciated. I've been stuck with this issue for a couple of months
now. No resolution yet! I tried to get the HotFix from miscrosoft support
but was very frustrated by the support person that I dealt with.


What version of mshtml.dll do you have now?
Notice that the latest hotfixes are no longer integrated by default with the
latest security updates but integrated versions are distributed that way.
Hint: look in applicable security bulletins and compare the differences
between files shipped in the SP2GDR and the SP2QFE folders.
 
Back
Top