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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
Mr.Laxdal
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

