How to change temporary file creation path
We have a windows 2003 server terminal server where we want to develop and run a C# windows forms application. We donât have access to this path âC:\WINDOWS\Microsoft.NET\Framework\v1.1.4322â because c drive is blocked for security purpose. That is why we get error âAccess to temporary file creation deniedâ when compiling C# class file. Whereas we have access to
H drive where we have to direct temporary file creation. Tell me some way to create temporary file in H:drive or other drives where there is access.
|