I am using umbraco 452 under iis7. The website all works fine. I have created in the website in IIS a virtual directory that points to shared folder on intranet. In the web.config under umbracoReservedPaths i have added /uploads/ which is name of the virtual folder.
When i try and access this folder i get
Current node is null. This might be due to previewing an unpublished node. As the NodeFactory works with published data, macros using the node factory won't work in preview mode. Parameter name: Current node is 1095
ok bit further with this i made the virtual directory into application and now i get
Could not load file or assembly 'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system cannot find the file specified.
I know you can put another web.config in there to not load assemblies however this is a shared directory on another server. Am i missing something else?
This is a virtual directory/application underneath your Umbraco site? If so you should specify Umbraco's web.config not to inherit in child applications, if you have not done so already
virtual directory issue
I am using umbraco 452 under iis7. The website all works fine. I have created in the website in IIS a virtual directory that points to shared folder on intranet. In the web.config under umbracoReservedPaths i have added /uploads/ which is name of the virtual folder.
When i try and access this folder i get
Current node is null. This might be due to previewing an unpublished node. As the NodeFactory works with published data, macros using the node factory won't work in preview mode.
Parameter name: Current node is 1095
Anyone seen this before?
Regards
Ismail
ok bit further with this i made the virtual directory into application and now i get
Could not load file or assembly 'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system cannot find the file specified.
I know you can put another web.config in there to not load assemblies however this is a shared directory on another server. Am i missing something else?
Regards
Ismail
Hi Ismail,
This is a virtual directory/application underneath your Umbraco site? If so you should specify Umbraco's web.config not to inherit in child applications, if you have not done so already
See http://our.umbraco.org/forum/getting-started/installing-umbraco/16868-Non-Umbraco-Virtual-Directory?p=0
-Tom
Tom,
Result! many thanks for this. Im getting a different error but its ACL related will sort that.
Regards
Ismail
is working on a reply...