Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Aysel Kaya   on Nov 15 In Asp.net Category.

  
Question Answered By: Hilma Miller   on Nov 15

Your page is running under the aspnet account for the aspnet_wp process, you
can either add that account to the folder you are trying to access or use
impersonation add the following to your web,config (<!-- Enabling
Impersonation-->

<identity impersonate="true" />) and allow the appropriate permissions
to the folder.



That line in your web.config will make the user viewing the page run the
aspnet_wp process i.e.



If carlosm hits your page the process aspnet_wp will run under carlosm sec
credentials

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Directory Permission Or get search suggestion and latest updates.


Tagged: