Link to home
Start Free TrialLog in
Avatar of jglazer63
jglazer63

asked on

Web Developer Express Security

Is it possible to define a user somehow such that they can log in and edit content only on a ASPX page without the chance of them screwing the code-behind or any of the templates?
Avatar of aibusinesssolutions
aibusinesssolutions
Flag of United States of America image

No, but you can compile your code behind in to a DLL, and then publish the project to another location that you can let the other user work on it.  They will only see the aspx pages, and a .dll file in the bin folder, no code behind files.
Avatar of jglazer63
jglazer63

ASKER

how do you go about doing this?
ASKER CERTIFIED SOLUTION
Avatar of aibusinesssolutions
aibusinesssolutions
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial