Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > ajax in iis7.0 not work

Reply
Thread Tools Display Modes

ajax in iis7.0 not work

 
 
newkgb
Guest
Posts: n/a

 
      03-28-2008
hi
my system is vista and i use iis7.0 for my test website.
but my ajax project not work, ? please tell me why
 
Reply With Quote
 
 
 
 
Erwin Moller
Guest
Posts: n/a

 
      03-28-2008
newkgb schreef:
> hi my system is vista and i use iis7.0 for my test website.
> but my ajax project not work, ? please tell me why


Hi,

Are you sure your IE runs JavaScript?
Make a minimal page with:

<html>
<head>
<script type="text/javascript">
alert('HI!');
</script>
</head>
<body>bla</body>
</html>

Does that say Hi on loading?

If it does, your Javascript is enabled, and chances are the Ajax code of
your page in question sucks.
Impossible to tell without more information.

Regards,
Erwin Moller
 
Reply With Quote
 
tarun_ricm
Guest
Posts: n/a

 
      09-03-2008

i am also having the same problem.
The ajax is working properly on IIS 6.0 but the same thing is no
working on IIS 7.0. I am using AJAX.dll
I have copied the same dll in bin folder and in web.config
i am suing

<httpHandlers
<add verb="POST,GET" path="ajax/*.ashx
type="Ajax.PageHandlerFactory, Ajax"/

</httpHandlers> in <system.web> tag

--
tarun_ricm
 
Reply With Quote
 
Mick Murphy
Guest
Posts: n/a

 
      09-03-2008
tarun_ricm wrote:
> i am also having the same problem..
> The ajax is working properly on IIS 6.0 but the same thing is not
> working on IIS 7.0. I am using AJAX.dll.
> I have copied the same dll in bin folder and in web.config
> i am suing
>
> <httpHandlers>
> <add verb="POST,GET" path="ajax/*.ashx"
> type="Ajax.PageHandlerFactory, Ajax"/>
>
> </httpHandlers> in <system.web> tag.
>
>


How is this a Vista problem? This is an IIS7 issue. Maybe, you need to
post to MS.Public.Inetserver.IIS and/or since you're mentioning the
*Bin* folder, you need to post to a MS.Public.dotnet.framework NG where
there would be users dealing with Ajax and IIS7.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
IIS7 problem Jay Windows Vista General Discussion 0 06-11-2007 09:43 PM
iis7 and php intclass Windows Vista Installation 0 09-19-2006 01:30 PM
Problems with IIS7 DRH Windows Vista General Discussion 0 09-09-2006 06:18 PM
Re: IIS7 and ASP.NET Steve Drake Windows Vista General Discussion 0 03-14-2006 04:07 PM
IIS7, WAS, Vista 5308 Nathanial Woolls Windows Vista General Discussion 11 02-27-2006 11:04 PM



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 58 59