penchant
07-20-2008, 04:31 AM
Windows 2008 / IIS 7
Have created a web application using the latest MVC refresh (v4) & it works fine on my laptop, but when I upload it to discountasp.net and run it in my browser get this message:
Could not load file or assembly 'System.Web.Abstractions' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)
'System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
I came across this post which may be related (http://alpascual.com/blog/al/archive/2008/04/17/a-few-issues-installing-mvc-release-4-16-2008.aspx).
How to fix so my web application can run on DiscountASP server?
Have created a web application using the latest MVC refresh (v4) & it works fine on my laptop, but when I upload it to discountasp.net and run it in my browser get this message:
Could not load file or assembly 'System.Web.Abstractions' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)
'System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
I came across this post which may be related (http://alpascual.com/blog/al/archive/2008/04/17/a-few-issues-installing-mvc-release-4-16-2008.aspx).
How to fix so my web application can run on DiscountASP server?