194.
                                Which of the following is the Microsoft IIS Server running, handling ASP.Net requests among other things?
                                
                                    View Description
                                    
                                        
                                    
                                
                                
                                    
                            
                        If your Web site serves up ASP.NET Web pages, IIS has mapped the .aspx to aspnet_isapi.dll, an ISAPI extension that starts off the process of generating the rendered HTML for the requested ASP.NET Web page.