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 Wanet Telecoms Ltd 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 bnymk

  1. bnymk

    What am I doing wrong?

    Okiiyama: You are correct. I don't know how I missed that. Must have been tired. Anyway, thanks for taking a look at my code and pointing out my silly mistake. Cheers. "Behind every great fortune there lies a great crime", Honore De Balzac
  2. bnymk

    What am I doing wrong?

    Hi all: I have created a .js file that have some functions that will get executed when the application loads on a user's browser. Inside the functions, I was trying to prevent some of the codes from being executed depending on the page's url and it works if I only supply one page url in the...
  3. bnymk

    Unable to update user password in Active directory

    Hi all; I have created a webform that has three text fields, txtOldPassword, txtNewPassword, txtVerifyPassword. What I was trying to do is based on user's logon information, I will display his/her username on the top of the page and allow them to change their password. But unfortunately I'm not...
  4. bnymk

    Pros and Cons of using .NET vs ColdFusion

    Yeah, I have done ColdFusion for the last four years and just started programming in .NET like less than a year ago. "Behind every great fortune there lies a great crime", Honore De Balzac
  5. bnymk

    Pros and Cons of using .NET vs ColdFusion

    Thanks for the link Guru7777!! "Behind every great fortune there lies a great crime", Honore De Balzac
  6. bnymk

    Pros and Cons of using .NET vs ColdFusion

    Hi all: I want to know the pros and cons of using .NET vs Coldfusion and I was wondering if you guys have any ideas as to why one should use .NET instead of Coldfusion. One of the advantages of .NET is OO programming and using base class of libraries across several applications so it will...
  7. bnymk

    Please help with this script

    tsuji: The OU that I specified is there and I went ahead and put what you suggested and an not getting any error from that part. Thanks for the idea though!!! "Behind every great fortune there lies a great crime", Honore De Balzac
  8. bnymk

    Please help with this script

    Guys, I have tried my previous scripts and the script that tsuji recommended on different OU by adding a bunch of users and the two scripts work, even the one that should delete only one record/user Now I'm thinking if there is some sort of a lock mechanism that will prevent from a script...
  9. bnymk

    Please help with this script

    tsuji: Thanks for the response. I tried you approach and now I'm getting the following error number "-2147016656". I also tried the following script to delete only one record from the same OU and I get another error "There is no such object on the server" 'Parent container of object to be...
  10. bnymk

    Please help with this script

    tfg13: Thanks for the response. I removed "on error resume next" and now I'm getting an error "There is no such object on the server" somewhere close to where I have the following lines of code. Else with oContainer .Delete "user","CN=" & fullName end with "Behind...
  11. bnymk

    Please help with this script

    Hello all: I have written a vbs script that was supposed to loop through an excel spreadsheet and delete users' account from active directory. I'm not getting any errors when I run the script but it also doesn't delete the accounts that are listed in the active directory. I'm using Windows 2003...
  12. bnymk

    Session Timeout

    Thanks ouzojd for the response but I have already tried playing with IIS and web.config file and was not able to accomplish what I'm looking for. Any other ideas? Thanks. "Behind every great fortune there lies a great crime", Honore De Balzac
  13. bnymk

    Session Timeout

    I have seen a few posts asking a similar question but couldn't find any answer so far. I use Active Directory authentication for users to logon to a site that is created using SharePoint Portal. The site and the authentication works fine but would like to take it to the next level. Now I want to...
  14. bnymk

    mmc.exe - Application Error

    Seaspray0: Thanks for the response. I can bring up MMC from a command prompt and by doing Start>Run>mmc.exe. It doesn't crash unless I try to access the properties of the websites under IIS. The only thing that has happened to the server was that I removed FrontPage Server Extensions 2002 from...
  15. bnymk

    mmc.exe - Application Error

    Hell all: We have a windows 2k server that is hosting all our web development work. Since it's a development server, there are more than one person who is touching it and all of a sudden as of two days ago, we began having a problem with it. Namely, every time when we try to access the...

Part and Inventory Search

Back
Top