Click to See Complete Forum and Search --> : App.path idnt working


pelegk1
11-15-2003, 12:36 PM
why when i use : App.path
i get an error : Object required: 'App' ???
my page is an asp that defind :
<%@ Language=VBScript %>


thanks in advance
peleg

rdoekes
11-15-2003, 02:25 PM
App is a Visual Basic object and is not recognized by ASP standard. Therefore, it does not recognize the object

pelegk1
11-15-2003, 02:28 PM
thanks