.NET Tutorials, Forums, Interview Questions And Answers
Welcome :Guest
 
Sign In
Register
 
Win Surprise Gifts!!!
Congratulations!!!




Find questions, FAQ's and their answers related to .NET, C#, Vb.Net, Sql Server and many more.


Post New Question Subscribe to Interview Questions
 
Quick Links For Interview Questions Categories:
ASP.NetWindows Application  .NET Framework  C#  VB.Net  ADO.Net  
Sql Server  SharePoint  Silverlight  OOPs  JQuery  JavaScript/VBScript
BiztalkPatten/PracticesIISWCFWPFWWF
NetworkingAptitudeOthers  All    
 

IIS Interview Questions and Answers

How to prevent many asp.net development iis to be open

Author: Ravi Ranjan Kumar          Posted Date: July 31, 2011    Category: IIS     Points: 40

VS provides an explicit setting in the property grid of web application/site called Development Web Server - "Always Start When Debugging" which is set to True by default... If you set this Property to be False only one web server instance will be created for the start` up web project.
Reference Link :- http://stackoverflow.com/questions/6889975/how-do-i-prevent-from-many-asp-net-development-iis-to-be-open

What is an Application Pool?

Author: nishithraj          Posted Date: March 29, 2010    Category: IIS     Points: 10

Application pool is designed to provide isolation between the process running in the Internet Information Server(IIS).

What is a virtual directory?

Author: nishithraj          Posted Date: March 29, 2010    Category: IIS     Points: 10

It is the deployment platform for the ASP.NET Websites in IIS. It hanldes the request and response messages(from client & Server).
« Previous1Next »



Hall of Fame    Twitter   Terms of Service    Privacy Policy    Contact Us    Archives   Tell A Friend