Skip to main content

asp.net - Upload image to webserver using asp fileupload control -


i developing web application in asp.net using language c# in code-behind. trying upload image using file upload control web server. using using windows server have parallels plesk 9.5.4. code works in localserver, when host application, error message "permission denied httpdocs/images/xyz.jpg" shows.

i want upload image file web sever location "httpdocs://images/". there way solve problem? or how can set permission directory in plesk panel? in advance.

asp.net - upload image webserver using asp fileupload control - stack overflow

learn, share, build

each month, on 50 million developers come stack overflow learn, share knowledge, , build careers.

join world’s largest developer community.

sign up

i developing web application in asp.net using language c# in code-behind. trying upload image using file upload control web server. using using windows server have parallels plesk 9.5.4. code works in localserver, when host application, error message "permission denied httpdocs/images/xyz.jpg" shows.

i want upload image file web sever location "httpdocs://images/". there way solve problem? or how can set permission directory in plesk panel? in advance.

share|improve question
    
as error message indicates error due permission level. give permission work. – waqar janjua jul 7 '12 @ 9:27
1  
you might having read permission on locaiton. change read , write asp.net , network users. wll solve issue. – jsj jul 7 '12 @ 9:33
    
@jodha: cant find group or user named asp.net or network. there permission admin, or user of plesk. have idea, how can add asp.net user in there? – nightfire001 jul 7 '12 @ 9:38
    
aspnet_regiis . have @ msdn.microsoft.com/en-us/library/k6h9cz8h.aspx – waqar janjua jul 7 '12 @ 9:46
    
look @ these links asp.net/mvc/tutorials/deployment/… – jsj jul 7 '12 @ 11:24

your answer

 
discard

posting answer, agree privacy policy , terms of service.

browse other questions tagged or ask own question.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -