what is difference between IIS 5.0 and IIS 7.0
Answer Posted / jacintha
In IIS 6.0, the ASP.NET MMC snap-in provides IIS-related
administration features for configuring ASP.NET. For more
information.
In IIS 7.0, the administration of ASP.NET applications is
integrated more closely with IIS administration, and there
is no separate snap-in. Instead, all IIS and ASP.NET
configuration is done by using IIS Manager. Because IIS 7.0
configuration information is based on the .NET Framework
configuration system, the Web.config file for an
application that runs in IIS 7.0 contains both Web server
and ASP.NET configuration settings.
For example, in a Web.config file for an ASP.NET
application running in IIS 7.0, you can specify the default
file to return when a browser does not request a specific
file.In IIS 6.0 and earlier versions of IIS, this was a
setting that was maintained in the IIS metabase.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What are the properties of application pool in iis?
What is iis? Why is it used?
What is meant by virtual directory?
What is an iis application?
Explain different IIS Isolation Levels?
What is iis administration?
What is iis officer?
How do I stop a service from the command line?
What is the default identity of iis6.0?
What does iisreset noforce do?
What is web deployment?
Explain how to create a virtual directory on iis?
How do I access my localhost from another computer?
What is iis application?
What is iis and how does it work?