473,587 Members | 2,489 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Ajax working on dev server not on ie

I have a webapp that uses the AjaxControlTool kit. The app and ajax works
fine when run within my dev server in Visual Studio 2005 but does not work
on IIS. Any Suggestions?
Bill
Aug 6 '07 #1
8 4325
"Does not work" is pretty vague term.
Suggestion: Rephrase your question and be more specific.

George


"Bill Gower" <bi*******@char ter.netwrote in message
news:uq******** ******@TK2MSFTN GP05.phx.gbl...
>I have a webapp that uses the AjaxControlTool kit. The app and ajax works
fine when run within my dev server in Visual Studio 2005 but does not work
on IIS. Any Suggestions?
Bill


Aug 6 '07 #2
Example. The Masked Edit does not display the mask. It works fine and does
display the mask in my development server. When I run the app in IIS, I get
the textbox for the date field but the mask doesn't work. I am using the
MaskEdit ajax control.

Bill

"George Ter-Saakov" <gt****@cardone .comwrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
"Does not work" is pretty vague term.
Suggestion: Rephrase your question and be more specific.

George


"Bill Gower" <bi*******@char ter.netwrote in message
news:uq******** ******@TK2MSFTN GP05.phx.gbl...
>>I have a webapp that uses the AjaxControlTool kit. The app and ajax works
fine when run within my dev server in Visual Studio 2005 but does not work
on IIS. Any Suggestions?
Bill



Aug 6 '07 #3
Further to my post, I am getting no error messages, the app loads just fine.
It just doesn't use the Ajax controls in IIS 6. I have the dlls for Ajax in
my bin directory. As I said earlier the Ajax controls work just fine in my
vs dev server but they won't work in IIS 6

Bill
"Bill Gower" <bi*******@char ter.netwrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
Example. The Masked Edit does not display the mask. It works fine and
does display the mask in my development server. When I run the app in
IIS, I get the textbox for the date field but the mask doesn't work. I am
using the MaskEdit ajax control.

Bill

"George Ter-Saakov" <gt****@cardone .comwrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
>"Does not work" is pretty vague term.
Suggestion: Rephrase your question and be more specific.

George


"Bill Gower" <bi*******@char ter.netwrote in message
news:uq******* *******@TK2MSFT NGP05.phx.gbl.. .
>>>I have a webapp that uses the AjaxControlTool kit. The app and ajax works
fine when run within my dev server in Visual Studio 2005 but does not
work on IIS. Any Suggestions?
Bill




Aug 6 '07 #4
A further note. Scripting is enabled in my browser and when I look at the
source that is produced I can see the javascript in the page.

Bill

"Bill Gower" <bi*******@char ter.netwrote in message
news:%2******** *******@TK2MSFT NGP05.phx.gbl.. .
Further to my post, I am getting no error messages, the app loads just
fine. It just doesn't use the Ajax controls in IIS 6. I have the dlls for
Ajax in my bin directory. As I said earlier the Ajax controls work just
fine in my vs dev server but they won't work in IIS 6

Bill
"Bill Gower" <bi*******@char ter.netwrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
>Example. The Masked Edit does not display the mask. It works fine and
does display the mask in my development server. When I run the app in
IIS, I get the textbox for the date field but the mask doesn't work. I
am using the MaskEdit ajax control.

Bill

"George Ter-Saakov" <gt****@cardone .comwrote in message
news:%2******* *********@TK2MS FTNGP02.phx.gbl ...
>>"Does not work" is pretty vague term.
Suggestion: Rephrase your question and be more specific.

George


"Bill Gower" <bi*******@char ter.netwrote in message
news:uq****** ********@TK2MSF TNGP05.phx.gbl. ..
I have a webapp that uses the AjaxControlTool kit. The app and ajax
works fine when run within my dev server in Visual Studio 2005 but does
not work on IIS. Any Suggestions?
Bill




Aug 6 '07 #5
My guess would be that ajax settings are not in web.config so browser can
not load javascript.
Check web.config files on development and production especially <handlers>
section.

George.

