Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello everyone,
I have an IIS7 site running with Umbraco. I wish to set up a virtualdirectory inside the site.
So I have www.mysite.com/virtualdirectory
Now i verified that the default document is correct, set to index.html
I can view www.mysite.com/virtualdirectory/index.html
However when i go to www.mysite.com/virtualdirectory it fails to load with a 404. The default document seems to not be working. I have ruled out pretty much everything but maybe Umbraco could be causing this somehow?
anyone? thanks!
Hi Bob,
Normally you'll want to add the URL of the virtual directory to the umbracoReservedPaths in the web.config, so Umbraco does not try to process it.
you may also want to add urlMappings in the web.config of your virtualdirectory to make sure your site will pull index.html as default.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Using Umbraco, want a non-Umbraco virtual directory
Hello everyone,
I have an IIS7 site running with Umbraco. I wish to set up a virtualdirectory inside the site.
So I have www.mysite.com/virtualdirectory
Now i verified that the default document is correct, set to index.html
I can view www.mysite.com/virtualdirectory/index.html
However when i go to www.mysite.com/virtualdirectory it fails to load with a 404. The default document seems to not be working. I have ruled out pretty much everything but maybe Umbraco could be causing this somehow?
anyone? thanks!
Hi Bob,
Normally you'll want to add the URL of the virtual directory to the umbracoReservedPaths in the web.config, so Umbraco does not try to process it.
you may also want to add urlMappings in the web.config of your virtualdirectory to make sure your site will pull index.html as default.
is working on a reply...