PDA

View Full Version : asp blog with text file?


startbar
04-11-2008, 02:12 PM
Hello,

Ive been looking for an ASP blog script - used the usual hotscripts.com etc the problem is most of them use access database for storing data and i cannot find my absolute path and get it working.

Im hosted with fast hosts and ive tried to contact them about finding the absolute path but they are really unhelpful..

fasthosts give an example - \\FASTHOSTS29\domains\b\bobsdomain.co.uk\user\htdocs

but doesnt this need a c:/ or e:/ etc before it??

Help! thanks

plus could anyone recommed a free asp msaccess blog

thanks

Whatever Jr.
04-11-2008, 02:19 PM
Nope, you don't need a drive letter. Try using server.mappath()

HTH, Tom