A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: ASP offline

  1. #1
    Junior Member
    Join Date
    Nov 2001
    Posts
    2
    I'm trying to use ASP OFFLINE to read and write to text archive or Acces database. I’m needing simple samples to understand the process.

  2. #2
    You need a webserver to run ASP.
    To do it offline,you allso need a running webserver, but st the server to IP: 127.0.0.1 (localhost)

    You can also revert to stabdalone VBScript. wich dont need a webserver, but need Windows Script Host.
    It is installed in windows by default from win98 and up.

    If you dont have it, then check http://msdn.microsoft.com/scripting for the latest version.

    A standalone VBScript, contains VBScript, just like you use it in your ASP files, exept that it will run as a standalone 'program'. It also supports some extra features, native to WSH. Mostly system management features. These WSH files are specially designed to replace the old DOS-batchfiles, and can do all the functions that batch files could, and more.

    You can also use a .wsh file.this is the same principle as a .vbs file, only this one can contain many kinds of script languages. It is based on an XML style layout to perform certain 'jobs'. You can use javascript, Perlscript,vbscript all in the same file.

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

HTML5 Development Center