i am preparing a website through .net technology on xp O.S.can user enter the data to the site even if he does not have the .netframework installed on his P.C. or is having windows 2000 installed
question
Collapse
This topic is closed.
X
X
-
monika shivgotraTags: None -
Marc Gravell
Re: question
i am preparing a website through .net technology on xp O.S.can user enter the data to the site even if he does not have the .netframework installed on his P.C. or is having windows 2000 installed
A typical website project only uses HTML, javascript, etc at the client
- so the only requirements are a compatible browser; IE, FireFox,
Safari, Opera, etc...
If you use technologies such as Flash, SilverLight, etc - then yes: you
will need the appropriate browser plugin. And if you deploy a full-fat
..NET client, the user will need the full .NET framework.
But stick to standard ASP.NET and the user should be fine with just a
browser. Of course, you'll be testing this early and often, yes...?
Marc
-
Ignacio Machin ( .NET/ C# MVP )
Re: question
On Apr 22, 6:47 am, monika shivgotra wrote:all he needs is a browseri am preparing a website through .net technology on xp O.S.can user enter the data to the site even if he does not have the .netframework installed onhis P.C. or is having windows 2000 installed
Comment
-
David Richoz
client workstation dont need .net
Only the webserver need .net technology (with IIS, you use ASP.net).
On the client workstation, you need at least Internet Explorer 5.01.
Comment
Comment