Updated: 12/1/2003; 10:46:53 PM.
Vishwas Lele's Radio Weblog
Fleeting thoughts...
        

Monday, November 03, 2003


12:46:50 PM    comment []

Interesting story on how the Java and .NET battle is turning into a tools battle. Both camps realize that ease of tools is as important as anything else.

As a testimonial to growing acceptance of .NET, Borland recently announced its C# builder tool. This includes the part of technology acquired from TogetherSoft.

12:44:09 PM    comment []


Must-read articles on .NET Enterprise Services

COM+ Integration: How .NET Enterprise Services Can Help You Build Distributed Applications -- MSDN Magazine, October 2001

Understanding Enterprise Services in .NET

Windows Server 2003 and Enterprise Services

Clemens Vaster's thoughts on custom interception

COM+ Web Services: The Check-Box Route to XML Web Services

Windows XP: Make Your Components More Robust with COM+ 1.5 Innovations -- MSDN Magazine, August 2001

http://www.ftponline.com/conferences/vslive/interviews/interview_lowy.asp


12:43:46 PM    comment []

I am looking for a way to automatically trigger the Application_OnStart event in case the web server is automatically restarted after a failure. And not have to wait until a user hits the web server with a request.

Using the sc.exe tool I can add an action to be performaned when a given service fails

sc -failure ServiceName command= "c:\temp\restart.vbs"

I am thinking I will kickoff a script that waits for the server to reboot and causes an application start.

I am wondering if there is more elegant way to kick off a command when the service starts successfully.
I was looking for an example to explain Alternate Data Stream. One needs to know ADS to understand canonlicalization issues (i.e. $DATA ASP issue) that developers need to watch for. Here is a simple example that embeds a binary in the text file.

\Create an Alternate Data Stream to hide notepad.exe inside txt file
type c:windowssystem32notepad.exe > 1.txt:1.exe

\Launch the notepad from the alternate data stream
start .1.txt:1.exe

12:42:33 PM    comment []

© Copyright 2003 Vishwas Lele.
 
November 2003
Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            
Oct   Dec


Click here to visit the Radio UserLand website.

Subscribe to "Vishwas Lele's Radio Weblog" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.