question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • monika shivgotra

    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
  • Marc Gravell

    #2
    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

    Comment

    • Ignacio Machin ( .NET/ C# MVP )

      #3
      Re: question

      On Apr 22, 6:47 am, monika shivgotra wrote:
      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 onhis P.C. or is having windows 2000 installed
      all he needs is a browser

      Comment

      • David Richoz

        #4
        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

        Working...