|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
IIS runs in 2 modes (application isolation modes):
1. worker process isolation mode is a new feature of IIS 6.0.
2. IIS5.0 isolation mode - for compatibility with apps depending on IIS 5.0
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
To determine where your IIS log files are stored, please execute the steps below on your server:
1. Go to Start -> run
2. type inetmgr
3. Find your web site under the tree on the left and right-click on it.
4. Choose properties
5. On the Web Site tab, you should see an option near the bottom that says "Active Log Format." Next
to it is a Properties button. Click on the Properties button.
6. At the bottom of the General Properties tab, you'll see a box that contains the log file directory and
the log file name. The full log path is comprised of the log file directory plus the first part of the log file name.
For example, take the following case.
1. Log file directory: C:\Windows\System32\LogFiles
2. Log file name: W3SVC1\exyymmdd.log
3. Your full log path to put into SmarterStats would be: C:\Windows\System32\LogFiles\W3SVC1
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Anonymous access
Basic
Digest
Windows
MS .Net Passport
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)

The advantages of upgrading the server that hosts your existing IIS Web sites and applications to IIS 6.0 include
the following:
. Reduces the time required to deploy IIS 6.0. Upgrading requires minimal user
interaction.
. Reduces possible configuration errors. Because the majority of the current
operating system, IIS, and Web site configuration settings are retained during
upgrade, fewer configuration errors result.
The disadvantages of upgrading the server that hosts your existing IIS Web sites
and applications to IIS 6.0 include the following:
. Retains previous versions of software. The upgrade process upgrades only
software components identified by Microsoft® Windows® Server 2003, Standard
Edition; Windows® Server 2003, Enterprise Edition; and Windows® Server 2003,
Web Edition. Any other installed software components, such as applications or
application dynamic-link libraries (DLLs), remain unchanged.
. Retains the previous registry configuration. The upgrade process makes the
appropriate modifications to the registry entries identified by Windows
Server 2003. Registry entries are created by an application as it is installed,
but are not removed when the application is removed. Cumulatively,these registry
entries consume disk storage and can make troubleshooting registry-related
problems more difficult because the unused registry entries can have similar
naming conventions to active registry entries.
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
IIS metabase is an xml file the contains all the configutations
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
In IIS 5.0 logfile formats are 3 types
1. w3c extended logfile format
2. NCSA Comman logfile format
3. ODBC loging
In IIS 6.0 logfile formats are is 4 types
1. w3c extended logfile format
2. Microsoft IIS logfile format
3. NCSA Comman logfile format
4. ODBC loging
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
When two or more worker processes are configured as part of an application pool
they form what is referred to as a Web garden.
A Web garden allows an application to achieve higher scalability.
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
The main security issue with HTTP is the fact that all the traffic between the client and the server is done as clear text, meaning that anyone could potentially "listen" to your talk and grab frames and valuable information from the net.
To secure the transmission of information between your web server running IIS 6.0 on Windows Server 2003 and your browser clients, you can encrypt the information being transmitted by using SSL (Secure Sockets Layer).
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
80 is the default port for HTTP traffic
21 is the default port for FTP for sending and recieving data.
443 is the defaulr for SSL traffic
You can however use any available port to listen and send on
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
FIRST CREATE THE NEWFOLDER IN THE ANY OF THE UR SYSTEM,THAT
IS THE UR ORIGINAL ROOT FOLDER.
goto
start-->run--.type INETMGR--->GOTO DEFAULT WEBSITE-->RIGHTCLICK-->GOTO NEW-->SELECT NEW VIRTUAL DIRECTORY-->GIVE THE ALIAS NAME OF THE ROOT->CLICK
NEXT-->GIVE YHE PATH OF THE ORIGINAL DIRECTORY-->CLICK NEXT--> CLICK FINISH--->VIRTUAL WILL BE CREATED
If the site is already existing then you simply open IIS manager, go to the site for which you need to create the
virtual root [ virtual directory] Browse to that folder under the site, right click > properties > and Select create
application.
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.