I am creating a XML file which I want to return to the user, when the user goes to a specified location. I have thought of something like:
return new FileStream("questions.xml",FileMode.Open);
Is this the proper code, or how would you return a file?
1 Answer