now i'll try to set the webconfig ... anywhere if i type url such www.myUmbracoSite.it/newFolder/hello.aspx ... umbraco detect the request and give the 404 error page!
Hi. You need to add ~/newFolder to the list of "umbracoReservedPaths" inside your web.config. Also if you run your umbraco site in the "umbracoUseDirectoryUrls = true" mode you will need to add the same url (~/newFolder) to the "umbracoReservedUrls" setting as well. Otherwise your urls started with "/newFolder/" will be considered as links to the umbraco content documents what's definitely not what you want.
How to run asp.net little site into umbraco folder
hi , i've to run a little site in the same domain that contains my umbraco website.
so (i'm not an expert) i've create a new folder and simply copy and paste my asp.net little website.
now when go to the www.myUmbracoSite.it/newFolder/ the borwser return this problem :
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
i just wanna have a folder that can run my site without umbraco intromission.
Thanks Umbraco Community!
1. You can set the default document in the IIS
2. use the more specified url, such as www.myUmbracoSite.it/newFolder/hello.aspx
now i'll try to set the webconfig ... anywhere if i type url such www.myUmbracoSite.it/newFolder/hello.aspx ... umbraco detect the request and give the 404 error page!
Hi. You need to add ~/newFolder to the list of "umbracoReservedPaths" inside your web.config. Also if you run your umbraco site in the "umbracoUseDirectoryUrls = true" mode you will need to add the same url (~/newFolder) to the "umbracoReservedUrls" setting as well. Otherwise your urls started with "/newFolder/" will be considered as links to the umbraco content documents what's definitely not what you want.
is working on a reply...