Hi,
We are using static public methods decorated with 'WebMethod' as our
AJAX implementation. We then use the client-side Sys.Net.PageMethod
approach to invoke the page method.
In the same application, this works fine with the built in web server,
but fails with IIS. In IIS we get a 404 error. The application is in a
subdirectory in IIS, in case that matters. All other ASP.NET
functionality seems to be working fine under IIS and as far as I can
tell, the Web.config is set up properly.
Any tips as to what might be the problem?
thanks in advance.
|