When creating an asp.net page that uses the .NET platform, does the client accessing the page need to have the .NET platform installed on their computer? That is, the User is sent to the site www.fakesite.com/default.aspx, if they do not have an established framework, will they be able to access the website?
I ask because I'm not sure if the server processes the server code and then displays the HTML code to the client, which the client does not need the .NET infrastructure for.
source share