Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have one application developed in asp.net 2.0 in which i developed one form which encrypts and decrypts web.confog connection strings using ASP classes.it works fine in testing envoirement but it gives this error "" while using in production server.On Production server we have given Read/Write permissions to "EveryOne" user for this file but still its causing this issue.
Any guidlines?
Posted

1 solution

You must ensure the IIS_User aacount has access to any files, not the everyone user. This should have been set already when IIS was installed so you may have another issue, however without knowing what error you are actually getting it's difficult to tell
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900