服务器刚重装了2003系统,启动iis后,w3wp.exe进程启用许多csc.exe编译进程,把cpu拖死了,那位大侠能帮忙解决,万分感谢!

解决方案 »

  1.   

    重启以后还是不停的启用许多csc.exe的,是否iis设置的问题,我的iis有300多个网站,10几个应用程序,我把原系统的iis设置导出,然后在新系统里导入的,这样会不会有问题的呢,
    IIS导出,导入方法如下:
    iiscnfg /export /f d:\iistest\config.xml /sp / /children iiscnfg /import /f d:\iistest\config.xml /sp / /dp / /children
      

  2.   

    重启以后还是不停的启用许多csc.exe的,是否iis设置的问题,我的iis有300多个网站,10几个应用程序,我把原系统的iis设置导出,然后在新系统里导入的,这样会不会有问题的呢,
    IIS导出,导入方法如下:
    iiscnfg /export /f d:\iistest\config.xml /sp / /childreniiscnfg /import /f d:\iistest\config.xml /sp / /dp / /children
    请各位大侠指点!
      

  3.   

    Pigmai(http://81M.Net(.Net资料网)) ( ) 信誉:95    Blog  2007-02-12 11:13:47  得分: 0  
     
     
       把csc.exe删除掉
      
     
    ============
    好办法。
      

  4.   

    会不会是你的config文件你面还是设置的debug=true呀??
      

  5.   

    现在服务器正常了,没有csc.exe出现了,但不知道是什么原因,不解!?
      

  6.   

    现在又不停的出现csc.exe进程了,cpu又拖死了!
    csc.exe出现时,w3wp.exe进程会释放大量的内存
    当csc.exe出现时,w3wp.exe进程占用的内存会涨的很慢
      

  7.   

    服务器不停的出现csc.exe进程,cpu拖死了!
    csc.exe出现时,w3wp.exe进程会释放大量的内存
    不知什么原因,请大侠解救!?
      

  8.   


    我觉得是不是大量耗时的sql查询造成的?
      

  9.   

    <!--  DYNAMIC DEBUG COMPILATION
              Set compilation debug="true" to enable ASPX debugging.  Otherwise, setting this value to
              false will improve runtime performance of this application. 
              Set compilation debug="true" to insert debugging symbols (.pdb information)
              into the compiled page. Because this creates a larger file that executes
              more slowly, you should set this value to true only when debugging and to
              false at all other times. For more information, refer to the documentation about
              debugging ASP.NET files.
        -->
        <compilation 
             defaultLanguage="c#"
             debug="true"
        />
    是否这里的设置?
      

  10.   

    web.config里面已经设置如下:
        <compilation 
             defaultLanguage="c#"
             debug="false"
        />
    但状况依然没有任何改变!!
      

  11.   

    07年的帖子,我现在出现了此问题,是升级补丁后出现的,郁闷死了,重装系统后,运行一段没问题,但打了Windows补丁后,又出现了该问题。