"Bill Gower" <bi*******@char ter.netwrote in message
news:uP******** ******@TK2MSFTN GP06.phx.gbl...
>A further note. Scripting is enabled in my browser and when I look at the
source that is produced I can see the javascript in the page.

Bill

"Bill Gower" <bi*******@char ter.netwrote in message
news:%2******** *******@TK2MSFT NGP05.phx.gbl.. .
>Further to my post, I am getting no error messages, the app loads just
fine. It just doesn't use the Ajax controls in IIS 6. I have the dlls
for Ajax in my bin directory. As I said earlier the Ajax controls work
just fine in my vs dev server but they won't work in IIS 6

Bill
"Bill Gower" <bi*******@char ter.netwrote in message
news:%2******* *********@TK2MS FTNGP02.phx.gbl ...
>>Example. The Masked Edit does not display the mask. It works fine and
does display the mask in my development server. When I run the app in
IIS, I get the textbox for the date field but the mask doesn't work. I
am using the MaskEdit ajax control.

Bill

"George Ter-Saakov" <gt****@cardone .comwrote in message
news:%2****** **********@TK2M SFTNGP02.phx.gb l...
"Does not work" is pretty vague term.
Suggestion : Rephrase your question and be more specific.

George


"Bill Gower" <bi*******@char ter.netwrote in message
news:uq***** *********@TK2MS FTNGP05.phx.gbl ...
>I have a webapp that uses the AjaxControlTool kit. The app and ajax
>works fine when run within my dev server in Visual Studio 2005 but does
>not work on IIS. Any Suggestions?
>
>
Bill
>
>




Aug 6 '07 #6
No the web config file is fine. I am using the same web.config on both IIS
and vs dev web server. Could it have something to do with IIS? IIS maybe
does not know how to handle Ajax. Do I need to configure IIS anywhere?

Bill

"George Ter-Saakov" <gt****@cardone .comwrote in message
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
My guess would be that ajax settings are not in web.config so browser can
not load javascript.
Check web.config files on development and production especially <handlers>
section.

George.

"Bill Gower" <bi*******@char ter.netwrote in message
news:uP******** ******@TK2MSFTN GP06.phx.gbl...
>>A further note. Scripting is enabled in my browser and when I look at the
source that is produced I can see the javascript in the page.

Bill

"Bill Gower" <bi*******@char ter.netwrote in message
news:%2******* ********@TK2MSF TNGP05.phx.gbl. ..
>>Further to my post, I am getting no error messages, the app loads just
fine. It just doesn't use the Ajax controls in IIS 6. I have the dlls
for Ajax in my bin directory. As I said earlier the Ajax controls work
just fine in my vs dev server but they won't work in IIS 6

Bill
"Bill Gower" <bi*******@char ter.netwrote in message
news:%2****** **********@TK2M SFTNGP02.phx.gb l...
Example. The Masked Edit does not display the mask. It works fine and
does display the mask in my development server. When I run the app in
IIS, I get the textbox for the date field but the mask doesn't work. I
am using the MaskEdit ajax control.

Bill

"George Ter-Saakov" <gt****@cardone .comwrote in message
news:%2***** ***********@TK2 MSFTNGP02.phx.g bl...
"Does not work" is pretty vague term.
Suggestio n: Rephrase your question and be more specific.
>
George
>
>
>
>
"Bill Gower" <bi*******@char ter.netwrote in message
news:uq**** **********@TK2M SFTNGP05.phx.gb l...
>>I have a webapp that uses the AjaxControlTool kit. The app and ajax
>>works fine when run within my dev server in Visual Studio 2005 but
>>does not work on IIS. Any Suggestions?
>>
>>
>Bill
>>
>>
>
>




Aug 6 '07 #7
the web.config is the only change needed to configure Ajax.
Have you configured the folder as an Application in IIS?
Also make sure you have JavaScript errors notification turned on. Internet
Options/Advanced/Display notification about every script error"
I am almost 100% positive you have a problem with JavaScript.


George
"Bill Gower" <bi*******@char ter.netwrote in message
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
No the web config file is fine. I am using the same web.config on both
IIS and vs dev web server. Could it have something to do with IIS? IIS
maybe does not know how to handle Ajax. Do I need to configure IIS
anywhere?

