Web page just refreshes

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

Guest

My users are having problems with certain types of websites using IE 6 on 2K
terminal server. Here's how it breaks out.
- For the most part they don't have any problems doing general web surfing.
They can hit Yahoo, google, cnn, etc just fine.
- If the go to a site that requires some sort of authentication, they get
logged in just fine but after that the page does not function. If they click
on a link the page just refreshes, if the try and type somethin in a search
box (like searching a product catalog) the page refreshes.
- If I term in with an account that has domain admin rights and then try and
the same sites and the same tests, every thing is OK.
- No distinguishable errors in the logs.

I am lost on this one.
Scott~
 
Do you have the same IE security settings as Administrator, compared
to normal users?
If you do, I would download FileMon and RegMon from
http://www.sysinternals.com/. Run them as administrator, start
a TS session as a normal user and try to run the application.

FileMon and RegMon will show you all "access denied" errors
that occur, so that you can give your users the necessary
permissions on a file-to file or Registry subkey basis.

--
Vera Noest
MCSE,CCEA, Microsoft MVP - Terminal Server
http://hem.fyristorg.com/vera/IT
*----------- Please reply in newsgroup -------------*

"=?Utf-8?B?U2NvdHQgRG9lcnI=?="
 
I am not able to run the sysinterl apps as a user. I'm getting the following
error. <Make sure that your account has the load driver and debug privleges
and that filemon is not already running.>

That would seem pretty self explanitory, except I'm not sure where to change
those permissions.

Scott~
 
You should run FileMon and RegMon as Administrator, on the
console, and then connect as a normal user and run the application
that gives you an error.

--
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
http://hem.fyristorg.com/vera/IT
--- please respond in newsgroup, NOT by private email ---
 
Thank you! I was finally able to run this and do some troubleshooting. What
I saw when I ran the FileMon is that users profile was trying to access the
jscript.dll in the administrators profile. I ran regsrv32 on that .dll and
the vbscript.dll and that fixed the issue for user account that I was testing
with.

So now does every user who access this Terminal Server have to run that? Or
can I batch it somehow?

Thanks
Scott~
 
Back
Top