| Author: Saravanan Kanagarasu 20 Oct 2008 | Member Level: Gold | Rating: Points: -20 |
IIS - formerly called Internet Information Server(IS)—is a Microsoft-produced set of Internet-based services for servers using Microsoft Windows. It is the world's second most popular web server
Virtual Directory - A directory defined by name only. All references to the virtual directory are redirected to the real directory
VSS - Visual Source Safe 2005 is an easy-to-use solution for developers who want a simple way to manage changes to their source code. This is like a eclipse for source safe
Caching - Caching refers to the strategy of keeping a copy of a page or image you have already seen; web browsers typically cache files that they display for you, and simply ask the server if the page has actually changed rather than always downloading the entire thing.
Roles - Role is a set of connected behaviours, rights and obligations
Authentication - Authentication is the process of obtaining identification credentials such as name and password from a user and validating those credentials against some authority.
|
| Author: Usha R 21 Oct 2008 | Member Level: Silver | Rating: Points: -20 |
1. IIS IS is the Microsoft Web server designed to deliver reliable, manageable, and scalable Web application infrastructure for Windows Server.It features automated health monitoring, management capabilities, and process isolation.
2. A virtual directory receives queries and directs them to the appropriate data sources. When the user data comes back, the directory presents the data to the enterprise application as if it all had been stored in one place all along. This ability to reach into native disparate repositories makes virtual directory technology ideal for consolidating data stored in a distributed environment.
3.vss : see this link http://en.wikipedia.org/wiki/Visual_SourceSafe
4.authentication ASP.NET implements authentication through authentication providers, the modules that contain the code to authenticate the requestor's credentials. types: windows forms passport
Thanks & Regards Usha
|