.net iis cannot load assembly files

I searched and found many results and tried everything, but could not understand!

Created an application in VS 2008 and published to an existing iis6 server and works fine. We just got the new Windows 2008 RC2 server with iis7.5, and when I publish there I get this error (on the local machine)

enter image description here

I installed AJAX Libs and the toolkit also tried adding things to web.config.

I can provide any necessary information. Thank!

+3
source share
1 answer

You may need to install .NET 3.5. This is not the default. This corresponds to: http://forums.iis.net/p/1162980/1926330.aspx

, , , .NET 2.0

, , .

+1

Source: https://habr.com/ru/post/1795872/


All Articles