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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: r8j8t
  • Order by date
  1. r8j8t

    Cannot login to my domain...strange problem

    Hello I am facing a strange problem. I have two domain domainA and DomainB I am domain admin for domain B. Whenever I try to login to my DC of domainB or any member server I get an error that "During logon attempt, the user's secuirty context accumulated too many security ID's" None of other...
  2. r8j8t

    IIS Issue

    Asp net 1.1.4 is nothing but .net2.0 version. Actualy .net2.0 is nothing but extension to already exsisitng .net1 which is preinstalled on win2003 servers. I hope you this solves your problem.
  3. r8j8t

    Cannot view home page

    Have you enable .asp extension type in the IIS. Th IIS 6 you need to enable asp extension before you can run any aspx web site on it.
  4. r8j8t

    logging disk events

    You can try using perfmon and add disk partitions as counters within it. You can specifiy what job and alert for your counters. This way you an have logs on sheduled basis logged in the location you specify. Kindly note in order to setup performance counters for disk you need to reboot the...
  5. r8j8t

    remote logins are currently disabled

    Well if you have shut down your terminal server how you wilL you login to it using RDP thats my question?....:) You need to physicaly start the server from the site. Alternatively if you have ILO or any other hardware tool you can use virtual power option to physicaly power up your server...
  6. r8j8t

    Can I direct user to their home directory?

    You need to use virtual directories to accomplish this task. Since all your sub directories are under your /login users will see all the directories. The best way is to create virtual directories and point eh physical location of those virtual directories to location which is different form your...
  7. r8j8t

    Roaming Profiles / folder redirection

    Yes this seems to be good option. For mobile users if you enable offline files all their data will be saved in their my documents folder as localcopy. Once they log into their network the all the files will be copied over to their network share. You need to ensure that the option to synchronise...
  8. r8j8t

    Memory leaks

    markdmac is right check your Task manager for what process are eating your memory. A better tool will be process manager. This will give you in depth what process is using how much memeory, what services are running under that process, if there is service depending on that process has stopped...
  9. r8j8t

    .ASP files not displaying

    From where are you trying to run the web site localy form server or remotely through web browser. Also is this page you are trying to access is ur sites default home page. ..Check if you can browsw the deafult.asp page localy ..Check your home directory is pointing correct path
  10. r8j8t

    Cant run Scheduled Tasks using SYSTEM account

    Hello dreamcurse Have you checked your domain policy to ensure that local users group and system have been there within user right policy of running sheduled tasks.By default system has right to run sheduled taskks but its possibility that it might be blocked. Also it may be bit silly to ask...
  11. r8j8t

    replication-2 domains 2 locations

    My initial question here is did the decomession of ur DC was planned or the server was pulled out due to hardware failure etc.
  12. r8j8t

    IIS 6.0 FTP

    IS the client able to establish ftp session or not. You can cehck the ftp logs to see what ip address the client is using to connect to ur ftp server. If ther are no enteries in your ftp logs it mens that client is not at all reaching your ftp server. In that case you need to check if ur...
  13. r8j8t

    strange ftp issue within IIS 6

    Ok I have figured it out. I was trying to use user account to access my virtual directory where the name of that account was diff form virtual direcotry name. Therefore my home direcotry was showing as"/" rather than "/test". I changed the name of my vitual directory to LMG which is an user...
  14. r8j8t

    strange ftp issue within IIS 6

    Hello I have weird problem here: We have a ftp server which is running many virtual directories under default ftp directory. The server is win2003r2 with IIS6. The ftp accounts are configured with home direcotry as d:/ftproot/ftpdirectories/"nameof ftp account" with a folder with their name...
  15. r8j8t

    Help needed on errror in IIS 6[

    Hello I am running several web sites on my Win 2003 IIS 6 web server. The web server has got .net 3 as well as .net3 Sp1 installed. One of my sites say site1 running on server has got its own set of application pool. There is folder under set1 which is running as application. When i try to...
  16. r8j8t

    Enabling .NET

    Besides enabling the .net web extension you also need to select .net tab on the web site properties and selct the correct version you want to use form the drop down list.
  17. r8j8t

    Issue with Group policy

    Hello Paul Thanks for your reply I have been able to register my dns now on the web servers. The DHCP client serice was disabled on the web servers due to the web policy, which was stopping the DNS to be registered. Howvever even when I register the DNS i do not see any DNS records of my web...
  18. r8j8t

    Issue with Group policy

    Hello I am facing issues with name resolution when applied GPO on my web servers. I have two web servers both running win2003R2. Both the web servers were standalone machines and had specfic secuirty configurtions on them. I joined the two web server into our domain which had less restrcitve...
  19. r8j8t

    Issue with IIS 6 authentication

    Thanks very much Hondy and IIhuegele. Well I will try that tomorrow. Hopefully it will solve the issue.... I dont know why I did not hink about restarting the web serice, thanks for your reply
  20. r8j8t

    Issue with IIS 6 authentication

    Hello I am sorry if this is in the wrong thread, but I am in lot of trouble so putting in all relevent threads I am running a web site with annoymous access selected with Windows Authentication option selcted. The web sites are hosted on Win 2003 running with IIS 6. All the sites were running...

Part and Inventory Search

Back
Top