April 2010 - Posts

0
Comments

Solution 6 : Kill a Non-Clustered Process during Two-Node Cluster Failover by StanleyGu

Using Visual Studio 2008 and C#, I developed a windows service A and deployed it to two nodes of a windows server 2008 failover cluster. The service A is part of the failover cluster service, which means, when failover occurs at node1, the cluster service...
Filed under: , ,
0
Comments

Tip 16 : Open Multiple Documents within Single Application Instance Using C# by StanleyGu

1. Using Microsoft Word 2007 as an example, you can open test1.docx and test2.docx at same time. The two documents are opened within single instance of the word application. World application supports command line argument of passing multiple documents...
Filed under: ,
1
Comments

Tip 15 : Deploy ASP.NET 3.5 Application to Windows Server 2008 R2 and IIS 7.5 by StanleyGu

You have ASP.NET 3.5 web application deployed to windows server 2008 R2 and IIS7.5. The physical location of the application is C:\MyWeb. You receive errors when you use IIS Manager to browse the application. The following is the check list that can help...
More Posts