VisualStudio 2008 and AJAX problem when using IIS

VisualStudio 2008 and AJAX problem when using IIS

am 01.02.2008 16:29:07 von maflatoun

Hi guys,

On my work computer I had VisualStudio 2005, AJAX 1.0 and AJAX
toolkit
installed. 2 days ago I installed VisualStudio 2008 and every AJAX
test that I do (IIS), does a postback. When I open my test web
application using File System which uses the .NET server
(http://localhost:4791/AjaxTest2/) it works. However, when I open my
files by using IIS (http://localhost/AjaxTest2/), my application runs
fine except it does a post back every time (not really AJAX).


BTW, view source shows me the JS required for AJAX.


Any idea why my AJAX calls in IIS fail? Do I have to update anything
else on my computer?


Thx
Maz

Re: VisualStudio 2008 and AJAX problem when using IIS

am 01.02.2008 17:46:05 von maflatoun

On Feb 1, 10:29=A0am, mazdotnet wrote:
> Hi guys,
>
> On my work computer I had VisualStudio 2005, AJAX 1.0 and AJAX
> toolkit
> installed. 2 days ago I installed VisualStudio 2008 and every AJAX
> test that I do (IIS), does a postback. When I open my test web
> application using File System which uses the .NET server
> (http://localhost:4791/AjaxTest2/) it works. However, when I open my
> files by using IIS (http://localhost/AjaxTest2/), my application runs
> fine except it does a post back every time (not really AJAX).
>
> BTW, view source shows me the JS required for AJAX.
>
> Any idea why my AJAX calls in IIS fail? Do I have to update anything
> else on my computer?
>
> Thx
> Maz

Never mind.. I resolved this issue by removing mode=3D"Legacy"/> from my web.config