Sunday, March 11, 2012

2 errors when trying to use AJAX AutoCompleteExtender

Hello ,

Have you tweaked machine.config?
Is this a ported 1.1 app?
Are you accessing any external assemblies which are hosted outside of your IIS web root?
Does the user your app pool is running under have Read & Execute, List and Read permissions to the framework dir and full control to the temporary asp.net files directory under that (yes, I know it shouldn't be needed in precompiled apps) and full control to %TEMP%?
Is any type of authenication turned on?

you can get this error when you set IIS to a network or shared drive instead of the root drive or directory.

Go into IIS and then into the properties of the web site you are working on and select the Home Directory tab.

Choose:

When connecting to this resource, the content should come from:

2) A directory on this computer

Browse for the folder holding your website on the actual drive it is located on and select it.

This will update the location of the web.config file on the ASP.Net tab and will resolve correctly.

I hope this helps!

visit the site

http://www.15seconds.com/issue/040121.htm

and check


Thanks. These issues now seem to be resolved and there are no errors but the autocompleteextender just doesn't work at all??

No comments:

Post a Comment