Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / July 2006

Tip: Looking for answers? Try searching our database.

.NET running on network

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Roy - 26 Jul 2006 14:31 GMT
Hi all,

Can .NET applications run on Windows 98?
My other question is how a .NET application runs from a network. Is this
statement correct? When a .NET application is run from a network, Microsoft’s
.net framework software running on the user’s machine will copy the software
into the user’s computer memory and execute the program.
What issues I need to consider when a network copy of application has been
activated by a user?
Any comments/references would be highly appreciated.

Roy
Norman Yuan - 26 Jul 2006 16:16 GMT
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

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.