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

Re: When posting file to IIS on Win2003 - (500) Internal Server Error by jeff

jeff
Sun Aug 07 08:58:25 CDT 2005

On Sun, 7 Aug 2005 20:12:12 +0800, "Rabbit" <a@a.com> wrote:

>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"


You need the real error:

http://www.aspfaq.com/show.asp?id=2109

Jeff


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


Re: When posting file to IIS on Win2003 - (500) Internal Server Error by Rabbit

Rabbit
Sun Aug 07 11:35:10 CDT 2005

Thanks for the information!

"Jeff Cochran" <jeff.nospam@zina.com> wrote in message
news:42f61312.689238781@msnews.microsoft.com...
> On Sun, 7 Aug 2005 20:12:12 +0800, "Rabbit" <a@a.com> wrote:
>
>>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"
>
>
> You need the real error:
>
> http://www.aspfaq.com/show.asp?id=2109
>
> Jeff
>
>
>>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
>>
>>
>