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
Useful Links
Monday, January 28, 2008
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"
before uploading:
path conventions
Server.MapPath("\abcsitename\registration")&"\xyz.xml"
after uploading:
path conventions
Server.MapPath("\registration")&"\xyz.xml"
Subscribe to:
Posts (Atom)