views:

52

answers:

0

Literally yesterday an application I am developing does not post any form inputs and instead using HttpFox watch tool I am seeing the following as the POST data.

Content-Type: application/x-www-form-urlencoded
Content-Length: 0

When running the application locally with ASP.NET development server I cannot post the form using any browser including Firefox, Chrome and IE8. When running the application remotely on our web server (IIS7) I still cannot post the form either with these browsers on any PC here at HQ. When connected to a remote Server 2008 OS machine) and we open the application on it's IE8 browser the form does post?

Help! -Az