2月24日
Moving towards the new version of Internet Information Services (IIS) on Windows Server 2008 will show a new user interface look and feel. Most options you see are the same but just displayed slightly different. I have got use to the new layout pretty quickly.
The new actions section on the right is quite helpful and removes the need for all those right-click options!
I'm sure if you have worked with IIS before you will find the new layout easy to use.
Here is a quick image look at the new user interface:
(I have removed the machine name in the black areas for privacy)
Greg Olsen
Yellow Duck Guy
6月7日
I got this error again today and thought "how do I fix this again?" after checking out IIS remembered that I need to enable the folder/location as an IIS application - error messages mentions this!
OK, so this is the error message:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 49: ...
Line 50: -->
Line 51: <authentication mode="Windows" />
Line 52: <!-- AUTHORIZATION
Cause:
The Web.Config is telling IIS to treat this as an application but it has not been set up as an application in IIS - hence the error message.
Solution:
Run/Open IIS (under Control Panel > Administrative Tools for most Operating Systems)
Find the project in the list of projects. (Open up your computer in the list and look under "Default Web Site").
Bring up its properties (Right click > Properties).
If the "application name" (under "Application Settings" on the "Directory" tab) is greyed out then click '[Create]' and then '[OK]'.
Now if you refresh or reload your browser to the address of your website or webservice you should see it!
Greg Olsen
Yellow Duck Guy