Re: mod_aspdotnet
Brought to you by:
wrowe
From: Electronjockey <ele...@ho...> - 2011-07-19 14:40:18
|
Peter, No worries. There are two distributions of the .Net Framework 4.0. Typically the "Microsoft .NET Framework 4.0 Client Profile" is installed. This does not include the System.Web and related assemblies that are required for asp.net. You need the Full release, which will show up in "Programs and Features" (along with the "Client Profile") as "Microsoft .NET Framework 4.0 Extended". The may be available as a separate download from the full, but I've only used the Full dist. Try that and let me know. Todd -----Original Message----- From: Pete W <pet...@ho...> To : ele...@ho... Sent: Tue Jul 19 8:48:08 2011 Subject: mod_aspdotnet Hi, Sorry for this unsolicited email, feel free to ignore. I saw your posts in mod-aspdotnet-users and wondered if you've got any advice - I should really have posted there but wasn't sure if you still were still active in it. I've got a precompiled app working with .net 2, Apache 2.2.8 and mod_aspdotnet. But I can't get it to work after migrating the solution to .net 4 - is a rebuilt mod_aspdotnet or Apache_Web.dll required or can the problem be fixed by configuration? Cheers, Peter Wishart |