App_global.asax.ihksvyh1.dll 目标名无效

velly 2012-05-17 03:10:07
.net网页报错:
Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\ba9a7de0\f1f7a758\App_global.asax.udepxrco.dll' -- '目录名无效。 '

这是怎么回事?如何处理?

c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\ba9a7de0\f1f7a758\
查看这个目标的权限,NetWork Service用户拥有除完全控制以外的全部权限
...全文
90 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
velly 2012-06-15
  • 打赏
  • 举报
回复
其实是系统冲突,具体什么情况我忘了,不过感谢帮助
test2050 2012-05-17
  • 打赏
  • 举报
回复
给这个目录c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\ 添加NetWork Service用户的写权限。
├─XK在线考试系统源码XKOnLine │ │ │ │ from.gif │ │ OnLine.sln │ │ │ │ │ ├─DB_51aspx │ │ onlineExam1_Data.MDF │ │ onlineExam1_Data_log.ldf │ │ │ ├─OnLineBLL │ │ │ AdminManager.cs │ │ │ AllQuestionsManager.cs │ │ │ AllSubjectManager.cs │ │ │ ClassManager.cs │ │ │ ExamPaperManager.cs │ │ │ OnLineBLL.csproj │ │ │ OnLineBLL.csproj.user │ │ │ PapermgManager.cs │ │ │ QuestionTypeManager.cs │ │ │ StudentManager.cs │ │ │ StuScoreManager.cs │ │ │ Table.cs │ │ │ │ │ ├─bin │ │ │ ├─Debug │ │ │ │ OnLineBLL.dll │ │ │ │ OnLineBLL.pdb │ │ │ │ OnLineDAL.dll │ │ │ │ OnLineDAL.pdb │ │ │ │ OnLineModels.dll │ │ │ │ OnLineModels.pdb │ │ │ │ │ │ │ └─Release │ │ ├─obj │ │ │ └─Debug │ │ │ │ DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ OnLineBLL.csproj.FileListAbsolute.txt │ │ │ │ OnLineBLL.csprojResolveAssemblyReference.cache │ │ │ │ OnLineBLL.dll │ │ │ │ OnLineBLL.pdb │ │ │ │ ResolveAssemblyReference.cache │ │ │ │ │ │ │ ├─Refactor │ │ │ │ OnLineBLL.dll │ │ │ │ │ │ │ └─TempPE │ │ └─Properties │ │ AssemblyInfo.cs │ │ │ ├─OnLineDAL │ │ │ AdminService.cs │ │ │ AllQuestionsService.cs │ │ │ AllSubjectService.cs │ │ │ ConnDBHelper.cs │ │ │ ExamPaperService.cs │ │ │ OnLineDAL.csproj │ │ │ OnLineDAL.csproj.user │ │ │ PapermgService.cs │ │ │ QuestionTypeService.cs │ │ │ StuClassService.cs │ │ │ StudentService.cs │ │ │ StuScoreService.cs │ │ │ TableDAL.cs │ │ │ │ │ ├─bin │ │ │ ├─Debug │ │ │ │ OnLineDAL.dll │ │ │ │ OnLineDAL.pdb │ │ │ │ OnLineModels.dll │ │ │ │ OnLineModels.pdb │ │ │ │ │ │ │ └─Release │ │ ├─obj │ │ │ └─Debug │ │ │ │ DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ OnLineDAL.csproj.FileListAbsolute.txt │ │ │ │ OnLineDAL.csprojResolveAssemblyReference.cache │ │ │ │ OnLineDAL.dll │ │ │ │ OnLineDAL.pdb │ │ │ │ ResolveAssemblyReference.cache │ │ │ │ │ │ │ ├─Refactor │ │ │ │ OnLineDAL.dll │ │ │ │ │ │ │ └─TempPE │ │ └─Properties │ │ AssemblyInfo.cs │ │ │ ├─OnLineModels │ │ │ examAdmin.cs │ │ │ examAllQuestions.cs │ │ │ examAllSubject.cs │ │ │ examCanTry.cs │ │ │ examPapermg.cs │ │ │ examPapers.cs │ │ │ examQuestionType.cs │ │ │ examStuClass.cs │ │ │ examStudent.cs │ │ │ examStuScore.cs │ │ │ OnLineModels.csproj │ │ │ OnLineModels.csproj.user │ │ │ │ │ ├─bin │ │ │ ├─Debug │ │ │ │ OnLineModels.dll │ │ │ │ OnLineModels.pdb │ │ │ │ │ │ │ └─Release │ │ ├─obj │ │ │ └─Debug │ │ │ │ DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ OnLineModels.csproj.FileListAbsolute.txt │ │ │ │ OnLineModels.dll │ │ │ │ OnLineModels.pdb │ │ │ │ │ │ │ ├─Refactor │ │ │ │ OnLineModels.dll │ │ │ │ │ │ │ └─TempPE │ │ └─Properties │ │ AssemblyInfo.cs │ │ │ └─OnLineWeb │ │ Global.asax │ │ index.aspx │ │ index.aspx.cs │ │ MasterPage.master │ │ MasterPage.master.cs │ │ Mylogin.ascx │ │ Mylogin.ascx.cs │ │ StyleSheet.css │ │ web.config │ │ Web.sitemap │ │ │ ├─admin │ │ AddClass.aspx │ │ AddClass.aspx.cs │ │ AddSubject.aspx │ │ AddSubject.aspx.cs │ │ AdminDetails.aspx │ │ AdminDetails.aspx.cs │ │ AdminList.aspx │ │ AdminList.aspx.cs │ │ AdminLogin.aspx │ │ AdminLogin.aspx.cs │ │ DeleteQuestion.aspx │ │ DeleteQuestion.aspx.cs │ │ ListAllQuestions.aspx │ │ ListAllQuestions.aspx.cs │ │ ListAllStudents.aspx │ │ ListAllStudents.aspx.cs │ │ ListClass.aspx │ │ ListClass.aspx.cs │ │ ListSubject.aspx │ │ ListSubject.aspx.cs │ │ LoginOut.aspx │ │ LoginOut.aspx.cs │ │ QuestionDetails.aspx │ │ QuestionDetails.aspx.cs │ │ RegisterStudent.aspx │ │ RegisterStudent.aspx.cs │ │ StuScore.aspx │ │ StuScore.aspx.cs │ │ SubjectExam.aspx │ │ SubjectExam.aspx.cs │ │ Web.config │ │ │ ├─App_Code │ │ CommonClass.cs │ │ │ ├─App_Data │ ├─App_Themes │ │ └─mytheme │ │ OnLineSkin.skin │ │ │ ├─Bin │ │ FreeTextBox.dll │ │ OnLineBLL.dll │ │ OnLineBLL.pdb │ │ OnLineDAL.dll │ │ OnLineDAL.pdb │ │ OnLineModels.dll │ │ OnLineModels.pdb │ │ │ ├─images │ │ 1.jpg │ │ 5.jpg │ │

111,126

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Creator Browser
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