IIS 6.0 and ASP.NET - Could not write to output file ... The directory name is invalid -


I am running IIS 6.0 on Windows 2003 and have started receiving this error:

compiler error message: CS0016: Output file 'c: \ wINDOWS \ Microsoft.NET \ framework64 \ v2.0.50727 \ Temporary ASP.NET files \ root \ 7382c13f \ ea9b3ff7 \ App_global.asax.zodyof_q.dll' - 'to Could not write 'The name of the directory is invalid'

I have checked all permissions, and everything is the same as it should be - Plus, error message does not mention permissions is. I have already tried the following:

  • Follow the instructions in this [old] KB article:
  • Repair the .NET Framework v3.5 installation, then Reboot
  • c: \ wINDOWS \ Microsoft.NET \ framework64 \ v2.0.50727 \ Temporary ASP.NET files \ root \ / code> Delete the contents, then iisreset
  • Reset the permissions on c: \ wINDOWS \ Microsoft.NET \ framework64 \ v2.0.50727 \ Temporary ASP.NET Files \ root \ , then iisreset Run
  • Reset the permissions on c: \ WINDOWS \ TEMP , then iisreset Its going on.

Any suggestions?


Other notes / responses:

  • The indexing service is disabled.
  • I have received an answer that applies if you have installed ANNTS profiler and It has crashed while profiling. It describes one of the solutions:

    \ ANTS_Profiler \ KB200903000362.htm


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -