Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an ASP.net application hosted through GoDaddy and right now I have only one login that will take me to the root dir.

I need to give access to different people to go in to different directories to do certain tasks and wondering how I can manage the folder login? Each one has to update certain files in certain folders...
Posted

1 solution

This doesn't seem like a programming question so much as a question for GoDaddy.

If they're hosting it, then they're the only ones that can control the access to the files.

You'll need to ask them, or you'll have to act as the central manager and have them send you the files for you to update.

Or, write your own program to give them the specific access. You can set the program up so that each user has a unique user name and password and have different abilities. Then, that program can use your GoDaddy login and password to update the files. But, you'd also have to see if you can update the files on GoDaddy programmatically like that.
 
Share this answer
 
Comments
mina mathew 5-Jun-10 17:05pm    
Thanks for your response! The programming is done in such a way they they can update certain files and stuff, but to load the images I need to give access to the server and that is where I am having problem. When I talked to GoDaddy they have only one login that will take to root dir.

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

  Print Answers RSS


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