Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by slobo66

  1. slobo66

    I don't want security dialog box. How??

    There are some other postings in this forum for this issue. There are reasons to use unsecure passwords in the IIS config. If you have a proxy in your environment ensure, that the clients excluding the local subnet (or dns domain) in the proxy settings. Bobby
  2. slobo66

    REMOTE_ADDR & REMOTE_HOST

    What I know is, that you cannot get the hostname when users are logged with anonymous access. Maybe you can try using 'nbtstat -a <ipaddress>' or 'nslookup <ipaddress> within a script from your server. Bobby
  3. slobo66

    authentication problems

    Did you check if their IP-addresses are allowed to connect to the website. Do you use a proxy? If so check, that they bypass local addresses. In the IE-LANconfig.
  4. slobo66

    authentication problems

    Did you check the folder and file permission of your site. When auhtentication is used, those permissons regulate the file access. At least when you use IIS. Which users have problems? All 95 users? First, try to exclude that there is common base of environment causing this problem, for example...
  5. slobo66

    Intranet - vbs execution without download dialog

    Thanks for answer Chip. I already tried the lowest possible security settings for IE, no luck. Our website is identified as 'Intranet' in the IE statusbar, and you can enable a lot of options specific for 'Intranet'-sites. It makes a difference, if you use file://<unc-path>/<scriptname> in...
  6. slobo66

    Intranet - vbs execution without download dialog

    We have an intranet site were user have access to a download area. Thru this area they have the possibilty to get updates, application installations and so on. I wrote several VBScripts to handle pre- and post installation steps. When a user clicks on those links, IE is bringing up the...

Part and Inventory Search

Back
Top