what is difference between IIS 5.0 and IIS 7.0
Answers were Sorted based on User's Feedback
Answer / 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 |
In a single process non of user's are accessing Web site when i checked the logs it showing event ID "530" ? need the solutions and also Mail me all the event id's related to IIS...
In which process does IIS runs ?
What version is iis?
What is worker process?
What is iis manager?
How do I run iis express?
How many times are working in iis server?
What is application pooling in iis?
Can I uninstall iis?
Where is iis manager located?
Can we run multiple websites with same port number and different ip address?
What is an iis worker process?