• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Autodesk Buzzsaw Developer

    Reply
    New Member
    Posts: 1
    Registered: ‎12-08-2004

    ASP/VB Script

    115 Views, 1 Replies
    12-08-2004 01:48 PM
    I tried very simple code to login which works fine in VB, but not when I try it in an ASP app. Any ideas why?

    <%@ Language=VBScript %>








    <%

    set projPtObj = CreateObject("ProjectPointClient.PPSession")
    projPtObj.LogIn "USERNAME", "PASSWORD", "https://webfolders.buzzsaw.com/SITE"

    %>



    Please use plain text.
    *john bartak

    Re: ASP/VB Script

    01-05-2005 09:13 AM in reply to: dlorenz
    Are you still having this problem? When you say it doesn't work, do you get some sort of error message? "danclorenz" wrote in message news:30323552.1102542554402.JavaMail.jive@jiveforum1.autodesk.com... > I tried very simple code to login which works fine in VB, but not when I try it in an ASP app. Any ideas why? > > <%@ Language=VBScript %> > > > > > > > > > <% > > set projPtObj = CreateObject("ProjectPointClient.PPSession") > projPtObj.LogIn "USERNAME", "PASSWORD", "https://webfolders.buzzsaw.com/SITE" > > %> > > > >
    Please use plain text.