Buzzsaw Forum Archive
Welcome to Autodesk’s Buzzsaw Forums. Share your knowledge, ask questions, and explore popular Buzzsaw topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ASP/VB Script

1 REPLY 1
Reply
Message 1 of 2
dlorenz
1795 Views, 1 Reply

ASP/VB Script

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"

%>



1 REPLY 1
Message 2 of 2
Anonymous
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" > > %> > > > >

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report