chrisgray
Check me out on the web at Chris Gray's blog.
I'm a programmer at Microsoft on the WindowsCE networking team. On the side I'm a budding woodworker getting into furniture making... anyone got a 18" band saw they'd sell me cheap? :P
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| The Sandbox | Home Server SDK Sample in Visual Basic | 0 | Nov 07, 2007 at 10:42 AM |
Chris Gray: Windows Home Server Extensibility Model - Building Add-Ins
Nov 07, 2007 at 10:46 AMhere is the code
I put it into the Channel 9 Sandbox

http://channel9.msdn.com/ShowPost.aspx?PostID=354555
have fun and please tell me if you have problems or suggestions
for what it's worth there are two samples in this .zip - one C# sample of our notification infrastructure (great for sending errors messages from your code into the Home Server Admin console and client computer task tray).
the other is a VB.NET sample for creating a tab into the Home Server admin console - dont forget that if you create your own tab you can access it from the internet using the Home Servers Remote Access feature. we've found this REALLY cool for home automation
Chris Gray - Building your own home server
Feb 23, 2005 at 12:20 AMManip, your exactly right that this demonstration is insecure - please let me stress *that it's not to be used in a production environment* I hoped to convey this message a bit more clearly in the demo, thanks for bringing it to my attention, I'd hate for someone to get hacked because they had the wrong assumptions about this code! My goal in making this video was to share my excitement for integrating Windows Server with WindowsCE by highlighting only one aspect of the system (managed web services).
Please let me stress to anyone viewing this demo, before placing any service on the Internet make sure you've configured your server securely and that your code is reviewed wherever appropriate. Please follow the Microsoft guidelines for creating secure code.
Thanks!
-Chris
Chris Gray - A super small file server
Oct 05, 2004 at 8:51 PMChris Gray - A super small file server
Aug 02, 2004 at 3:23 PM"HTTPDRestartTimeClient"=dword:8
"HTTPDRestartTime"=dword:4
these just readjust the refresh timings from 30 seconds to 8
basically the idea is this -- when you supply a password to the ISAPI it needs to restart the webserver, problem is the client hasnt downloaded all the data yet so restarting will result in broken links. These settings tell the server to wait 4 seconds to restart and tells the browser to wait for 8 seconds to refresh.
You might need to adjust the values here for your platform.
-Chris
Chris Gray - A super small file server
Jul 29, 2004 at 11:04 PMhttp://blogs.msdn.com/chrisgray/
Chris Gray - A super small file server
Jul 29, 2004 at 4:26 PMChris Gray - A super small file server
Jul 29, 2004 at 12:52 PMthanks!
-Chris