What is redirection.config?

Posted By shulemj Thu 17 Nov 2016
Add to Favorites1
Author Message
shulemj
 Posted Thu 17 Nov 2016
Supreme Being

Supreme Being - (51,931 reputation)Supreme Being - (51,931 reputation)Supreme Being - (51,931 reputation)Supreme Being - (51,931 reputation)Supreme Being - (51,931 reputation)Supreme Being - (51,931 reputation)Supreme Being - (51,931 reputation)Supreme Being - (51,931 reputation)Supreme Being - (51,931 reputation)

Group: Forum Members
Last Active: Thu 11 Jul 2019
Posts: 115, Visits: 565
From one day to the other, we cannot access the frontend, and we get this error.



<BEGIN ERROR MESSAGE>
-----------------------------------------------------------------------------
>> Version:2.9005
>> URL:http://www.malchutjudaica.com/Default.aspx
>> Page:
-----------------------------------------------------------------------------
>> 11/17/2016 7:46:33 AM
>> 47.16.211.251
>> DESCRIPTION:
System.UnauthorizedAccessException: Filename: redirection.config
Error: Cannot read configuration file due to insufficient permissions



at Microsoft.Web.Administration.Interop.AppHostWritableAdminManager.GetAdminSection(String bstrSectionName, String bstrSectionPath)
at Microsoft.Web.Administration.Configuration.GetSectionInternal(ConfigurationSection section, String sectionPath, String locationPath)
at Microsoft.Web.Administration.ServerManager.SitesSectionCreator()
at Microsoft.Web.Administration.Lazy.Initialize[T](T& target, CreateInstanceDelegate`1 valueFactory)
at Microsoft.Web.Administration.ServerManager.get_SitesSection()
at Microsoft.Web.Administration.ServerManager.SitesCollectionCreator()
at Microsoft.Web.Administration.Lazy.Initialize[T](T& target, CreateInstanceDelegate`1 valueFactory)
at Microsoft.Web.Administration.ServerManager.get_Sites()
at CkartrisBLL.RecycleAppPool()
at CurrenciesBLL.ConvertCurrency(Int16 _ToCurrencyID, Decimal _FromValue, Int16 _FromCurrencyID)
at UserControls_Skin_FeaturedProducts.LoadFeaturedProducts()
at UserControls_Skin_FeaturedProducts.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

==================================================
<END ERROR MESSAGE>

Tiggywiggler Marked As Answer
 Posted Thu 17 Nov 2016
Supreme Being

Supreme Being - (106,140 reputation)Supreme Being - (106,140 reputation)Supreme Being - (106,140 reputation)Supreme Being - (106,140 reputation)Supreme Being - (106,140 reputation)Supreme Being - (106,140 reputation)Supreme Being - (106,140 reputation)Supreme Being - (106,140 reputation)Supreme Being - (106,140 reputation)

Group: Forum Members
Last Active: Mon 6 Dec 2021
Posts: 235, Visits: 750
It looks to be a permissions issue based on the user that is trying to access the folder. It could be that someone who looks after the shared environment has changed an access somewhere.

https://social.msdn.microsoft.com/Forums/vstudio/en-US/424613dc-96ed-48ec-8001-291e8cff8156/systemunauthorizedaccessexception-filename-redirectionconfig-error-cannot-read-configuration?forum=tfsbuild

You may need to tell them what application identity you are running under. It does not appear to be something you can change from within IIS unless you have the option to change the user of the application pool itself. This thread has a few comments on the subject https://forums.iis.net/t/1154515.aspx.

Unfortunately, unless you have remote access to the server it is hosted on, there isn't a great deal I could do to support you with this problem. It is something you need the support of the person administering the server for.


We are always willing to help out the community or pitch in to help you fix a problem. However, if you want a complete solution made such as a code module or new feature added you have two options. Either
1) Reach out to the Kartris internal development team at http://www.kartris.com/Contact.aspx.
2) Contact one of the Kartris approved partners at http://www.kartris.com/t-Worldwide-Developers.aspx.

Have fun and good luck coding.

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top