Re: An issue with a ASP.NET 3.5 Web Application
|
Reknine Bellsoth |
|
5/7/2008 4:25:19 AM |
In the production Server, I remove the below lines from the web.config and it runs ok. <!--Comment httpModles on Production Server or website does not run--> <httpModules> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> </httpModules> Any ideas on why this is happening and how to fix it? Post Comments |
|
Re: An issue with a ASP.NET 3.5 Web Application
|
Libresio Gabriella |
|
5/7/2008 4:25:55 AM |
My guess is that the production server does not have the .net framework 3.5 installed on it.&n bsp; It is referencing System.Web.Extensions version 3.5 Post Comments |
|
Re: I installed the asp.net 3.5 framework
|
Reknine Bellsoth |
|
5/7/2008 4:27:56 AM |
Hi, I installed the asp.net 3.5 framework and I also ran the install again and it prompts to Repair and I ran that too... I am not really sure what is happening... Post Comments |
|
Re: Download the framework
|
Libresio Gabriella |
|
5/7/2008 4:29:22 AM |
Thanks a lot Libresio! God blees you! Post Comments |
|