Useful Links

Monday, January 28, 2008

Change File/Folder permissions on godaddy web server

Following is the process to set up permissions on a godaddy account:

Login using your user name/account number and password
Click on My Account
Click on Hosting Account List
Click on Open (the web hosting package you want to open)
Scroll down to content and Click File Manager
Select the domain folder you want to set permissions for and click permissions button on the upper control bar
Set the required permissions and click OK

Friday, January 25, 2008

XML Path Conventions

using xml files:
before uploading:
path conventions

Server.MapPath("\abcsitename\registration")&"\xyz.xml"

after uploading:
path conventions

Server.MapPath("\registration")&"\xyz.xml"