P
Phil Johnson
Hi,
We have an asp.net web application with an .ashx handler that is called from
javascript from the same web app.
We used to run the web app on one server and the ashx calls from the
javascript running in the client browser worked fine.
Now we have another server with the application on it and the two servers
are running in a web farm.
The .ashx handler calls from the client are now intermittently getting
access denied errors.
Could this be down to the page being served from one server and the calls to
the ashx handler going to a different server on the farm? if so, is there a
resolution? If not, does anybody know what the issue could be?
--
Regards,
Phillip Johnson (MCSD For .NET)
PJ Software Development
www.pjsoftwaredevelopment.com
We have an asp.net web application with an .ashx handler that is called from
javascript from the same web app.
We used to run the web app on one server and the ashx calls from the
javascript running in the client browser worked fine.
Now we have another server with the application on it and the two servers
are running in a web farm.
The .ashx handler calls from the client are now intermittently getting
access denied errors.
Could this be down to the page being served from one server and the calls to
the ashx handler going to a different server on the farm? if so, is there a
resolution? If not, does anybody know what the issue could be?
--
Regards,
Phillip Johnson (MCSD For .NET)
PJ Software Development
www.pjsoftwaredevelopment.com