jkaczor,
Thanks for reviving my thread:)
Regards the corporate environment.... My copy of the code is running on our production box now without a hitch for perhaps 3 months so you'll probabably be OK.
Please recall that in the corp env, you have to jump hurdles to get code promoted to production so from an MIS standpoint, any code running there is certified to be there and generally enjoys priveliges to run freely.
Regards XP asking your permission... That sounds more like a 3rd party app intercepting the runtime. Here @ work, we have installed an application called STORMWATCH and it generally 'asks' my permission before code is run. Seems really that as far as the OS is concerned, DOTNET stuff is treaded like code being downloaded from the web - or so it appears.
Anyway, STORMWATCH is not installed on the prd server or if it is, it's a stripped version that does not restrict code from firing off.
BTW, we use Windows NT for our development machines and because of stromwatch (as mentioned), the PC asks permission before kicking off DOTNET code!