Hi,
I was getting that error, but since I changed the folder to an application I am now getting the following error:
Parser Error Message: Could not load file or assembly 'Visa.Europe.Framework.ContentManagement.Web.UI.W, Version=1.7.1.0, Culture=neutral, PublicKeyToken=f4de8eff631ced96' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 85: <add verb="GET" path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox"/>
Line 86: <!-- This one makes CMS-managed resources available -->
Line 87: <add verb="GET" path="DownloadFile.aspx" type="Visa.Europe.Framework.ContentManagement.Web.UI.CmsTools.DownloadFile, Visa.Europe.Framework.ContentManagement.Web.UI.W, Version=1.7.1.0, Culture=neutral, PublicKeyToken=f4de8eff631ced96"/>
Line 88:
Line 89: <remove verb="*" path="*.asmx"/>
The application in the parent folder is working fine. Any ideas?