<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ASP.NET MSSQL Webhosting Blog &#187; Exchange Hosting</title>
	<atom:link href="http://www.mywebhostingblog.net/category/exchange-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mywebhostingblog.net</link>
	<description>ASP.NET, MSSQL and Windows dedicated server articles</description>
	<lastBuildDate>Thu, 16 Sep 2010 19:53:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Windows Clustering and Load Balancing, Explained</title>
		<link>http://www.mywebhostingblog.net/mssql-server-hosting/windows-clustering-and-load-balancing-explained/</link>
		<comments>http://www.mywebhostingblog.net/mssql-server-hosting/windows-clustering-and-load-balancing-explained/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 10:44:23 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Exchange Hosting]]></category>
		<category><![CDATA[MSSQL Server]]></category>
		<category><![CDATA[Window Hosting]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Network Load Balancing]]></category>
		<category><![CDATA[NLB]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://www.mywebhostingblog.net/?p=380</guid>
		<description><![CDATA[Clustering in Windows 2003 Dedicated or Shared hosting is a means of providing High Availability to your applications and websites. Clustering is a group of machines acting as a single entity to provide resources and services to the network. In time of failure, a fail over will occur to a system in that group that [...]]]></description>
			<content:encoded><![CDATA[<p>Clustering in <strong>Windows 2003 Dedicated or Shared hosting</strong> is a means of providing High Availability to your applications and websites. Clustering is a group of machines acting as a single entity to provide resources and services to the network. In time of failure, a fail over will occur to a system in that group that will maintain availability of those resources to the network. You can be alerted to the failure, repair the system failure, and bring the system back online to participate as a provider of services once more. You learn about many forms of Windows clustering. <strong>Clustering </strong>in <strong>Windows </strong>2003 <strong>hosting </strong>can allow for <strong>failover </strong>to other systems and it can also allow for load balancing between systems. <strong>Load balancing</strong> in Windows 2003 <strong>hosting </strong>is using a device, which can be a server or an appliance, to balance the load of traffic across multiple <strong>servers </strong>waiting to receive that traffic. The device sends incoming <strong>traffic </strong>based on an algorithm to the most underused machine or spreads the traffic out evenly among all machines that are on at the time. A good example of using this <strong>technology</strong> would be if you had a web site that received 2,000 hits per day. If, in the months of November and December, your <strong>hit</strong> <strong>count </strong>tripled, you might be unable to sustain that type of increased load. Your customers might experience time outs,<br />
<span id="more-380"></span><br />
slow response times, or worse, they might be unable to get to the site at all. With that picture fresh in your mind, consider two <strong>servers </strong>providing the same web site. Now you have an alternative to slow response time and, by adding a second or a third server, the response time would improve for the customer. High Availability is provided because, with this technology, you can always have your web site or services available to the visiting <strong>Internet community</strong>. You have also systematically removed the single point of failure from the equation. A single point of <strong>failure </strong>is removed because you now have a form of redundancy added in.</p>
<p><strong>Pros and Cons to Windows 2003 Clustering and Load Balancing:</strong></p>
<p>You could now be asking yourself, which is better to implement, Windows clustering or load balancing hosting? To give you a quick rundown of the high-level pros and cons to each technology, consider the following. With <strong>Windows</strong> <strong>cluster hosting</strong>, you depend on the actual clustered nodes to make a decision about the state of the network and what to do in a failure. If <strong>Node </strong>A in a cluster senses a problem with Node B (<strong>Node </strong>B is down), then Node A comes online. This is done with heartbeat <strong>traffic</strong>, which is a way for Node A to know that Node B is no longer available and it must come online to take over the traffic. With load <strong>balancing</strong>, a single device (a network client) sends traffic to any available node in the <strong>load-balanced group</strong> of nodes. <strong>Load balancing</strong> uses heartbeat traffic as well but, in this case, when a node comes offline, the &#8220;load&#8221; is recalculated among the remaining nodes in the group. Also, with <strong>clustering </strong>(not <strong>load balancing</strong>), you&#8217;re normally tied down or restricted to a small number of participating nodes. For example, if you want to implement a <strong>clustered </strong>solution with <strong>Windows 2003 Advanced Server</strong>, you might use a two-node cluster. With load balancing, you can implement up to 32 nodes and, if you use a third-party utility, you can scale way beyond that number. You can even mix up the operating system (OS) platforms, if needed, to include <strong>Sun Solaris</strong> or any other system you might be running your services on. Finally, you have the option to set up tiered access to services and to mix both architectures (<strong>clustering </strong>and <strong>load balancing hosting</strong>) together. You can set up the first tier of access to your web servers as load balanced and the last tier of access as your clustered SQL databases.</p>
<p>With eukhost we have expertise for any feature as per your hosting requirement. We can also setup<strong> Windows Dedicated Cluster hosting</strong> along with<strong> Plesk control panel</strong>, this is something that only eUKhost can provide.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mywebhostingblog.net/mssql-server-hosting/windows-clustering-and-load-balancing-explained/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Fix for MSDTC Service errors in Windows Cluster</title>
		<link>http://www.mywebhostingblog.net/aspnet-web-hosting/fix-for-msdtc-service-errors-in-windows-cluster/</link>
		<comments>http://www.mywebhostingblog.net/aspnet-web-hosting/fix-for-msdtc-service-errors-in-windows-cluster/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 10:57:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ASP.NET Web Hosting]]></category>
		<category><![CDATA[Exchange Hosting]]></category>
		<category><![CDATA[MSSQL Server]]></category>
		<category><![CDATA[Window Hosting]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[MSDTC]]></category>
		<category><![CDATA[MSDTC configuration]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://www.mywebhostingblog.net/?p=318</guid>
		<description><![CDATA[Some times Configuring MSDTC and their error can ruin your Windows Cluster service and your time as well. You may get one of the following error when you failover the MSDTC service from one Dedicated node to another. This would only happen if the Cluster services has been installed before installing and configuring MSDTC Service. [...]]]></description>
			<content:encoded><![CDATA[<p>Some times Configuring <strong>MSDTC</strong> and their error can ruin your <strong>Windows Cluster service</strong> and your time as well. You may get one of the following error when you failover the <strong>MSDTC </strong>service from one <strong>Dedicated </strong>node to another.</p>
<p>This would only happen if the <strong>Cluster services</strong> has been installed before installing and configuring MSDTC Service. Hence it is highly recommended that you first install and configure MSDTC and then configure the Windows Cluster Service.</p>
<p><code>Event ID: 4097<br />
Description:<br />
MS DTC started with the following settings: Security Configuration (OFF = 0 and ON = 1): Network Administration of Transactions = 1, Network Clients = 0, Distributed Transactions using Native MSDTC Protocol = 1, Transaction Internet Protocol (TIP) = 0, XA Transactions = 1.</code></p>
<p>OR</p>
<p><code>Event ID: 4395<br />
Description:<br />
MSDTC detected that MSDTC related information in the local registry is different from that in the shared cluster registry. Error Specifics: d:ntcomcom1xdtcsharedmtxclumtxclusetuphelper.cpp:541, CmdLine: C:WINNTSystem32msdtc.exe, Pid: 796<br />
Data:<br />
0000: 05 40 00 80 .@.?</code></p>
<p>OR</p>
<p><code>Event ID:	4384<br />
Description:<br />
MS DTC was unable to start because the installation was not configured to run on a cluster. Please run comclust.exe and restart MS DTC. Error Specifics: d:ntcomcom1xdtcsharedmtxclumtxclusetuphelper.cpp:668, CmdLine: C:WINNTSystem32msdtc.exe, Pid: 796</code></p>
<p>OR</p>
<p><code>Event ID : 7024<br />
Source : Service Control Manager<br />
Description: The MSDTC service terminated with service specific error 3221229584.</code></p>
<p>Initially you should try and run the command below and check if it solves the problem:</p>
<p><code>msdtc -resetlog</code></p>
<p>If that does not help then follow the fix below:</p>
<p><span id="more-318"></span></p>
<p>1. Delete the DTC resource<br />
2. Delete MSDTC folder from the quorum disk.</p>
<p><strong>On Node 1:</strong></p>
<p><strong>&#8211; Stop the Cluster Service</strong></p>
<p><strong>&#8211; Remove Enable network DTC  Service with the command below:</strong></p>
<p><code>msdtc -uninstall</code></p>
<p>Make sure to check the Success in the Event logs.</p>
<p><strong>&#8211; Verify that the following registry key has been removed as well.. if not then remove it manually.</strong></p>
<p><code>HKEY_CLASSES_ROOTCID<br />
HKEY_LOCAL_MACHINESOFTWAREMicrosoftMSDTC<br />
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesMSDTC</code></p>
<p><strong>&#8211; Reboot the Server</strong></p>
<p><strong>&#8211; After the Server is back online reinstall Enable network DTC Service with the command below:</strong></p>
<p><code>msdtc -install</code></p>
<p>Now create the DTC resource on <strong>Node 1</strong> and it should come online.</p>
<p><strong>Now on Node 2</strong></p>
<p><strong>&#8211; Stop the Cluster Services.</strong></p>
<p><strong>&#8211; Evict Node 2 from the Cluster</strong></p>
<p><strong>&#8211; Remove Enable network DTC  Service with the command below:</strong></p>
<p><code>msdtc -uninstall</code></p>
<p>Make sure to check the Success in the Event logs.</p>
<p><strong>&#8211; Verify that the registry key has been removed as well.. if not then remove it manually.</strong></p>
<p><strong>&#8211; Reboot<br />
</strong></p>
<p><strong>&#8211; </strong><strong>Reinstall Enable network DTC Service with the command below:</strong></p>
<p><code>msdtc -install</code></p>
<p><strong>&#8211; Verify that the Service has now Started and also registry keys created.</strong></p>
<p><strong>&#8211; Rejoin the node back into the cluster.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mywebhostingblog.net/aspnet-web-hosting/fix-for-msdtc-service-errors-in-windows-cluster/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Checklists for Windows Cluster:</title>
		<link>http://www.mywebhostingblog.net/hosting-security/checklists-for-windows-cluster/</link>
		<comments>http://www.mywebhostingblog.net/hosting-security/checklists-for-windows-cluster/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 23:38:27 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Exchange Hosting]]></category>
		<category><![CDATA[Hosting Security]]></category>
		<category><![CDATA[MSSQL Server]]></category>
		<category><![CDATA[Window Hosting]]></category>
		<category><![CDATA[cluster node configuration]]></category>
		<category><![CDATA[Cluster Prerequisite]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://www.mywebhostingblog.net/?p=333</guid>
		<description><![CDATA[This checklist helps you prepare for installation. It is very important to go through all of them else it make it very difficult to restart if either one of them is missed or not configured: Software Requirements •    Microsoft Windows Server 2003 Enterprise Edition or Windows Server 2003 Datacenter Edition installed on all dedicated servers [...]]]></description>
			<content:encoded><![CDATA[<p>This checklist helps you prepare for installation. It is very important to go through all of them else it make it very difficult to restart if either one of them is missed or not configured:</p>
<p><strong>Software Requirements</strong></p>
<p>•    Microsoft <strong>Windows Server 2003</strong> Enterprise Edition or <strong>Windows Server 2003</strong> Datacenter Edition installed on all <strong>dedicated servers</strong> in the cluster.<br />
•    A name resolution method such as Domain Name System (<strong>DNS</strong>), <strong>DNS </strong>dynamic update protocol, Windows Internet Name Service (WINS), HOSTS, and so on.</p>
<p><span id="more-333"></span>•    An existing domain model.<br />
•    All nodes must be members of the same domain.<br />
•    A domain-level account that is a member of the local administrators group on each node. A dedicated account is recommended.</p>
<p><strong>Hardware Requirements</strong></p>
<p>•    Clustering hardware must be on the cluster service<strong> Hardware Compatibility List</strong> (HCL). To find the latest version of the cluster service HCL, go to the Windows Hardware Compatibility List at<strong> http://www.microsoft.com/hcl/</strong>, and then search for cluster. The entire solution must be certified on the HCL, not just the individual components.</p>
<p>•    Two mass storage device controllers—Small Computer System Interface (<strong>SCSI</strong>) or Fibre Channel. A local system disk for the operating system (<strong>OS</strong>) to be installed on one controller. A separate peripheral component interconnect (PCI) storage controller for the shared disks.<br />
•    Two <strong>PCI </strong>network adapters on each node in the cluster.<br />
•    Storage cables to attach the shared storage device to all computers. Refer to the manufacturers instructions for configuring storage devices..<br />
•    All hardware should be identical, slot for slot, card for card, <strong>BIOS</strong>, firmware revisions, and so on, for all nodes. This makes configuration easier and eliminates compatibility problems.</p>
<p><strong>Network Requirements</strong></p>
<p>•    A unique <strong>NetBIOS </strong>name.<br />
•    Static IP addresses for all network interfaces on each node.<br />
•    Access to a domain controller. If the cluster service is unable to authenticate the user account used to start the service, it could cause the cluster to fail. It is recommended that you have a<strong> domain controller</strong> on the same local area network (<strong>LAN</strong>) as the cluster is on to ensure availability.<br />
•    Each node must have at least two network adapters—one for connection to the client public network and the other for the node-to-node private cluster network. A dedicated private network adapter is required for <strong>HCL </strong>certification.<br />
•    All nodes must have two physically independent LANs or virtual <strong>LANs </strong>for public and private communication.<br />
•    If you are using fault-tolerant network cards or network adapter teaming, verify that you are using the most recent firmware and drivers. Check with your network adapter manufacturer for cluster compatibility.</p>
<p><strong>Shared Disk Requirements:</strong></p>
<p>•    An <strong>HCL-approved</strong> external disk storage unit connected to all computers. This will be used as the clustered shared disk. Some type of a hardware redundant array of independent disks (<strong>RAID</strong>) is recommended.<br />
•    All shared disks, including the quorum disk, must be physically attached to a shared bus.<br />
•    Shared disks must be on a different controller then the one used by the system drive.<br />
•    Creating multiple logical drives at the hardware level in the <strong>RAID </strong>configuration is recommended rather than using a single logical disk that is then divided into multiple partitions at the operating system level. This is different from the configuration commonly used for stand-alone servers. However, it enables you to have multiple disk resources and to do Active/Active configurations and manual load balancing across the nodes in the cluster.<br />
•    A dedicated disk with a minimum size of 50 megabytes (MB) to use as the quorum device. A partition of at least 500 MB is recommended for optimal <strong>NTFS </strong>file system performance.<br />
•    Verify that disks attached to the shared bus can be seen from all nodes. This can be checked at the host adapter setup level. Refer to the manufacturer’s documentation for adapter-specific instructions.<br />
•    SCSI devices must be assigned unique <strong>SCSI </strong>identification numbers and properly terminated according to the manufacturer’s instructions.<br />
•    All shared disks must be configured as basic disks.<br />
•    Software fault tolerance is not natively supported on cluster shared disks.<br />
•    All shared disks must be configured as master boot record (<strong>MBR</strong>) disks on systems running the 64-bit versions of <strong>Windows Server 2003</strong>.<br />
•    All partitions on the clustered disks must be formatted as <strong>NTFS</strong>.<br />
•    Hardware fault-tolerant <strong>RAID </strong>configurations are recommended for all disks.<br />
•    A minimum of two logical shared drives is recommended.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mywebhostingblog.net/hosting-security/checklists-for-windows-cluster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Point Domain to Another IP Without Changing DNS Name Servers</title>
		<link>http://www.mywebhostingblog.net/aspnet-web-hosting/point-domain-to-another-ip-without-changing-dns-name-servers/</link>
		<comments>http://www.mywebhostingblog.net/aspnet-web-hosting/point-domain-to-another-ip-without-changing-dns-name-servers/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 11:48:21 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ASP.NET Web Hosting]]></category>
		<category><![CDATA[Exchange Hosting]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Linux Server Hosting]]></category>
		<category><![CDATA[Window Hosting]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Hosts]]></category>
		<category><![CDATA[Name Servers]]></category>
		<category><![CDATA[Sitepreview]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.mywebhostingblog.net/?p=427</guid>
		<description><![CDATA[One can point your site to any designated IP address you want without changing the Name server of your Domain. Yes, you will be able to view/test your site on new server without changing the name servers as well as having trouble of using site Preview options in Control panel like Plesk. This option is [...]]]></description>
			<content:encoded><![CDATA[<p>One can point your site to any designated IP address you want without changing the Name server of your Domain. Yes, you will be able to view/test your site on new server without changing the name servers as well as having trouble of using site Preview options in Control panel like Plesk. This option is also helpful in the case of some site that use .js script in their codes since those scripts don&#8217;t work in Plesk site preview option. Specially in case of sites that work on <strong>DotNetNuke [DNN]</strong>.</p>
<p><strong>So here we go:</strong></p>
<p>On your local machine, [<strong>AND NOT THE SERVER</strong>]:<br />
Goto START &gt;&gt; Run &gt;&gt; and Type:<br />
<code>notepad "C:WINDOWSsystem32driversetchosts"</code><br />
And hit Enter</p>
<p><span id="more-427"></span>If you get file does not exist error then create hosts file in notepad <strong>&#8220;C:WINDOWSsystem32driversetc&#8221;</strong> folder.</p>
<p>At the end of the file you will have:</p>
<p><code>127.0.0.1    localhost</code></p>
<p>Just add your domain with the IP you want to point to, and it will look like, this will be also applicable if you have create a new hosts file:</p>
<p><code>127.0.0.1    localhost<br />
192.168.1.52    mywebhostingblog.net<br />
192.168.1.52    www.mywebhostingblog.net</code></p>
<p>Save the file and exit.</p>
<p>Now ping the domain on the <strong>computer </strong>you have made changes on and it will point to the <strong>IP address</strong> defined. You can now browse your site without the <strong>site preview</strong> and you will have to the content of the <strong>server </strong>you are moving to. Just remove the entries from the <strong>hosts </strong>file to point your domain back it was.</p>
<p>Wasn&#8217;t that Simple..!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mywebhostingblog.net/aspnet-web-hosting/point-domain-to-another-ip-without-changing-dns-name-servers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How MS SQL Failover Clustering Work</title>
		<link>http://www.mywebhostingblog.net/mssql-server-hosting/how-ms-sql-failover-clustering-work/</link>
		<comments>http://www.mywebhostingblog.net/mssql-server-hosting/how-ms-sql-failover-clustering-work/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 07:01:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Exchange Hosting]]></category>
		<category><![CDATA[MSSQL Server]]></category>
		<category><![CDATA[Window Hosting]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.mywebhostingblog.net/?p=365</guid>
		<description><![CDATA[The clustered nodes use a &#8220;heartbeat&#8221; signal to check whether each node is alive, at both the operating system level and the SQL Server level. At the operating system level, the nodes in the cluster are in constant communication, validating the health of all the nodes. After installing a SQL Server failover cluster, the node [...]]]></description>
			<content:encoded><![CDATA[<p>The clustered nodes use a &#8220;<strong>heartbeat</strong>&#8221; signal to check whether each node is alive, at both the operating system level and the SQL Server level. At the operating system level, the nodes in the cluster are in constant communication, validating the health of all the nodes.</p>
<p>After installing a <strong>SQL Server failover cluster</strong>, the node hosting the <strong>SQL Server</strong> resource uses the Service Control Manager to check every 5 seconds whether the SQL Server service appears to be running. This &#8220;<strong>LooksAlive</strong>&#8221; check does not impact the performance of the system, but also does not do a thorough check; the check will succeed if the service appears to be running even though it might not be operational. Because the <strong>LooksAlive </strong>check does not do a thorough check, a deeper check must be done periodically; this &#8220;<strong>IsAlive</strong>&#8221; check runs every 60 seconds.</p>
<p>The <strong>IsAlive </strong>check runs a SELECT @@SERVERNAME Transact-SQL query against <strong>SQL Server</strong> to determine whether the server can respond to requests. Although a reply to the <strong>IsAlive </strong>query confirms that the SQL Server service is available for requests, it does not guarantee that all user databases are available, or that the user databases are operating within necessary performance/response-time requirements.</p>
<p><span id="more-365"></span></p>
<p>If the <strong>IsAlive </strong>query fails, the <strong>IsAlive </strong>health check is retried five times and then it attempts to reconnect to the instance of SQL Server. If all five retries fail, the SQL Server resource fails. Depending on the <strong>failover </strong>threshold configuration of the SQL Server resource, the failover cluster will attempt to either restart the resource on the same node or it will fail over to another available node. The IsAlive query tolerates a few errors, but ultimately it fails if its threshold is exceeded.</p>
<p>During failover of the<strong> SQL Server</strong> instance,<strong> SQL Server </strong>resources start up on the new node. <strong>Windows clustering</strong> starts the SQL Server service for that instance on the new node and <strong>SQL Server</strong> goes through the recovery process to start the databases. After the service is started and the master database is online, the SQL Server resource is considered to be up. Now the user databases will go through the normal recovery process, which means that any completed transactions in the transaction log are rolled forward (the Redo phase), and any incomplete transactions are rolled back (the Undo phase). In<strong> SQL Server 2005 Enterprise Edition</strong>, each user database will be available to the user once the Redo phase completes; for the other editions, as with all previous versions, each user database is unavailable until the Undo phase completes. The length of the recovery process depends on how much activity must be rolled forward or rolled back upon startup. The &#8216;recovery interval&#8217; sp_configure option of the server can be set to a low number to avoid longer Redo recovery times and to speed up the failover process. The Undo recovery time can be reduced by using shorter transactions so that any uncommitted transactions do not have much to roll back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mywebhostingblog.net/mssql-server-hosting/how-ms-sql-failover-clustering-work/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Remove Viruses without using Antivirus !</title>
		<link>http://www.mywebhostingblog.net/aspnet-web-hosting/remove-viruses-without-using-antivirus/</link>
		<comments>http://www.mywebhostingblog.net/aspnet-web-hosting/remove-viruses-without-using-antivirus/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 17:37:03 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[ASP.NET Web Hosting]]></category>
		<category><![CDATA[Exchange Hosting]]></category>
		<category><![CDATA[Hosting Security]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Window Hosting]]></category>
		<category><![CDATA[Anti viruses]]></category>
		<category><![CDATA[Archive]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Hidden]]></category>
		<category><![CDATA[Read Only]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[USB Pen drives]]></category>

		<guid isPermaLink="false">http://www.mywebhostingblog.net/?p=182</guid>
		<description><![CDATA[One of the ways by which Computers get affected by viruses is through USB Pen drives. Anti viruses are unable to detect them and even if they do, in most cases they are unable to delete the virus. Following are the precautions you can take when plugging USB Drive on your Computer. Whenever you plug [...]]]></description>
			<content:encoded><![CDATA[<p>One of the ways by which <strong>Computers</strong> get affected by <strong>viruses</strong> is through <strong>USB Pen drives</strong>. <strong>Anti viruses</strong> are unable to detect them and even if they do, in most cases they are unable to delete the <strong>virus</strong>. Following are the precautions you can take when plugging <strong>USB Drive</strong> on your <strong>Computer</strong>.</p>
<p>Whenever you plug a <strong>USB drive</strong> in your system (which you think is infected by <strong>virus</strong>), do not open it -  Do not click &#8216;OK&#8217; !<br />
click on ‘Cancel’. Now open <strong>Command Prompt</strong> by typing ‘cmd‘ in run box.<br />
Type <strong>dir /w/a</strong> and press enter.<br />
Above <strong>command</strong> will display list of files in pen drive. Check in the list if the files are not</p>
<p>* Heap41a<br />
* New Folder.exe<br />
* Autorun.inf<br />
* svchost.exe<br />
* Ravmon.exe<br />
* or any other exe file which may be suspicious.</p>
<p>If any of the above files are present in the list, then your <strong>USB drive</strong> is infected. To remove these files, type the following <strong>command</strong> in <strong>command prompt </strong><br />
<strong>attrib -r -a -s -h *.*</strong> and press enter.<br />
This will remove from files <strong> Read Only</strong>, <strong>Archive</strong>, <strong>System</strong> and <strong>Hidden attributes</strong> .</p>
<p>The files which you will now be looking on are the junk files (<strong>viruses</strong>) and can be deleted using  <strong>del command</strong>. Delete all those files which you find suspicious. To be on a safer side, just scan again your  <strong>USB Pen drive</strong> using a <strong>anti virus</strong> to check whether it is free of <strong>virus</strong> or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mywebhostingblog.net/aspnet-web-hosting/remove-viruses-without-using-antivirus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PROCEDURE TO MAKE CDONTS WORK ON A WINDOWS 2003 SERVER</title>
		<link>http://www.mywebhostingblog.net/aspnet-web-hosting/procedure-to-make-cdonts-work-on-a-windows-2003-server/</link>
		<comments>http://www.mywebhostingblog.net/aspnet-web-hosting/procedure-to-make-cdonts-work-on-a-windows-2003-server/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 17:14:25 +0000</pubDate>
		<dc:creator>Rock</dc:creator>
				<category><![CDATA[ASP.NET Web Hosting]]></category>
		<category><![CDATA[Exchange Hosting]]></category>
		<category><![CDATA[Window Hosting]]></category>
		<category><![CDATA[CDO]]></category>
		<category><![CDATA[CDONTS]]></category>
		<category><![CDATA[CDONTS.DLL]]></category>
		<category><![CDATA[Collaboration Data Objects]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IIS SMTP service]]></category>
		<category><![CDATA[RELAY]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://www.mywebhostingblog.net/?p=85</guid>
		<description><![CDATA[Microsoft Windows Server 2003 does not install Collaboration Data Objects (CDO) for NTS (CDONTS). Therefore, applications that use   do not function on a Windows Server 2003-based computer. Windows Server 2003 provides improved alternatives to CDONTS. To make CDONTS functioning on a Windows Server 2003-based computer, use one of the following solution: 1. Obtain CDONTS.DLL [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Microsoft Windows Server 2003</strong> does not install Collaboration <strong>Data Objects (CDO)</strong> for<br />
<strong>NTS (CDONTS)</strong>. Therefore, applications that use   do not function on a Windows<br />
Server 2003-based computer.</p>
<p>Windows Server 2003 provides improved alternatives to <strong>CDONTS</strong>. To make <strong>CDONTS</strong><br />
functioning on a <strong>Windows Server 2003</strong>-based computer, use one of the following</p>
<p><strong>solution:</strong></p>
<p><span id="more-85"></span></p>
<p><strong>1</strong>. Obtain <strong>CDONTS.DLL</strong> and put it into %systemroot%\system32 folder<br />
(C:\Windows\system32 by default).</p>
<p><strong>2</strong>. <strong>Register </strong>the <strong>CDONTS.DLL</strong> component on your server using the following command:</p>
<p><strong>regsvr32 &#8220;%systemroot%\system32\cdonts.dll&#8221;</strong></p>
<p>For example:</p>
<p><strong>C:\WINDOWS\system32&gt;regsvr32.exe cdonts.dll </strong></p>
<p><strong>3</strong>. After you have registered your <strong>CDONTS.DLL</strong> component you need to check whether<br />
your <strong>SMTP </strong>service is running. Go to Administrative tools &gt; <strong>IIS</strong> and expand your local<br />
machine. If <strong>SMTP </strong>service is listed then it is installed, else  it&#8217;s necessary to<br />
install this service. To install <strong>SMTP </strong>perform the following operation:<br />
Go to <strong>Control Panel </strong>&gt; Add/Remove Programs &gt; Add/Remove Windows Components &gt;<br />
Application Server &gt; <strong>IIS </strong>&gt; Mark <strong>SMTP </strong>service &gt; Click OK.</p>
<p><strong>4</strong>. Change the port number for <strong>SMTP service</strong>. Default port is 25. Use 25 only if you<br />
don&#8217;t have another <strong>SMTP </strong>service running. If another <strong>SMTP </strong>service is already running<br />
on your server you should switch IIS SMTP port to another, for example to 26. You<br />
can do through IIS management console:<br />
Control Panel &gt; <strong>IIS </strong>&gt; expand `local computer` &gt; <strong>SMTP </strong>&gt; Properties &gt; General tab &gt;<br />
click on Advanced button &gt; Edit.</p>
<p><strong>5</strong>. Configure <strong>SMTP </strong>service. The main things are to set a valid <strong>full-qualified domain<br />
name</strong> for SMTP service:<br />
Control Panel &gt; <strong>IIS </strong>&gt; expand `local computer` &gt; <strong>SMTP </strong>&gt; Properties &gt; Delivery tab &gt;<br />
click on Advanced button</p>
<p><strong>6</strong>. Configure Security for <strong>SMTP </strong>service. It&#8217;s necessary to grant permissions to<br />
<strong>IIS_WPG</strong> standard <strong>IIS </strong>Worker Process Group.</p>
<p>Control Panel &gt; <strong>IIS </strong>&gt; expand `local computer` &gt; <strong>SMTP </strong>&gt; Properties &gt; Security tab &gt;<br />
click on Add button &gt; Cick Object types&#8230; button &gt; Mark Groups item &gt; click OK &gt;<br />
Add<strong> IIS_WPG</strong> as object name to add &gt; Click OK.</p>
<p><strong>7</strong>. Additional setting:</p>
<p>Choose Authentication and tick Anonymous Access and Integrated Windows<br />
Authentication. Click OK, then click <strong>CONNECTION</strong>. Configure <strong>RELAY </strong>settings as you<br />
wish. Click the <strong>DELIVERY </strong>tab then click ADVANCED.</p>
<p><strong>8</strong>. Stop <strong>SMTP </strong>service of IIS and start it again. Now <strong>IIS SMTP service</strong> as configured<br />
and ready to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mywebhostingblog.net/aspnet-web-hosting/procedure-to-make-cdonts-work-on-a-windows-2003-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

