I have a service that generates XML files every 10 seconds with server information. I am seeking a solution to showcase this data on a webpage.
After researching online, it appears that utilizing AJAX would be beneficial as it permits the loading of dynamic content in the background.
I am unsure about how to implement AJAX. Should I integrate an ASP.NET website into my Visual Studio project? Or should I explore using JavaScript and AJAX in software like Dreamweaver?
Given my limited programming experience, mostly in VB.NET, any guidance or assistance would be greatly appreciated!