I'm migrating an asp.net web application from a 64bit Windows 2008R2 server running IIS 7.x onto a debian 6.06 running apache and mod mono. I'm getting the following error:
Error 500: Could not load type 'System.Web.Configuration.HttpCapabilitiesProvider'
I was getting the same error for other assemblies such as System.DirectoryServices.AccountManagement
but i simply went to my .NET directory and copied that assembly into my bin folder which made the errors go away.
This is not working for the System.Web.dll
Anyone know why?
When I copy the System.Web.dll into my bin directory in mod-mono I get the following error:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.