Is Framework required on local machine?

  • Thread starter Thread starter Charles Speedie
  • Start date Start date
C

Charles Speedie

Building an ASP.net site - working O.K. Does other internet users require
Framework or ASP.net files on their local machine to enable them to access
the site?

Regards

Eric
 
No they don't - the browser just receives HTML as normal when using an
ASP.NET website.

Regards

Andy
 
For web application it is not required as only HTML is going to the client
machine which all browser can understand. But for windows application then,
it is required.
 
Back
Top