Monday, March 26, 2012

Ajax Toolkit Issues...

Hi,

i've been using ASP.net AJAX (and Atlas) for awhile and now i wanted to upload it to my site.

So, I wrote some sample Ajax app the uses the toolkit - just to see if it works at my website hoster.

First we had to install the extensions (10x for my hoster to be so nice - he installed it real quick for me)

So, all Ajax extensions works...

Now i've added just a watermark to a textbox... works greate at my dev enviroment but... nothing at my hoster/website.

it's not working, and i don't even see an error... it's like i didn't even added it...

Please, HELP!

Try view source on both versions to see if you can tell what's different in the version from from your hosting site.

Well... at the problematic site the script tags are:

<script src="http://pics.10026.com/?src=http://forums.asp.net/WebResource.axd...

at the working site the script tags are:

<script src="http://pics.10026.com/?src=http://forums.asp.net/ScriptResource.axd...

and i have:

<addverb="GET"path="ScriptResource.axd"type="Microsoft.Web.Handlers.ScriptResourceHandler"validate="false"/>

at my web config...

any clue?!?!

Thanks,

Amit


Then ASP.NET AJAX isn't configured properly. If you've followed their release notes, then you'll probably want to ask this question on their forums. One thing is to make sure you've modified the web.config correctly - there are now sections for IIS6 and IIS7 and maybe you modified the wrong one?


Speaking of which, see the last post here for what I was talking about:http://forums.asp.net/thread/1482249.aspx

No comments:

Post a Comment