You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to u229 Community Support
Active Server Pages error 'ASP 0126'
Include file not found
it gives me this and on the bottom
The include file 'http://......my path/ASPCalendar/aspcalendar_routines.asp' was not found.
but if i take that path and past it in my browser it finds it??
any sug?thx
postm...@u229.no
unread,
Sep 21, 2005, 10:09:14 AM9/21/05
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to u2...@googlegroups.com
Hi. Are you using http in this file path?? It should be like
<!--#include file="aspcalendar_routines.asp"-->
if this file is in the same folder as the calling file. If not you need
the file path from the root folder on your web server. If you print this:
Response.Write Server.MapPath(".")
you should get something to work with.