I made a .NET dll and put it in system32 folder and RegAsm it in a win2003 server.
One of the API of this dll is to create a file in c:/ folder. And when I call this API from a classic ASP script, always get this error
System.IO.__Error.WinIOError
So the dll or asp process does not have the sufficient access privilege? How to give it the write access?
Thank you
[Edit] The dll is called in an ASP page, running in a browser.
[Edit] Anyone can help?