Bill

"George Ter-Saakov" <gt****@cardone .comwrote in message
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
>My guess would be that ajax settings are not in web.config so browser can
not load javascript.
Check web.config files on development and production especially
<handlerssecti on.

George.

"Bill Gower" <bi*******@char ter.netwrote in message
news:uP******* *******@TK2MSFT NGP06.phx.gbl.. .
>>>A further note. Scripting is enabled in my browser and when I look at
the source that is produced I can see the javascript in the page.

Bill

"Bill Gower" <bi*******@char ter.netwrote in message
news:%2****** *********@TK2MS FTNGP05.phx.gbl ...
Further to my post, I am getting no error messages, the app loads just
fine. It just doesn't use the Ajax controls in IIS 6. I have the dlls
for Ajax in my bin directory. As I said earlier the Ajax controls work
just fine in my vs dev server but they won't work in IIS 6

Bill
"Bill Gower" <bi*******@char ter.netwrote in message
news:%2***** ***********@TK2 MSFTNGP02.phx.g bl...
Example. The Masked Edit does not display the mask. It works fine and
does display the mask in my development server. When I run the app in
IIS, I get the textbox for the date field but the mask doesn't work.
I am using the MaskEdit ajax control.
>
Bill
>
"George Ter-Saakov" <gt****@cardone .comwrote in message
news:%2**** ************@TK 2MSFTNGP02.phx. gbl...
>"Does not work" is pretty vague term.
>Suggestion : Rephrase your question and be more specific.
>>
>George
>>
>>
>>
>>
>"Bill Gower" <bi*******@char ter.netwrote in message
>news:uq*** ***********@TK2 MSFTNGP05.phx.g bl...
>>>I have a webapp that uses the AjaxControlTool kit. The app and ajax
>>>works fine when run within my dev server in Visual Studio 2005 but
>>>does not work on IIS. Any Suggestions?
>>>
>>>
>>Bill
>>>
>>>
>>
>>
>
>




Aug 6 '07 #8
I finally got it to work. I rebuilt the web.config file from scratch.

Thanks for your help
Bill

"George Ter-Saakov" <gt****@cardone .comwrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
the web.config is the only change needed to configure Ajax.
Have you configured the folder as an Application in IIS?
Also make sure you have JavaScript errors notification turned on. Internet
Options/Advanced/Display notification about every script error"
I am almost 100% positive you have a problem with JavaScript.


George
"Bill Gower" <bi*******@char ter.netwrote in message
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
>No the web config file is fine. I am using the same web.config on both
IIS and vs dev web server. Could it have something to do with IIS? IIS
maybe does not know how to handle Ajax. Do I need to configure IIS
anywhere?

Bill

"George Ter-Saakov" <gt****@cardone .comwrote in message
news:%2******* *********@TK2MS FTNGP03.phx.gbl ...
>>My guess would be that ajax settings are not in web.config so browser
can not load javascript.
Check web.config files on development and production especially
<handlerssect ion.

George.

"Bill Gower" <bi*******@char ter.netwrote in message
news:uP****** ********@TK2MSF TNGP06.phx.gbl. ..
A further note. Scripting is enabled in my browser and when I look at
the source that is produced I can see the javascript in the page.

Bill

"Bill Gower" <bi*******@char ter.netwrote in message
news:%2***** **********@TK2M SFTNGP05.phx.gb l...
Further to my post, I am getting no error messages, the app loads just
fine. It just doesn't use the Ajax controls in IIS 6. I have the dlls
for Ajax in my bin directory. As I said earlier the Ajax controls
work just fine in my vs dev server but they won't work in IIS 6
>
Bill
>
>
"Bill Gower" <bi*******@char ter.netwrote in message
news:%2**** ************@TK 2MSFTNGP02.phx. gbl...
>Example. The Masked Edit does not display the mask. It works fine
>and does display the mask in my development server. When I run the
>app in IIS, I get the textbox for the date field but the mask doesn't
>work. I am using the MaskEdit ajax control.
>>
>Bill
>>
>"George Ter-Saakov" <gt****@cardone .comwrote in message
>news:%2*** *************@T K2MSFTNGP02.phx .gbl...
>>"Does not work" is pretty vague term.
>>Suggestio n: Rephrase your question and be more specific.
>>>
>>George
>>>
>>>
>>>
>>>
>>"Bill Gower" <bi*******@char ter.netwrote in message
>>news:uq** ************@TK 2MSFTNGP05.phx. gbl...
>>>>I have a webapp that uses the AjaxControlTool kit. The app and ajax
>>>>works fine when run within my dev server in Visual Studio 2005 but
>>>>does not work on IIS. Any Suggestions?
>>>>
>>>>
>>>Bill
>>>>
>>>>
>>>
>>>
>>
>>
>
>




