Why Does SMTP Not Appear in the IIS Manager?

Sometimes, after the installation of the SMTP service on Windows Server 2003, the SMTP tree may not appear in the IIS Manager console. Thankfully, there are two methods for troubleshooting this.   Ensuring SMTP Appears in the IIS Manager Method 1) First, click the Start button, then Run… Now, type:

Converting Basic Disk to Dynamic Disk in Windows 2k and 2k3

Luckily, converting Basic disks to Dynamic disks don’t require reboots. However, any volumes contained on these disks after the conversion will generate a popup informing you a re-boot is necessary before the volumes can be used. Generally, you do not need to reboot until all the volumes are identified and

A Quick Way of Finding a Website Using All Resources in Windows

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 you have to go into Component services and that can take forever… So instead, once you get the PID from Task Manager, try this: Go

Receiving a Server Error 553 in Outlook When Trying to Send Mail

Troubleshooting Error 553 Error 553 is an email error that is usually caused by a lack of SMTP authentication. When trying to send an email through your local email client, if SMTP has not been authenticated, you might receive a message that looks like this: The message could not be

How to Start and Stop the SMTP Service in Windows

What is SMTP? SMTP, or Simple Mail Transfer Protocol, is the service that controls how your emails move across networks. By interacting with the Mail Transfer Agent (MTA), it ensures your communications reach their intended address.   Starting or Stopping SMTP Service in Windows Starting or stopping your SMTP service

How Do I Install RDP?

What is RDP? RDP, or Microsoft Remote Desktop Protocol Client is a windows-based software that allows connection to a terminal-server either via a local LAN connection or through remote connection via the internet.   Installing RDP The following procedure details the steps necessary to install RDP. Step One – Downloading

How Do I Boot Into Rescue Mode?

Rescue mode provides the ability to boot a small Linux environment entirely from CD-ROM, or via an alternative boot method, rather than the system’s hard drive. As the name implies, rescue mode is provided to rescue you from situations in which you may have limited access to your system. When

Checking FTP/Error/Access/Apache Logs in Apache Web Server

Log files in linux are files that record various events and activities that occur in a linux system. They are useful for troubleshooting, monitoring, and auditing purposes. Log files are usually stored in the /var/log directory, and each log file has a specific name and format. To view a log

How Can I Place All Form Fields in to Variables in ASP?

For Each Field In Request.Form TheString = Field & “=Request.Form(“”” & Field & “””)” If eval(TheString) Then Execute(TheString) Else Response.Write “Internal Error (ReadFormVariables Function)” End if Next   Popular Links Looking for more information on ASP? Search our Knowledge Base! Interested in more articles about Coding? Navigate to our Categories

BLOG NAVIGATION