Well in my opinion, if the processing is completly done on the server side against a web request, then CLR has nothing to do on the client machine.
But somehow, if something is embedded in a .NET webpage, that is downloaded and run on the client machine (e.g Windows control or somthing like Java Applet), then we need .NET framework on client machine and also the CLR will have its role.
request
Please Mark As Answer if it helped.
MCSD[ASP.NET 4.5, SharePoint 2013], MCTS [WSS 3.0, MOSS 2007, SharePoint 2010], MCT
Microsoft Community Contributor Award 2011
The above topics are in general cover the HTTP request processing. The following links provide you with the details in terms of ASP.NET to be specific.
Please remember to click “Mark as Answer” on the post that helps you and to unmark it if a marked post does not actually answer your question.
Thank you!
----------------------
"Microsoft Community Contributor Award 2011"
Member
713 Points
421 Posts
What is the role of CLR in processing browser's request on user's machine?
Jun 27, 2012 04:39 AM|mhbalti|LINK
Hi,
I am quite amazed when the interviewer asked this question;
"What is the role of CLR in processing browser's request on user's machine?".
So I need some help in this regard.
Thanks
request
"A candle loses nothing by lighting another candle."
Star
14742 Points
3114 Posts
Re: What is the role of CLR in processing browser's request on user's machine?
Jun 27, 2012 05:32 AM|adeelehsan|LINK
Well in my opinion, if the processing is completly done on the server side against a web request, then CLR has nothing to do on the client machine.
But somehow, if something is embedded in a .NET webpage, that is downloaded and run on the client machine (e.g Windows control or somthing like Java Applet), then we need .NET framework on client machine and also the CLR will have its role.
request
MCSD[ASP.NET 4.5, SharePoint 2013], MCTS [WSS 3.0, MOSS 2007, SharePoint 2010], MCT
Microsoft Community Contributor Award 2011
Member
713 Points
421 Posts
Re: What is the role of CLR in processing browser's request on user's machine?
Jun 27, 2012 10:00 AM|mhbalti|LINK
Okay, thank you. But how is our request sent to the internet for server?
Thanks
"A candle loses nothing by lighting another candle."
Contributor
5601 Points
1488 Posts
Re: What is the role of CLR in processing browser's request on user's machine?
Jun 27, 2012 12:44 PM|santa_1975|LINK
Hi,
Read through the below articles to understand how HTTP requests work.
http://djce.org.uk/dumprequest
http://www.yourwebskills.com/htmlheaders.php
The above topics are in general cover the HTTP request processing. The following links provide you with the details in terms of ASP.NET to be specific.
http://www.west-wind.com/presentations/howaspnetworks/howaspnetworks.asp
http://dotnetslackers.com/articles/iis/ASPNETInternalsIISAndTheProcessModel.aspx
Hope this helps.
Thank you!
----------------------
"Microsoft Community Contributor Award 2011"