CSDN首页 空间 新闻 论坛 Blog 下载 读书 网摘 搜索 .NET Java 视频 接项目 求职 在线学习 买书 程序员 通知
山寨机中的战斗机! 程序优化工程师到底对IT界有没有贡献
CSDN社区
搜索 收藏 打印 关闭
CSDN社区 >  .NET技术 >  ASP.NET

求助,asp.net应用程序中的服务器错误

楼主ronaldoaccp(RONALDO)2004-11-02 21:55:13 在 .NET技术 / ASP.NET 提问

我用的是,2003系统,IIS也重新安装过了,aspnet_regiis   /i也重新安装了,可是还是不行,还是出现下面的问题!!!!!!!!万分感谢Network   Service   group   权限也赋予   Temporary   ASP.NET文件夹  
   
   
  “/WebApplication1”。  
  --------------------------------------------------------------------------------  
   
  编译错误    
  说明:   在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。    
   
  编译器错误信息:   CS0016:   未能写入输出文件“c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary   ASP.NET   Files\webapplication1\8dd84b00\b065eec7\4wzh_k-t.dll”--“拒绝访问。   ”  
  期  
  源错误:  
   
     
   
  [没有相关的源行]  
     
   
  源文件:         行:   0    
   
   
   
  显示详细的编译器输出:  
   
   
  c:\windows\system32\inetsrv>   "c:\windows\microsoft.net\framework\v1.1.4322\csc.exe"   /t:library   /utf8output   /R:"c:\windows\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll"   /R:"c:\windows\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll"   /R:"c:\windows\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\system.web.mobile.dll"   /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary   asp.net   files\webapplication1\8dd84b00\b065eec7\assembly\dl2\a646d895\1e598a81_e1c0c401\webapplication1.dll"   /R:"c:\windows\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll"   /R:"c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll"   /R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll"   /R:"c:\windows\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\system.web.services.dll"   /R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"   /R:"c:\windows\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll"   /out:"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary   ASP.NET   Files\webapplication1\8dd84b00\b065eec7\4wzh_k-t.dll"   /D:DEBUG   /debug+   /optimize-   /warnaserror   /w:1     "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary   ASP.NET   Files\webapplication1\8dd84b00\b065eec7\4wzh_k-t.0.cs"  
   
   
  Microsoft   (R)   Visual   C#   .NET   编译器版本   7.10.3052.4  
  用于   Microsoft   (R)   .NET   Framework   版本   1.1.4322  
  版权所有   (C)   Microsoft   Corporation   2001-2002。保留所有权利。  
   
  error   CS0016:   未能写入输出文件“c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary   ASP.NET   Files\webapplication1\8dd84b00\b065eec7\4wzh_k-t.dll”--“拒绝访问。   ”  
   
     
   
   
   
  显示完整的编译源:  
   
   
  行   1:         //------------------------------------------------------------------------------  
  行   2:         //   <autogenerated>  
  行   3:         //           This   code   was   generated   by   a   tool.  
  行   4:         //           Runtime   Version:   1.1.4322.573  
  行   5:         //  
  行   6:         //           Changes   to   this   file   may   cause   incorrect   behavior   and   will   be   lost   if    
  行   7:         //           the   code   is   regenerated.  
  行   8:         //   </autogenerated>  
  行   9:         //------------------------------------------------------------------------------  
  行   10:        
  行   11:       namespace   ASP   {  
  行   12:               using   System;  
  行   13:               using   System.Collections;  
  行   14:               using   System.Collections.Specialized;  
  行   15:               using   System.Configuration;  
  行   16:               using   System.Text;  
  行   17:               using   System.Text.RegularExpressions;  
  行   18:               using   System.Web;  
  行   19:               using   System.Web.Caching;  
  行   20:               using   System.Web.SessionState;  
  行   21:               using   System.Web.Security;  
  行   22:               using   System.Web.UI;  
  行   23:               using   System.Web.UI.WebControls;  
  行   24:               using   System.Web.UI.HtmlControls;  
  行   25:                
  行   26:                
  行   27:               [System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]  
  行   28:               public   class   Global_asax   :   WebApplication1.Global   {  
  行   29:                        
  行   30:                       private   static   bool   __initialized   =   false;  
  行   31:                        
  行   32:                       public   Global_asax()   {  
  行   33:                               if   ((ASP.Global_asax.__initialized   ==   false))   {  
  行   34:                                       ASP.Global_asax.__initialized   =   true;  
  行   35:                               }  
  行   36:                       }  
  行   37:               }  
  行   38:       }  
  行   39:        
     
   
  问题点数:0、回复次数:4Top

1 楼sukey00(怕怕.Web)回复于 2004-11-03 00:06:22 得分 0

只能UPTop

2 楼thbird(蝌蚪甲)回复于 2004-11-03 08:49:49 得分 0

http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q825791Top

3 楼thbird(蝌蚪甲)回复于 2004-11-03 08:53:12 得分 0

1,把Everyone设置为完全控制  
  2,临时目录的权限有没有设置正确。Top

4 楼ronaldoaccp(RONALDO)回复于 2004-11-03 16:50:21 得分 0

谢谢非常非常感谢!!!!!!!!!!!终于解决了!!!!!!!!Top

相关问题

  • 服务器应用程序错误
  • “/”应用程序中的服务器错误。怎么解决
  • 应用程序中的服务器错误?
  • 应用程序中的服务器错误
  • “/xxx”应用程序中的服务器错误 请求帮助
  • 急“/ctrltest”应用程序中的服务器错误。
  • 应用程序中的服务器错误,请大家帮忙
  • 应用程序中的服务器错误
  • “/”应用程序中的服务器错误
  • 解决ASP.NET应用程序中的服务器错误

关键词

  • .net
  • asp.net
  • framework
  • asp
  • dll
  • microsoft
  • webapplication1
  • v1.1.4322
  • 错误
  • gac

得分解答快速导航

  • 帖主:ronaldoaccp

相关链接

  • CSDN .NET频道
  • .NET类图书
  • C#类图书
  • .NET类源码下载

广告也精彩

反馈

请通过下述方式给我们反馈
反馈
提问
网站简介|广告服务|VIP资费标准|银行汇款帐号|网站地图|帮助|联系方式|诚聘英才|English|问题报告
北京创新乐知广告有限公司 版权所有, 京 ICP 证 070598 号
世纪乐知(北京)网络技术有限公司 提供技术支持
Copyright © 2000-2008, CSDN.NET, All Rights Reserved
GongshangLogo