NET App (up to .NET 2.0) can run on Win98 (SE, I believe) as long as the app
does not use some .NET feature thta is not available to Win98SE (many .NET
features are only available on NT/XP, not Win98/ME).
As for running app (assuming you are talking Win Form app) from network
share, yes you can, just the same as any non-.NET app. Yes, the network
share just used as file store, the app is loaded into running computer's
memory and run. However, .NET has a default security setting that consider
any code loaded from outside the running computer as unsafe and not allow
the code to run. You need to use CASPOL.exe tool or .NET Franework
Configuration Tool in Control Panel (only available to .NET 1.x) to give
appropriate permission to that network share (or Local Intranet) , so that
.NET app can be loaded from there and run.
> Hi all,
>
[quoted text clipped - 10 lines]
>
> Roy
Roy - 26 Jul 2006 17:43 GMT
Thanks Norman, it was very helpful. --R
> NET App (up to .NET 2.0) can run on Win98 (SE, I believe) as long as the app
> does not use some .NET feature thta is not available to Win98SE (many .NET
[quoted text clipped - 24 lines]
> >
> > Roy