国产99久久精品_欧美日本韩国一区二区_激情小说综合网_欧美一级二级视频_午夜av电影_日本久久精品视频

最新文章專題視頻專題問答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
主站蜘蛛池模板: 九九久久99综合一区二区 | 国产第一页视频 | 福利视频一区 | 欧美日韩电影在线观看 | 欧美色图亚洲自拍 | 性色a v 一区 | 看全黄大色大黄美女 | 天美传媒精品一区 | 亚欧免费视频一区二区三区 | 精品视频在线观看免费 | 亚洲欧美日本综合 | 国产一区亚洲欧美成人 | 国产精品成人一区二区不卡 | 久久久久久久久国产 | 亚洲国产精品久久久久666 | 亚洲国产精品欧美日韩一区二区 | 精品国产自在在线在线观看 | 国内精品视频在线观看 | 黑人粗又大 | 青青操国产视频 | 日韩精品一区二区三区在线观看l | 欧美日韩性视频一区二区三区 | 欧美日韩v| 99久久精品国产国产毛片 | 国产69久久精品成人看小说 | 国产综合社区 | 日韩一级精品久久久久 | 国产午夜高清一区二区不卡 | 久久96国产精品久久久 | 欧美日韩国产在线人 | 亚洲综合二区 | 97成人免费视频 | 精品欧美一区二区三区 | 亚洲入口 | 中文字幕第一区 | 国产成人免费在线视频 | 福利视频一区二区牛牛 | 欧美日韩中字 | 纯毛片 | 国内精品伊人久久久久妇 | 国产精品人成人免费国产 |