Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Ajax working on dev server not on ie

Reply
Thread Tools

Ajax working on dev server not on ie

 
 
Bill Gower
Guest
Posts: n/a
 
      08-06-2007
I have a webapp that uses the AjaxControlToolkit. 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


 
Reply With Quote
 
 
 
 
George Ter-Saakov
Guest
Posts: n/a
 
      08-06-2007
"Does not work" is pretty vague term.
Suggestion: Rephrase your question and be more specific.

George




"Bill Gower" <> wrote in message
news:...
>I have a webapp that uses the AjaxControlToolkit. 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
>
>



 
Reply With Quote
 
 
 
 
Bill Gower
Guest
Posts: n/a
 
      08-06-2007
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-> wrote in message
news:%...
> "Does not work" is pretty vague term.
> Suggestion: Rephrase your question and be more specific.
>
> George
>
>
>
>
> "Bill Gower" <> wrote in message
> news:...
>>I have a webapp that uses the AjaxControlToolkit. 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
>>
>>

>
>



 
Reply With Quote
 
Bill Gower
Guest
Posts: n/a
 
      08-06-2007
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" <> wrote in message
news:%...
> 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-> wrote in message
> news:%...
>> "Does not work" is pretty vague term.
>> Suggestion: Rephrase your question and be more specific.
>>
>> George
>>
>>
>>
>>
>> "Bill Gower" <> wrote in message
>> news:...
>>>I have a webapp that uses the AjaxControlToolkit. 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
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Bill Gower
Guest
Posts: n/a
 
      08-06-2007
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" <> wrote in message
news:%...
> 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" <> wrote in message
> news:%...
>> 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-> wrote in message
>> news:%...
>>> "Does not work" is pretty vague term.
>>> Suggestion: Rephrase your question and be more specific.
>>>
>>> George
>>>
>>>
>>>
>>>
>>> "Bill Gower" <> wrote in message
>>> news:...
>>>>I have a webapp that uses the AjaxControlToolkit. 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
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
George Ter-Saakov
Guest
Posts: n/a
 
      08-06-2007
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" <> wrote in message
news:...
>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" <> wrote in message
> news:%...
>> 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" <> wrote in message
>> news:%...
>>> 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-> wrote in message
>>> news:%...
>>>> "Does not work" is pretty vague term.
>>>> Suggestion: Rephrase your question and be more specific.
>>>>
>>>> George
>>>>
>>>>
>>>>
>>>>
>>>> "Bill Gower" <> wrote in message
>>>> news:...
>>>>>I have a webapp that uses the AjaxControlToolkit. 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
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Bill Gower
Guest
Posts: n/a
 
      08-06-2007
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-> wrote in message
news:%...
> 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" <> wrote in message
> news:...
>>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" <> wrote in message
>> news:%...
>>> 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" <> wrote in message
>>> news:%...
>>>> 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-> wrote in message
>>>> news:%...
>>>>> "Does not work" is pretty vague term.
>>>>> Suggestion: Rephrase your question and be more specific.
>>>>>
>>>>> George
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> "Bill Gower" <> wrote in message
>>>>> news:...
>>>>>>I have a webapp that uses the AjaxControlToolkit. 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
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
George Ter-Saakov
Guest
Posts: n/a
 
      08-06-2007
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" <> wrote in message
news:%...
> 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-> wrote in message
> news:%...
>> 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" <> wrote in message
>> news:...
>>>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" <> wrote in message
>>> news:%...
>>>> 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" <> wrote in message
>>>> news:%...
>>>>> 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-> wrote in message
>>>>> news:%...
>>>>>> "Does not work" is pretty vague term.
>>>>>> Suggestion: Rephrase your question and be more specific.
>>>>>>
>>>>>> George
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> "Bill Gower" <> wrote in message
>>>>>> news:...
>>>>>>>I have a webapp that uses the AjaxControlToolkit. 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
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Bill Gower
Guest
Posts: n/a
 
      08-06-2007
I finally got it to work. I rebuilt the web.config file from scratch.

Thanks for your help
Bill

"George Ter-Saakov" <gt-> wrote in message
news:%...
> 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" <> wrote in message
> news:%...
>> 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-> wrote in message
>> news:%...
>>> 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" <> wrote in message
>>> news:...
>>>>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" <> wrote in message
>>>> news:%...
>>>>> 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" <> wrote in message
>>>>> news:%...
>>>>>> 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-> wrote in message
>>>>>> news:%...
>>>>>>> "Does not work" is pretty vague term.
>>>>>>> Suggestion: Rephrase your question and be more specific.
>>>>>>>
>>>>>>> George
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> "Bill Gower" <> wrote in message
>>>>>>> news:...
>>>>>>>>I have a webapp that uses the AjaxControlToolkit. 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
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Caching working on dev station but not on server =?Utf-8?B?R2FicmllbA==?= ASP .Net 0 04-13-2007 11:02 PM
AJAX IDE and AJAX TOOL--The Release of JoyiStar AJAX WebShop 3 Beta minnie Java 1 12-13-2006 06:29 AM
Ideal Laptop for Web Dev and Graphic/Video Dev? ASP General 2 09-18-2005 02:26 PM
/dev/urandom vs. /dev/random Ron Peterson C Programming 21 01-13-2005 09:58 AM
WebService newbie - consuming in multi-tier dev env... (DEV-UAT-PROD) AC ASP .Net Web Services 0 06-12-2004 11:15 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57