Check the password of the IUSR and IWAM local accounts on a machine
Usually the IUSR_ and IWAM_ passwords are set automatically and are never known. However, there are cases in which the passwords get out of sync …
Usually the IUSR_ and IWAM_ passwords are set automatically and are never known. However, there are cases in which the passwords get out of sync …
The error I get is: Application Error Number: 70 (0x00000046) Source: Microsoft VBScript runtime error Description: Permission denied It turns out that the IIS Lock …
This step-by-step article describes how to set up Secure Sockets Layer (SSL) in a Windows 2000 Internet Information Services (IIS) 5.0 development lab environment. Microsoft …
How to find the up time for a system. (win server) Here’s a quick way to determine a system’s up time (how long since it …
SYMPTOMS Hotlink protection is enabled on domain and .swf extension is added to the list of exceptions. However .swf files are not loaded with browser. …
How to Reset the MySQL Root Password. Need to reset your root password in MySQL? By following this guide, you’ll learn how to reset the …
Finding a website in windows that has bad asp code eating up cpu or ram isn’t fun. After you acquire the PID of the dllhost.exe …
The following application is simple to use and works with only asp enabled for your website. https://www.codeproject.com/asp/dbadmin.asp
CDOSYS is a replacement for CDONTS and should be used instead of it. CDONTS has been removed from Windows 2003 and is no longer supported …
The following asp command will give you the path to the root of your site. response.write server.mappath(“/”)
Test cold fusion mailer code: 1) Add the following to a filename.cfm and then browse to it via web. It will send mail to the …