my background is specific to ASP.NET and SQL Server, so this new project of mine is a bit challenging for me.
I have an third party application that I cannot change that updates an XML file. When that XML file is updated, I want to launch a browser ( internet explorer ) with a URL built based on the some of the attributes of the XML file.
I have seen various examples of file watchers, and am not worried about that ( although input from this group would be gladly excepted ).
My question is to what type of project to use? My first thought was to use a service, so the users would not have to worry about it or be able to shut it off, but then I read you don't get a "desktop" when you use a service so I am a bit confused in terms of the direction to take.