Laxdal's Ramblings
Welcome to my little corner of the Internet.
  • Personal Blog
  • Projects
  • Code Repository
  • Tutorials
  • Information Bin

IIS 7.5 not starting web site – Error 0×80070020

By johannes On April 22, 2013 · 1 Comment

So here you are, trying to set up a website in IIS that answers on a secondary IP address since your primary is already used by another service such as Windows Media Services but when you try to start the site you get an error:

“The process cannot access the file because it is being [...]

Continue Reading →

ValidateCredentials slow when invalid credentials provided

By johannes On January 30, 2013 · Leave a Comment

So you want to validate local users and Google pointed you towards using ValidateCredentials under PrincipalContext, something like this

using (PrincipalContext pc = new PrincipalContext(ContextType.Machine)) { // validate the credentials if (pc.ValidateCredentials(username, password)) { //CORRECT } else { //INCORRECT } }

And this is working fine when you supply the correct credentials but when you [...]

Continue Reading →

Windows 8 Online Users and Samba

By johannes On January 13, 2013 · Leave a Comment

I recently installed Windows 8 on my desktop at home and ran into some problems on my file server with restricted samba shares,  it turned out that the problem was that I was using the new Windows 8 Online Users or Live ID Users or whatever they are called and for them to work you [...]

Continue Reading →

Shell Script to install RTorrent and RUTorrent

By johannes On November 25, 2012 · 1 Comment

A friend gave me a script that automated the install of rtorrent/rutorrent the other day when he was showing it to me.  It was a fairly basic script that worked most of the time but didn’t allow for much customization.  I was rather bored during the weekend and saw a great oppurtunity to brush the [...]

Continue Reading →

How to force a browser to update javascript files

By johannes On November 22, 2012 · Leave a Comment

Here you are .. making a kick ass new web application and you use Javascript for fancy features like Ajax calls and all is good,  you publish it and people start to use the application and then some bugs creep up in the javascript portion so you update the code but for some reason people [...]

Continue Reading →
← Previous Entries
  • Mr.Laxdal

    Me

    Jóhannes H. Laxdal is a specialized humanoid carbon unit whose field is computers and telling lousy jokes, it has a tendency to put "well" before every sentence it utters. In here you will find its ramblings about computer-related stuff.

  • Tags

    .net 7 8 2008 2008 R2 Administrator Administrator for web ADSI Application Pool AppPool asp.net backup BannerBitmap C# CentOS CIDR Create debian Decimal Dedicated Server Enumerate Enumerate Websites error IE 7 IE 8 IIS IIS 6 install banner L4D2 Left 4 dead 2 Linux PeriodicRestartSchedule php Recycle Recycling script spam Submask user-agent Website windows Windows 7 Windows 2008 R2 Windows Media Services WMS

Laxdal's Ramblings

Pages

  • About
  • Guestbook

The Latest

  • IIS 7.5 not starting web site - Error 0x80070020
    So here you are, trying to set up a website in IIS […]

More

Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the RSS feed.
© 2012 Laxdal's Ramblings
Platform by PageLines