ASP.NET 2.0 Error 500

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??
 
M

Metal2You

Hmm, it looks like I get to open another issue with Microsoft tech
support. Oh joy!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top