Dear all,
My application contains 2 parts(Server and Client), the server side is
having a ASP.net page as listener for client side to post file
The Client side is a .net window form application which allows user to post
a list of files(.xml, .jpg) to the server
This coding was working perfect on WinXP and Win2000 server platform, but
now when I use the same architecture on our new Win 2003 Server, the server
always return error - "(500) Internal Server Error"
So I wonder anyway to find out what was the problem of setting ASP.Net on
Win2003 Server's IIS?
I have already tried following:
*) Restarting ASP.Net (with "aspnet_regiis.exe -i")
*) Check the web site has same configure as my previous production server
(Win2k)
*) Installed Win 2003 service pack 1
Best Regards,
Keith