| 
Tips:
 To scedule events use a seperate WS and Windows Sceduler and WebRequest
 
 To communicate between machines inside IIS use WebRequest
 
 To communicate out of IIS use component files and file sharing
 
 The simple way to make a call is to set ?fn=name and execute 'fn'
 
 Avoid (var1 var2).SomeThing←value use instead var1.SomeThing←var2.SomeThing←value
 
 Avoid Response.Redirect
 
 Avoid using threads
 |