The setup instructions (accessDB) requests a drive letter in line 10 of "blog.asp" in order to complete the drive path.
This was not a problem when I hosted my sites on my servers at home but now how do I get the drive letter or create a path to a virtual drive to get BPblog working on godaddy (windows hosting server)
thanks
james
It's easy. Just create a file called test.asp and put this code in it:
<h2>
Additional Info </h2>
<p><strong>IP Address:</strong> <%= Request.ServerVariables("REMOTE_ADDR") %><br />
<strong>Browser:</strong> <%= Request.ServerVariables("HTTP_USER_AGENT") %> </p>
<TABLE border="0" align="center" cellpadding="0" cellspacing="1" class="tabledisplay">
<TR>
<th>Server Variable</th>
<th>Value</th>
</TR>
<% For Each Item In Request.ServerVariables %>
<TR>
<TD><%= Item %></TD>
<TD><%= Request.ServerVariables(Item) %></TD>
</TR>
<% Next %>
</TABLE>
Put this file in your blog folder and then run it in your browser and it'll tell you the drive letter and path to the file itself and this should be good enough to figure out the path to your db.
Look for
APPL_PHYSICAL_PATH.