[Exception] – Could not load file or assembly App_Web_*** ASP.NET

 

While loading an asp.net web page, it encounters the following error.

 

Could not load file or assembly 'App_Web_33cq6epw, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

 

The easy way to figure this out is to shut down IIS (iisreset /stop), then delete the temp asp.net files located in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files (for .Net framework 2.0), and finally restart IIS (iisreset /start). It should work for you.

 

 

 

相关文章:

  • 2022-02-01
  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-11
  • 2021-09-19
  • 2021-06-22
  • 2021-09-14
  • 2021-10-09
  • 2021-10-27
相关资源
相似解决方案