Showing posts with label developed. Show all posts
Showing posts with label developed. Show all posts

Wednesday, March 28, 2012

Installing AJAX 1.0 on Windows 2003 Server

All, I have a windows 2003 server fully patched that we have full control of. It has IIS installed on it. Now we have developed an ASP.NET Ajax application, that runs fine on the desktop with visual studio installed. We have uploaded it to the server and Ajax is installed on the server. I can see the extension in the Windows\assembly folder, but when we run the web site we get the following error. I have checked through the forum and am going round in circles. Sorry if this is a stupid question but how do we get past this?

Server Error in '/movies' 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:Unrecognized attribute 'type'.

Source Error:

Line 2: <configuration>Line 3: <configSections>Line 4: <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">Line 5: <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">Line 6: <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>


Source File:F:\Websites\movies\web.config Line:4

Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407

Problem is that your iste is configured to use asp.net 1.1:Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407

Switch to 2.0 and it should work correctly. To switch go to IIS Manager, open properties of your web site and click asp.net tab.


Thanks coincidently just managed to work it out at the same time.

Thanks for your help

Installing AJAX toll kit

hi,

we have developed our web page with AJAX and now we are in a stage to deploy our portal to the client. since we have used the ASPAJAXCTP.msi, we need to install in the clients place. is there any method to check whether AJAX tool kit has been installed already if not then install. can we check like this?

hope some one can help me on this.

thanks in advance

You can deploy the AJAX 1.0 in two ways:

1. By copying the AJAX dll files in bin folder of the application -> for this application should run full trust mode

2. You can place all the dll files in GAC

Its recommend deploying ASP.NET AJAX 1.0 in the GAC rather than the \bin directory. The main reason for this is that when we need to-do any updates like security fixes, critical updates, etc

it will be easy.


but when i started development in ajax i have installed these two setup. we dont need to install this in clients place? only the dll will do? is this right? please give your comments.

ASPAJAXCTP.msi , ASPAJAXExtSetup.msi

Yes you are correct.

Monday, March 26, 2012

Interesting if it would be possible

Dear Members,

I have developed a mobile application using the Emulator 5.0, but when i am going to browse the website using Emulator or any mobile then my Java Script is not working, please share if you have any idea. Also if javascript is not working on mobile then how can i use AJAX control toolkit like update panel and all.

Please share if you have any good idea about that.

Regards,

Asif

Ajax isn't supported with current mobile browsers. There is a project in microsoft labs called deepfish that may or may not fix that issue.
Have u got the solution??