Yep,
I´m running IIS8 under Widnows8(server) and I having some problems. The server is using an application(Upload/Download), that it was running good in an old server. Now that I made a server change and after making some adjust to make it work, things are going wrong, well sometimes.
That´s kind unconfortable, the Download system works great, it´s just the upload system that is making troubles.
XML Parsing Error: no element found --> at the beginning that was the problem and I serach and search, but nothing help.
So, until my surrender, I don´t know why, I just change the binding (default was *:80 so i add anIPaddresse:80 both http) and after that the Application start working, great!
Until I found that the application sometimes works, and sometimes i get XML Parsing Error: no element found like if nothing was uploaded, but if I open the Temp folder, where the file is saved, I see that the file exist.
How can I fix that? If it start working, why suddendly don´t? XML Parsing Error: no element found mean a lot of things, there is a log file in wich I can really see what is the real problem?
The old server was a windows server 2003, and the new one is like I say, Windows8 64bits with IIS8. The application is using the ClassicPool Net 4, the old one was using the Net2.
I really appreciate some help.
Just another thing(I don´t want to open an extra topic for this): It is normal that if I try to run my website from the server and I write localhost/web and my website is visible, but if I write the real address www.mywebsite.com then Chrome say that the website it can´t be open..?
Thanks for read, I hope someone can show me the way to fix it..