This is want I need to do:
compare 2 directory structures on 2 servers and report any changes
this is what I think I need to do:
generate 2 XML files and then compare them
the first bit is easy I can generate XML files but it seems that comparing XML files is very serious stuff...
Also I need to use ASP to do it. Can I somehow load XML file to ASP structure or variable and then use ASP to compare them ???
Any help will be greatly appreciated
compare 2 directory structures on 2 servers and report any changes
this is what I think I need to do:
generate 2 XML files and then compare them
the first bit is easy I can generate XML files but it seems that comparing XML files is very serious stuff...
Also I need to use ASP to do it. Can I somehow load XML file to ASP structure or variable and then use ASP to compare them ???
Any help will be greatly appreciated