Introduce DataBase,Asp.net,JavaScript,Xml,Html,Css,Sql,Php,ASP.NET Controls,AJAX,Tools,HTML,CSS,JavaScript,Open Source Project,WPF,.Net Framework,Linq
Top Recommended Hosting

Website deploynebt problem

by the3factory 5/10/2008 7:51:00 PM
Question:

I have created a couple pages with VWD 2008 and was connected to the remote server database while doing the work. when the pages were uploaded from my local machine to the web server and the default.aspx tried to load, the following error was created: (One page contains a gridview created from the on-line table - it works great on my local machine with no errors on preview load...just wont work on the Web server.)

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=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (\\192.168.10.8\fundytrailriders.ca\web.config line 104)

Source Error:


Line 102:  </httpHandlers>
Line 103:  <httpModules>
Line 104:   <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 105:  </httpModules>
Line 106: </system.web>
 

Source File: \\192.168.10.8\fundytrailriders.ca\web.config    Line: 104

my connection string to the web server is: [User_Id and Password] have been removed for this post.

 <connectionStrings>

<add name="fundytrailriders-ca-01ConnectionString" connectionString="Data Source=porkins.privatedns.com;Initial Catalog=fundytrailriders-ca-01;User ID=[my_userid];Password=[My_Password]" providerName="System.Data.SqlClient"/>

</connectionStrings>

Can anyone tell me what and where the script module comes from? how is it created?


Answer1:

Check your server IIS, is it setup this site running under 3.5.

By the way, what is 191.168.10.8? is it your server ip?


Answer2:

Install ASP.NET 3.5 on the server.

Jeff


Related posts

Sign up for PayPal and start accepting credit card payments instantly.


Powered by BlogEngine.NET 1.2.0.0