IIS Web Server Administration
Test your knowledge of IIS (Internet Information Services) web server configuration, administration, and management including IIS 6.0 and 7.0 features.
Questions
What is the memory footprint of an application pool in IIS 7.0
- 3 MB private bytes, 5 MB page file
- 5 MB private bytes, 3 MB page file
- 0 private bytes, 8 MB page file
- Unlimited
It is possible to do failed request tracing for all web sites on a particular server
- True
- False
It is possible to limit the amount of memory an application pool will use ?
- True
- False
How will you disable restarting of IIS on the local system ?
- Iisreset
- inetmgr -disable
- IISreset /disable
- iisreset /donotreset
What is the MetaBase configuration file format in IIS 6.0 ?
- xml
- mdb
- dat
- binary
Identify the Execution Permission available in IIS 6.0
- None
- Scripts Only
- Scripts and Executable
- Read Only
Which Process will maintain the worker processes in IIS 7 ?
- https.sys
- Windows Activation Process
- WS3VC
- System Default
Which error Series will show the Server related Errors ?
- 500 Series
- 100 Series
- 200 Series
- 400 Series
Information errors will be listed in which series ?
- 100 Series
- 200 Series
- 300 Series
- 400 Series
An user is received http:404 bad request error ,this error will normally provide information about ?
- Success
- Redirection
- Client Error
- None of Above
What command line used in IIS 7.0 to recycle the application pool from the command prompt ?
- appcmd.exe
- iisreset.exe
- inetmgr.exe
- Not Possible to recycle the App Pool
IIS 7.0 allows us to create one Application Pool From Another Application Pool
- True
- False
When we hosted important critical web Application on multiple web server in NLB is called as ?
- Web Guard
- Web Farm
- Application Pool
- Silos
Default identity of an Application Pool ?
- Local System
- Defined Service in AD
- Network Services
- Anonyms
What is the name of Default application pool in IIS 6.0
- Init_AppPool
- IISAppPool
- DefaultAppPool
- DefaultApplication
What are the different type of application pools available in IIS 7.0 ?
- IISAppPool
- DynamicAppPool
- DefaultAppPool (Integrated)
- ClassicAppPool
Which user account has maximum privilege on the server ?
- LocalSystem
- LocalServices
- NetworkServices
- NTSystem
What is the default Location for IIS log Files in Windows 2003 ?
- C:\WINDOWS\system32\LogFiles\W3SVC1
- C:\wwwroot\inetpub
- C:\WINDOWS\system32\LogFiles\W3SVC
- C:\WINDOWS\system32\Logs
What is the command used automatically register the .NET Framework with IIS ?
- regsvr32 regiis -i
- aspnet_regiis -i
- aspnet_regiis -r
- None of the Above