Useful Links

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"

No comments: