asp.net - Error when uploading file? -
i have asp.net
application hosted on brinkster
. running smoothly before, 1 day got error when opening connection ms access database
. tried impersonate = "false"
in web config
. , problem resolved new problem started. not able upload image in folder in application. if remove impersonate= "false"
or add impersonate="true"
giving previous error on opening connection. asp.net
user has full permission.
do has idea?
it related permission of folder uploading. need give permission of application pool identity user. change application pool of iis network service. resolve error.
if don't have rights change application pool rights. try thing below.
<identity impersonate="true" username="network service"/>
Comments
Post a Comment