I have created a RESTful POST web service in ASp .net C# with IIS hosting the service.
My service accepts an XML file as input and when the size exceeds 65KB I get the following error message:
The remote server returned an error: (400) Bad Request.
my question is two fold, first is there a default limit set by the IIS server for POST requests and secondly how can I update this?
Many Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…