Results 1 to 2 of 2

Thread: Compiling to ASP or ASPX

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2001
    Posts
    95

    Compiling to ASP or ASPX

    Hi,

    Is it possible to compile my prog to ASP or ASPX so I could run it from my web server? Can I do it from VB6 or do I need .NET?

    Many thanks,

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Compiling to ASP or ASPX

    You can't use VB6, and you cannot create the same kind of program either (instead you can only create web pages - part of which can be created by your code).

    For ASP you can use VBScript, which is similar to VB6.

    For ASPX you need to use a .Net language.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width