In on asp.net app, I used code below to save data into a file which is located at one file server:

objXmlDoc.Save("\\order\\monthorder\\allorder.xml"))

I got an error message said "permission denied"

How to tell network admin to set write permission for it? What account should be used for asp.net app to save data?