Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote Scripting problem
Message
From
16/02/2000 12:05:12
 
 
To
14/02/2000 14:41:43
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00331698
Message ID:
00332944
Views:
13
>>If your paths or correct try RSEnableRemoteScripting. I think its case sensitive. I hate java!
>>
>>Jeff
>
>I'll be.. that was it. Thanks.
>
>Now I have a problem with the server side asp not exposing the properties and methods of my VBScript class (what a pleasant surprise it was when I found out VBScript 5 has support for classes). The client .htm reports that it successfully created an object out of my page but I cannot access its properties and methods. I know the class works because I've tried it without the remote scripting stuff.
>
>I get an "Object does not support this property or method" error. Any help will be appreciated! On the server asp I have:
>
><%@ Language=VBScript %>
><%
>Class myClass
>   Public Function myMethod()
>      myMethod = True
>   End Function
>End Class
>
>Set public_description = New myClass
>RSDispatch
>%>
><!-- #INCLUDE FILE="_ScriptLibrary/RS.asp" -->
For anyone following (doubt it), I upgraded to the latest version of remote scripting and that made it work. You can download from http://msdn.microsoft.com/scripting
Previous
Reply
Map
View

Click here to load this message in the networking platform