Hi all,
I have developed an web application using Asp.net ( .Net Framework 3.0). In this application I have created a folder in the application directory. This folder contains an xml file to read and write data. when I tested this application in my local machine I can read and write data. But, when I deployed in IIS Ver5.1, I can read the data but when I try to write data in xMl file i could not.
So, I hope this problem is in IIS. I gave the write permission to my application folder in IIS.
or Is there any steps to do that?
How to give write text file persmission in IIS Ver5.1?
Thanks