I had develop a web application use for SCADA project. There is a part that the app needs to send XML data to XML site for client's reference. When I do testing using IIS Express VS everything work fine, but problems come when I run with IIS LocalHost.
It can't send XML data to XML site. Besides, both IIS integration with database work fine. What cause this happen?
Moved byCoolDadTxMonday, July 8, 2019 2:05 PMASP.NET related
Your question on IIS is better asked in the
IIS forum.
However, you're advised in include any exception/error code/message you received in the app, or in intercepted traffic (with debugging proxy like
Fiddler)
What kind of problems? What happens or better what doesn't? Any kind of exception?
First thought when reading your question was 'possibly IIS doesn't accept handling XML'. Checked this already? Simple way to test: add a very basc xml-file to your web project, start project and try to access the xml via browser