G
Guest
I am trying to copy files and folders onto a production machine (Windows 2003
web edition -- we had to install the .NetFramework 2.0 on it). I wasn't even
sure which files to copy for a ASP.NET 2.0 application. But I followed the
steps I do for a 1.1 ASP.Net applications. I get the following error message
when I try to run it. The application run fine in VS2005 on the development
machine. It is set up properlly as far as IIS 6.x is concerned on the remote
machine.
Any help will be appreciated. One thing I noticed is that I don't even see
the application dll in the VS 2005 app folder. The application is called
Appointment so I was expecting to find Appointment.dll but it is not there.
**ERROR MESSAGE**
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly
'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system
cannot find the file specified.
Source Error:
<compilation debug="true">
Line 32: <assemblies>
Line 33:
<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35"/>
web edition -- we had to install the .NetFramework 2.0 on it). I wasn't even
sure which files to copy for a ASP.NET 2.0 application. But I followed the
steps I do for a 1.1 ASP.Net applications. I get the following error message
when I try to run it. The application run fine in VS2005 on the development
machine. It is set up properlly as far as IIS 6.x is concerned on the remote
machine.
Any help will be appreciated. One thing I noticed is that I don't even see
the application dll in the VS 2005 app folder. The application is called
Appointment so I was expecting to find Appointment.dll but it is not there.
**ERROR MESSAGE**
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly
'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system
cannot find the file specified.
Source Error:
<compilation debug="true">
Line 32: <assemblies>
Line 33:
<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35"/>