<span id="mktg5"></span>

<i id="mktg5"><meter id="mktg5"></meter></i>

        <label id="mktg5"><meter id="mktg5"></meter></label>
        最新文章專題視頻專題問答1問答10問答100問答1000問答2000關鍵字專題1關鍵字專題50關鍵字專題500關鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關鍵字專題關鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
        問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
        當前位置: 首頁 - 科技 - 知識百科 - 正文

        關于Thetempdirectoryincharthandlerconfigurationisnot

        來源:懂視網 責編:小采 時間:2020-11-09 15:27:54
        文檔

        關于Thetempdirectoryincharthandlerconfigurationisnot

        關于Thetempdirectoryincharthandlerconfigurationisnot:這幾天從JAVA轉到ASP.NET C# 第一次做就出現問題了,如下: 在本機運行沒任何問題 上傳服務器就說Invalid temp directory in chart handler configuration [c:\TempImageFiles\] ,然后我第一次按照網上大神說的山區WEB.CONFIG里面DIR
        推薦度:
        導讀關于Thetempdirectoryincharthandlerconfigurationisnot:這幾天從JAVA轉到ASP.NET C# 第一次做就出現問題了,如下: 在本機運行沒任何問題 上傳服務器就說Invalid temp directory in chart handler configuration [c:\TempImageFiles\] ,然后我第一次按照網上大神說的山區WEB.CONFIG里面DIR

        這幾天從JAVA轉到ASP.NET C# 第一次做就出現問題了,如下: 在本機運行沒任何問題 上傳服務器就說Invalid temp directory in chart handler configuration [c:\TempImageFiles\] ,然后我第一次按照網上大神說的山區WEB.CONFIG里面DIR=xxx部分結果沒用,但是

        這幾天從JAVA轉到ASP.NET C#

        第一次做就出現問題了,如下:

        在本機運行沒任何問題 上傳服務器就說Invalid temp directory in chart handler configuration [c:\TempImageFiles\] ,然后我第一次按照網上大神說的山區WEB.CONFIG里面DIR=xxx部分結果沒用,但是很多網友說是有用的弄的我很郁悶,第二次就按另外個辦法 在SOLUTION里面建立個FOLDER命名為TempImages,即: BorderlineColor="Red">

        WEB.CONFIG 里面改為:

        然后就出現了

        The temp directory in chart handler configuration is not accessible [C:\Inetpub\wwwroot\DKDWebsite\TempImages\].

        Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

        Exception Details: System.UnauthorizedAccessException: The temp directory in chart handler configuration is not accessible [C:\Inetpub\wwwroot\DKDWebsite\TempImages\].

        ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6 and IIS 7, and the configured application pool identity on IIS 7.5) that is used if the application is not impersonating. If the application is impersonating via , the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

        To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

        Source Error:

        An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


        Stack Trace:

        [UnauthorizedAccessException: The temp directory in chart handler configuration is not accessible [C:\Inetpub\wwwroot\DKDWebsite\TempImages\].]
         System.Web.UI.DataVisualization.Charting.ChartHttpHandlerSettings.Inspect() +765630
         System.Web.UI.DataVisualization.Charting.ChartHttpHandlerSettings.ParseParams(String parameters) +437
         System.Web.UI.DataVisualization.Charting.ChartHttpHandler.InitializeParameters() +122
         System.Web.UI.DataVisualization.Charting.ChartHttpHandler.get_Settings() +29
         System.Web.UI.DataVisualization.Charting.ChartHttpHandler.InitializeControllerFile() +32
         System.Web.UI.DataVisualization.Charting.ChartHttpHandler.EnsureInitialized(Boolean hardCheck) +368
         System.Web.UI.DataVisualization.Charting.Chart.GetImageStorageMode() +24
         System.Web.UI.DataVisualization.Charting.Chart.get_CurrentImageLocation() +40
         System.Web.UI.DataVisualization.Charting.Chart.Render(HtmlTextWriter writer) +306
         System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
         System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
         System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
         System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208
         System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8
         System.Web.UI.Control.Render(HtmlTextWriter writer) +10
         System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
         System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
         System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
         System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208
         System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +173
         System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +31
         System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +53
         System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
         System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
         System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +40
         System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208
         System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8
         System.Web.UI.Control.Render(HtmlTextWriter writer) +10
         System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
         System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
         System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
         System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208
         System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8
         System.Web.UI.Page.Render(HtmlTextWriter writer) +29
         System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
         System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
         System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
         System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3060
        

        聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

        文檔

        關于Thetempdirectoryincharthandlerconfigurationisnot

        關于Thetempdirectoryincharthandlerconfigurationisnot:這幾天從JAVA轉到ASP.NET C# 第一次做就出現問題了,如下: 在本機運行沒任何問題 上傳服務器就說Invalid temp directory in chart handler configuration [c:\TempImageFiles\] ,然后我第一次按照網上大神說的山區WEB.CONFIG里面DIR
        推薦度:
        標簽: ha 關于 the
        • 熱門焦點

        最新推薦

        猜你喜歡

        熱門推薦

        專題
        Top
        主站蜘蛛池模板: 2019中文字幕在线电影免费| 免费毛片a线观看| 成年女人午夜毛片免费看| 亚洲永久中文字幕在线| 香蕉免费一区二区三区| 亚洲综合在线视频| 最近2019年免费中文字幕高清| 日韩亚洲Av人人夜夜澡人人爽 | 一本岛v免费不卡一二三区| 情侣视频精品免费的国产| 欧洲亚洲综合一区二区三区| 四虎影视在线永久免费看黄| 一级毛片成人免费看a| 亚洲国产成人片在线观看| **俄罗斯毛片免费| 亚洲色大成网站www久久九| 免费鲁丝片一级在线观看| 国产精品亚洲专区无码不卡| 国产成人精品日本亚洲| 久久狠狠躁免费观看2020| 亚洲春色在线观看| 免费欧洲毛片A级视频无风险| 成人久久久观看免费毛片| 亚洲av无码成人黄网站在线观看| 亚洲AV无码一区二区三区网址| 国产免费观看a大片的网站| 乱人伦中文视频在线观看免费| 国产亚洲福利精品一区| 免费人成网站在线观看10分钟| 亚洲AV无码之国产精品| 亚洲精品少妇30p| 99久久久国产精品免费无卡顿| 亚洲欧美在线x视频| 亚洲成AV人片在WWW色猫咪| 西西大胆无码视频免费| yy一级毛片免费视频| 亚洲国产av高清无码| 国产成人亚洲综合| 野花高清在线观看免费完整版中文 | 亚洲av无码久久忘忧草| 亚洲精品视频免费观看|