I have a problem with running Expression Web on Drive D and E but not on Drive C. The problem is when I try to display the web site on my browser. Drive E is where I normally develop my web
pages. This problem popped up a few weeks ago. I then moved all of my web site to Drive D. After a few weeks the problem popped up on Drive D and I then moved the web site to Drive C where I am now working with no problem.
The problem is related to settings in Internet Information Services (IIS) as shown in the error message.
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.
Following guidance from other forums I have copied my folder, WEB to C:/inetpub/wwwroot. The folder, WEB is contained in E:/Brigade_Web. I select “Convert to Application” and the
new icon is displayed. I then selected the URL http://localhost/Web and get the following error.HTTP
Error 403.14 - ForbiddenThe Web server is configured to not list the contents of this directory.Detailed
Error Information
Module
DirectoryListingModule
Notification
ExecuteRequestHandler
Handler
StaticFile
Error Code
0x00000000
Requested URL
http://localhost:80/web/
Physical Path
C:\inetpub\wwwroot\WEB\
Logon Method
Anonymous
Logon User
Anonymous
Most likely causes:
A default document is not configured for the requested URL, and directory browsing is not enabled on the server.Things
you can try: If you do not want to enable directory browsing, ensure that a default document is configured and that the file exists.Enable
directory browsing using IIS Manager. Open IIS Manager.In the Features view, double-click
Directory Browsing.On the Directory Browsing page, in the Actions pane, click Enable.
Verify that the configuration/system.webServer/directoryBrowse@enabled attribute is set to true in the site
or application configuration file.
I then opened IIS Manager double clicked on Directory Browsing. Enable was set to Enable. Now when I
go to the URL http://localhost/web I get a directory of the WEB folder.There is no change when trying to view in a browser my original file E:/Brigade_Wev/Web.I
am at a loss.
The problem has been solved. The problem WAS NOT RELATED TO IIS but was within Expression Web settings, A program. "FP Cleaner for Expressiom Web 4", cleared the problem.
MLNorton
7 Posts
IIS problem with Expression Web
Oct 21, 2011 02:09 PM|LINK
The problem is related to settings in Internet Information Services (IIS) as shown in the error message.
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.Following guidance from other forums I have copied my folder, WEB to C:/inetpub/wwwroot. The folder, WEB is contained in E:/Brigade_Web. I select “Convert to Application” and the new icon is displayed. I then selected the URL http://localhost/Web and get the following error. HTTP Error 403.14 - ForbiddenThe Web server is configured to not list the contents of this directory.Detailed Error Information
Module
Requested URL
Verify that the configuration/system.webServer/directoryBrowse@enabled attribute is set to true in the site or application configuration file.
I then opened IIS Manager double clicked on Directory Browsing. Enable was set to Enable. Now when I go to the URL http://localhost/web I get a directory of the WEB folder.There is no change when trying to view in a browser my original file E:/Brigade_Wev/Web.I am at a loss.HCamper
8048 Posts
Re: IIS problem with Expression Web
Oct 24, 2011 05:18 AM|LINK
Hi,
The Brigade Web Site 403.14 error look at Microsoft Notes http://support.microsoft.com/kb/942062 .
You have an either or choice to make from the MS Notes to remove the 403.14 error in the Web Site.
A) Using IIS Manager Enable "Directory Browsing" by turning it on and this is how the Web Site is viewed.
B) Using IIS Manager is select a "Default" document for the how the Web Site then viewed.
Your moving Web Sites physically on disk drives along with the alias / paths in IIS Server
it may help to pick a standard for the default settings in each of the Web Sites.
Yes, I seem to remember "Following guidance from other forums I have copied my folder,
WEB to C:/inetpub/wwwroot. The folder, WEB is contained in E:/Brigade_Web." this.
Martin
Community Member Award 2011
HCamper
8048 Posts
Re: IIS problem with Expression Web
Oct 30, 2011 08:54 AM|LINK
Hi,
Your confusing me "There is no change when trying to view in a browser my original file "E:/Brigade_Wev/Web"
with what your doing this was moved "Drive C:\inetpub\wwwroot\WEB" ?
Check back at this http://forums.iis.net/p/1182477/1999562.aspx#1999562 thread.
Martin
Community Member Award 2011
MLNorton
7 Posts
Re: IIS problem with Expression Web
Oct 30, 2011 05:55 PM|LINK
The problem has been solved. The problem WAS NOT RELATED TO IIS but was within Expression Web settings, A program. "FP Cleaner for Expressiom Web 4", cleared the problem.
HCamper
8048 Posts
Re: IIS problem with Expression Web
Oct 30, 2011 06:01 PM|LINK
Hi,
Check this http://www.95isalive.com/fixes/ew4.htm site for FP Cleaner for Expression Web 4
for a Tool to fix the problems. Thanks for the Updated information :)).
Martin
Community Member Award 2011
MLNorton
7 Posts
Re: IIS problem with Expression Web
Oct 30, 2011 06:41 PM|LINK
Yes