Aug 6 '07 #9

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

Similar topics

4
4304
by: bobzimuta | last post by:
I'm creating a simple AJAX library. It's an object that will return an array containing the response text or xml. I'm trying to find a way to assign the response as a property of the object, but from within an inline function. Within the AJAX object: this.xmlhttp = new XMLHttpRequest(); this.response = ''; //to contain the response text...
25
2772
by: meltedown | last post by:
This is supposed ot be an example: http://www.ajaxtutorial.net/index.php/2006/11/30/simple-ajax-using-prototype-part-2/ It says : This example is probably the simplest example you will ever find. We are going to use the prototype feature ‘ajax.Updater’ (see part one for more details on prototype).
13
2034
by: Karl | last post by:
Hi all. I've recently rebuilt my Vista Ultimate workstation with Visual Studio Team Developer edition. Ive also put on the SQL Server 2005 tools and it's fully patched. I was building a web application in VS before the rebuild and I've just come to do some work on it, and it has reminded me that I need to install Ajax 1.0 again as I...
3
4311
by: nuchphasu | last post by:
Hi I have a problem on Dropdownlist that connect database and retrieve data by Ajax.I write javascript like this ------------------------------------------------------------------------- function ManageYear_onchange(machinetype) { var iManageYear=document.forms.ddlManageYear.selectedIndex; var...
6
5130
by: =?Utf-8?B?U2hhd24gU2VzbmE=?= | last post by:
Greetings! I was researching AJAX to provide a solution to displaying status messages while a long process executed. I found several examples online and was able to use their code to get a quick application working. However, when attempting to implement the solution, the AJAX calls weren't updating the screen like the examples were and...
2
2263
by: KBS Tours Development | last post by:
Hi, I've deployed latest release on production with new AJAX functionality but the server posts back completely and toolkit functionalities are not working at all like calendar etc. Here is what I've done and what I have 1. Installed AJAX on production 2. Rebooted and no errors are thrown but doing complete postback
4
5350
by: Peter | last post by:
ASP.NET I have an application which use ASP.NET Autocomplete extender which works great. But I have a question how to update all the fields on the screen using Ajax. Users starts typing in a text field which causes the Autocomplete extender to display 10 like items, after the users selects an item (which is a key in the database) I want...
1
2041
by: Mark B | last post by:
This is my first try at using AJAX. I want the calendars to be enabled if the user checks CheckBox1. It works OK for a normal all page refresh but once I introduced the AJAX code it stopped working. Any ideas? <%@ Page Language="VB" AutoEventWireup="false" CodeFile="default-ajax.aspx.vb" Inherits="pages_verify_groups_Default" Debug="true"...
7
6646
by: RichB | last post by:
I am trying to get to grips with the asp.net ajaxcontrol toolkit, and am trying to add a tabbed control to the page. I have no problems within the aspx file, and can dynamically manipulate a tabcontainer which has 1 panel already, however I want to try create the TabPanels dynamically. I followed the advice here: ...
4
11702
by: Peter | last post by:
ASP.NET 2.0 I have an AutoCompleteExtender which works fine- I am using name, id pair in the WebService , but what I am trying to do is: once the user selects an item from the AutoCompleteExtender I want to automatically retreive data from the database and populate the fields on the screen. How do I trigger a server side event after the...
0
7923
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8216
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8349
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7974
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8221
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6629
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5719
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3845
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2364
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.