----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Mrinal Message 2 in Discussion Hi Sundeep , Following may help you : Whenever a browser requests an aspx page ( Web Page ) , First Request Comes to an IIS Web Server , which has aspnet_isapi dll working inprocess with it , which communicates with asp.net runtime , which is basically responsible for processing the asp.net page . It consists of complete Http Pipeline architecture to process it viz http module , http handler etc . Now Ultimately the page is being sent to the the browser in the form on html , which a browser can parse and show the result to the user , so in case you do view source in the browser for an aspx page u can get to see the plain html content in which it has been rendered . Regards , Mrinal ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
