
What is Global.asa file ?
The Global.asa file is an optional file that can contain declarations of objects, variables, and methods that can be accessed by every page in an …

The Global.asa file is an optional file that can contain declarations of objects, variables, and methods that can be accessed by every page in an …

Sample Database Connection Strings If you are planning on making a database call from the web the first thing you will need to do is …

Activation of PHP/CURL on windows is starting up notepad (or similar) and removing a semicolon from the following line in php.ini: ;extension=php_curl.dll

Once you’ve recieved the new addresses, you just need to bind them to your ethernet adapter. kelani gave these nice clear instructions in another thread: …

On the Windows server (2000 / 2003) open command prompt 1. Restart IIS iisreset 2. Stop IIS iisreset /stop 3. Start IIS iisreset /start 4. …

This can be achieved with a few steps. 1. Login to the server. click Start >> Administrative Tools >> Computer Management. 2. In Computer Management …

Ever wonder where your hard drive space went? While a quick glance at your files is helpful it rarely reveals the full picture. Hidden data …

Because IIS lists virtual paths before listing physical paths, you can configure an FTP site to allow a user browsing the site to see a …

When IIS 6.0 is running in worker process isolation mode, you can configure application pools recycling based on memory consumption. When the application pool has …

Although the ability to display file that have no extensions was available by default in IIS 5.0, Microsoft has removed that default option from IIS …

Install Internet Information Services and the FTP Service Because FTP depends on Microsoft Internet Information Services (IIS), IIS and the FTP Service must be installed …