M
matt vaughn
I have been researching something similiar to this for applications using the new Callback. There are (2) JavaScript methods that used by this mechanism and really handled by the WebResources.axd handler.
In my case I get WebForm_InitCallback() and WebForm_DoCallback() - - > "Object expected" errors.
The only way I get it to work is to:
1. go to the IIS console
2. right-click the site and select Properties
3. Click on the "Configuration" button
4. Select the .axd Extension and click Edit
5. Uncheck the box "Check that file exists".
In addition:
1. restart IIS
2. dump any Temporay Internet files from the browser Tools | Options
3. I even clear the Tempary ASP.Net files from the Framework directories.
In my case I get WebForm_InitCallback() and WebForm_DoCallback() - - > "Object expected" errors.
The only way I get it to work is to:
1. go to the IIS console
2. right-click the site and select Properties
3. Click on the "Configuration" button
4. Select the .axd Extension and click Edit
5. Uncheck the box "Check that file exists".
In addition:
1. restart IIS
2. dump any Temporay Internet files from the browser Tools | Options
3. I even clear the Tempary ASP.Net files from the Framework directories.