M
Metal2You
I have a couple of web servers running Windows Server 2003 Web Edition.
I'm using the Load Balancing Manager to load balance these two
machines in a server farm. Static content and .asp pages work without
any problems.
I enabled the ASP.NET 2.0 Web Service extension and I can browse to my
..aspx page. When I try to invoke the IsRunning method (a method that
does nothing other than "return true;") vis http post I get an Error
500.
I've turned off custom error messages, and added HttpPost as an
accepted protocol in the web.config. The IsRunning method works on my
XP development machine, but fails like this on the Server 2003
machines.
I even un-installed and re-installed ASP.NET using aspnet_regiis.exe.
Anybody got any ideas for me??
I'm using the Load Balancing Manager to load balance these two
machines in a server farm. Static content and .asp pages work without
any problems.
I enabled the ASP.NET 2.0 Web Service extension and I can browse to my
..aspx page. When I try to invoke the IsRunning method (a method that
does nothing other than "return true;") vis http post I get an Error
500.
I've turned off custom error messages, and added HttpPost as an
accepted protocol in the web.config. The IsRunning method works on my
XP development machine, but fails like this on the Server 2003
machines.
I even un-installed and re-installed ASP.NET using aspnet_regiis.exe.
Anybody got any ideas for me??