Dumb guestion:

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Nope, they just need a web browser.

Obviously the web server will need the framework though.

If you were developing windows applications you would need the framework
installed on each user's machine.
 
It's a server-side thing. pure HTML is rendered on the client.

Of course, for winforms, then the client needs to have .NET installed...ahhh
the beauty of web.

Karl
 
No, it doesn't have to be installed.
..NET is only in the server part. The client only process the HTML generated
by the server.
 
Does .NET Framework have to be installed on any client which uses a Web
browser to view/utilize a page served by ASP.NET. Or is the ".NET" part of
ASP.NET strictly a server-side phenomenon?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top