
ASP.NET
Embedding ASP.NET Server Variables in Client JavaScript
Introduction As a web administrator; I used to deploy the web applications changes on the production server, two days ago I have stayed about 6 more hours than my normal working day, me and our developers trying to solve a problem that appears when we tried to deploy a new feature in our application that allow the online users to write articles and upload photos on a specific folder on the server. The problem starts with this error when we tried to test the application to upload an image file. Access to the path "d:\visitorsUpload\Vu01.jpg" is denied Exception Details: System.UnauthorizedAccessException: Access to the path "d:\visitorsUpload\Vu01.jpg " is denied. I have made sure that all the permissions on this folder are on the right place, ASPNET Account will have read-write permissions and the iuser_machinename will have Read, the virtual directory of that folder will have read.

