I have created 3 methods for "Reading data from DB", "Data Transfer" and "Insert to another DB" in .net web service. My question is how to returning the status(custom message) of each methods to requested client? eg: While Method one is running, client status has to display like "Reading Database processing". While second method is running, has to display like "Reading Database completed. Data transfer processing." Is it possible? or is there any alternative solution?
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...