Using AutoCAD in internet based App
I have a program in AutoCAD VBA. I want to use the same program through web application. My aim is to keep the program on the server which can be accessed by users anytime, anywhere in the world.
Is there any way I can achieve this. If yes, where can I get API help.
Re: Using AutoCAD in internet based App
AutoCAD can't run that way, at least not for free. Autodesk has a version that runs on their servers and they rent you resources. The api is called Forge and is .NET based. You can find out more at the AutoCAD Developer Center. If you upgrade your AUGI membership to professional, you get free membership to Autodesk Developer Network, ADN.
Re: Using AutoCAD in internet based App
Thanks Ed for quick reply. I will check on Autodesk Forge and related things. Thanks for giving me a direction.
Re: Using AutoCAD in internet based App
Thank you for your help. I'm looking for something like that
Re: Using AutoCAD in internet based App