platform

farshad

Well-known member
Joined
May 1, 2003
Messages
109
Location
London
Hi everyone,
The users in the company are running windows 2000 and my vb 6 and asp programs are running fine.
The question is that if I create a .net application on my machine then can I set it up on the users machine as they are now?
Do I need to install other things in their win 2000 client machines?
Thanks
 
If they are just using a web browser to access you asp.net apps then they shouldnt need anything extra installing.

If the need to run a VB.Net application locally then they will need the .Net Framework installing (about 20M)
 
How about if they want to run an asp.net application on their intranet. Should the .net framework be still installed?
Thanks
 
So just to get this right, I will have to install the .net framework on the company web server only and then the users in the office can just go to something like http://webservername/page1.aspx
Is this correct?
Thanks
 
Back
Top