国产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
主站蜘蛛池模板: 精品国产91久久久久久久 | 国产一级特黄高清免费大片dvd | 边做边爱边吃奶叫床的视频 | 美日韩一区二区三区 | 日本激情一区二区三区 | 免费在线中文字幕 | 国产精品久久久久久久久久免费 | 国产成人一区二区小说 | 欧美精品小视频 | 欧美综合亚洲图片综合区 | 国产精品久久久久久久久99热 | 国产日产欧美精品一区二区三区 | 欧美精品第二页 | 在线精品免费视频 | 国产精品成人一区二区1 | 午夜欧美 | 亚洲欧美另类日本 | 91精品国产91久久久久福利 | 91视频一区| 五月婷婷综合网 | www.国产精品| 亚洲欧美日韩中文字幕一区二区三区 | 国产最新精品视频 | 国产成人精品aaaa视频一区 | 久久一区二区三区免费播放 | 国产免费资源高清小视频在线观看 | 亚洲国产精品综合久久网络 | 欧美xxxxxbbbb| 欧美综合在线观看 | 国产不卡一区二区三区免费视 | 99热91| 亚欧成人一区二区 | 高清不卡一区 | 另类专区亚洲 | 国产午夜视频在线 | 久久精品一区二区三区不卡牛牛 | 欧美第一网站 | 欧美日韩在线观看视频 | 欧美激情视频一区二区三区 | 日韩在线第三页 | 亚洲1页 |