473,385 Members | 1,732 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

First Steps: ASP.Net 2.0 and AJAX in a shared hosting.

Hi everybody.

A very basic web page using an ScriptManager and a RoundedCornersExtender
fails loading
at a shared hosting environment. In my local server, such page loads
correctly.

I'm almost sure that a wrong web.config is the reason.

The site is hosted at Brinkster and they say they don't have a web.config
example to show.

Does anybody have a working web.config to share o show me?

Thanks in advance.

ralvare.lugones@-killSpam-gmail.com

Feb 1 '07 #1
4 6486
NOTICIAS Ã*rta:
Hi everybody.

A very basic web page using an ScriptManager and a RoundedCornersExtender
fails loading
at a shared hosting environment. In my local server, such page loads
correctly.

I'm almost sure that a wrong web.config is the reason.

The site is hosted at Brinkster and they say they don't have a web.config
example to show.

Does anybody have a working web.config to share o show me?

Thanks in advance.

ralvare.lugones@-killSpam-gmail.com
1; Do you get an error when trying to load your application? If so, then
add <customErrors mode="Off" /inside the <system.webtag, maybe that
will show you a better error message.

2; are you on a server with asp.net 2.0? Brinkster both have 1.1 and 2.0
servers. if you are hosted on a 1.1 server, you have to ask support to
upgrade your account to .net 2.0
Feb 1 '07 #2
On Feb 1, 11:25 am, "NOTICIAS" <RALVARE.LUGO...@GMAIL.COMwrote:
Hi everybody.

A very basic web page using an ScriptManager and a RoundedCornersExtender
fails loading
at a shared hosting environment. In my local server, such page loads
correctly.

I'm almost sure that a wrong web.config is the reason.

The site is hosted at Brinkster and they say they don't have a web.config
example to show.

Does anybody have a working web.config to share o show me?

Thanks in advance.

ralvare.lugo...@-killSpam-gmail.com
take a look this
http://www.eggheadcafe.com/software/...-november.aspx

and this
http://forums.brinkster.com/forummes...13605&Forum=23

Feb 1 '07 #3

"Szabolcs Molnar" <fl***@elitemail.huescribió en el mensaje
news:eP**************@TK2MSFTNGP03.phx.gbl...
NOTICIAS írta:
>Hi everybody.

A very basic web page using an ScriptManager and a RoundedCornersExtender
fails loading
at a shared hosting environment. In my local server, such page loads
correctly.

I'm almost sure that a wrong web.config is the reason.

The site is hosted at Brinkster and they say they don't have a web.config
example to show.

Does anybody have a working web.config to share o show me?

Thanks in advance.

ralvare.lugones@-killSpam-gmail.com

1; Do you get an error when trying to load your application? If so, then
add <customErrors mode="Off" /inside the <system.webtag, maybe that
will show you a better error message.
I sent the precompiled site to brinkster, \bin with all its stuff included
(Microsoft.Web.Preview.dll,
Ajaxextensionstoolbox.dll, Ajaxcontroltoolkit.dll and so on) and that's
what I get:
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source 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:

Line 1: <%@ Page Language="C#" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="_Default" %>
Line 2:
Line 3: <%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Line 4: Namespace="System.Web.UI" TagPrefix="asp" %>
Line 5: <%@ Register Assembly="AjaxControlToolkit"
Namespace="AjaxControlToolkit" TagPrefix="cc1" %>

Source File: /PRUEBAS/default.aspx Line: 3

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'System.Web.Extensions, Version=1.0.61025.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind
failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.210

2; are you on a server with asp.net 2.0? Brinkster both have 1.1 and 2.0
servers. if you are hosted on a 1.1 server, you have to ask support to
upgrade your account to .net 2.0
2.0 as you can see up in this message
Feb 1 '07 #4
I am having the same problem. Ajax 1.0 works great on my
developement machine and gives the following error when I deploy the
application to my production webserver.

Server Error in '/' Application.

--------------------------------------------------------------------------------

Configuration Error
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:

Line 36: <compilation debug="true">
Line 37: <assemblies>
Line 38: <add
assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35"/>
Line 39: <add assembly="System.Design,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 40: <add
assembly="System.Web.Extensions.Design, Version=1.0.61025.0,
Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></assemblies>

Source File: d:\WebSites\Secure\test\web.config Line: 38

Assembly Load Trace: The following

I called Microsoft "off shore" support and was walked through
installing "hotfix for issue 915782". This hotfix updated the
aspnet_wp.exe, System.Web.dll, webengine.dll files. After two hours
on technical support I was told this hotfix will not fix this problem
and they currently do not have a fix for this problem. I was told
that if I wanted to open another paid support case that they would be
happy to research this problem.

I am very impressed with AJAX and would love to implement its
functionality on my corporate website BUT my conclusion is that AJAX
is NOT READY FOR PRIMETIME. Like all Microsoft products it is a great
concept and really cool but maybe it might work after AJAX SP1 or AJAX
SP2?????

If you will excuse me, I think I will go install Vista on all of my
users systems so I can continue my efforts as a "Microsoft GuineePig"

Feb 14 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Mike MacSween | last post by:
My client has an MS Access database application on her local machine. I have full access to that in terms of changing the design. I've got a simple PHP/MySql application on shared hosting, so no...
13
by: Erick Papadakis | last post by:
hello, i am a newbie to the pgsql world, so pls bear with a possibly stupid question. i want to test out pgsql but i only have a shared hosting account. is it possible to install pgsql without...
0
by: Chris Travers | last post by:
Hi all; This seems at least somewhat on-topic here, so at the risk of seeming shamelessly self-promoting, I figured I would ask. I am the main developer of an open source CRM suite...
13
by: Sharon | last post by:
Hi all, I was wondering if anyone had experience using ajax with asp.net controls. What i'm looking for, are ways to implement and possible problems. A way to implement could be rendering the...
2
by: Carl Gilbert | last post by:
Hi I feel as if I'm fighting a loosing battle with shared hosting at the moment. I have an account with 1&1. For a whopping £16.99 a month I get 6GB of shared Microsoft hosting. I also get...
2
by: comp.lang.php | last post by:
I am in the middle of debugging a script that is hanging on "session_start()", which, if I recall, can occur if session.save_path points to a directory onto which you do not have permission to...
11
by: lucavilla | last post by:
Are there other web-based AJAX diagram tools like this one? http://ajax.phpmagazine.net/2006/05/smoot_webbased_diagram_and_gis_1.html (named Smoot) I mean apps similar to Microsoft Visio but...
3
by: Showjumper | last post by:
I have been using YSlow over the last couple of days grading the perf of my site. On some of the pages i have managed to get the score up a very respectable B using a couple of custom httpmodules...
3
by: Barrie Wilson | last post by:
I have a really simple test app which consumes two public web services (one stock quote and one Amazon books collection); it works just fine when posted on my local servers but when I publish it...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.