Search found 45 matches

by admin
Tue Sep 20, 2005 12:06 pm
Forum: Quick 'n Easy Web Server FAQ
Topic: Type mismatch: 'variable' errors
Replies: 0
Views: 43231

Type mismatch: 'variable' errors

Note that Quick 'n Easy Web Server 3.2 should fix this issue. If Quick 'n Easy Web server reports a Type mismatch error most of the time this is caused by assigning database values to ASP collections. QnE Web Server currently does not support these type of assignments. To work-around this problem, ...
by admin
Tue Aug 23, 2005 5:06 pm
Forum: Quick 'n Easy Web Server FAQ
Topic: How do I write a CGI application in Visual Basic?
Replies: 0
Views: 70005

How do I write a CGI application in Visual Basic?

The CGI feature of Quick 'n Easy Web Server is a very powerfull way of extending the capability of the Web server without actually modifying the server. You can use CGI to run PHP, Perl or even Visual Basic Applications. Follow these links for more information on how to write CGI applications in Vis...
by admin
Mon Aug 22, 2005 9:58 am
Forum: Quick 'n Easy Web Server FAQ
Topic: How can I connect using a browser?
Replies: 0
Views: 38725

How can I connect using a browser?

Type the following in the address box: http://xxx.xxx.xxx.xxx:port where: xxx.xxx.xxx.xxx = your internet IP address. port = the port of the web server (default:80), you can don't have to specify the port if it runs on port 80 If you have enabled SSL (port 443) you must enter: https://xxx.xxx.xxx.xx...
by admin
Mon Aug 22, 2005 9:56 am
Forum: Quick 'n Easy Web Server FAQ
Topic: What is my IP address?
Replies: 0
Views: 39849

What is my IP address?

You'll find your IP address in the help menu under: What is my IP address? Note: The following IP addresses are PRIVATE and not valid for external access to the Web server: 127.0.0.1 (local host) 10.*.*.*.* (class A) 172.*.*.* (class B) 192.168.*.* (class C) 169.254.*.* (Microsoft autonet address ar...
by admin
Mon Aug 22, 2005 9:53 am
Forum: Quick 'n Easy Web Server FAQ
Topic: Users outside my private network can not connect...
Replies: 0
Views: 37196

Users outside my private network can not connect...

1. Make sure you give the users your internet IP address and not a local IP address! See the 'What's my IP address?'. 2. Does your firewall block incoming traffic for this application? Most of the time you'll have to give the server full access to the internet. 3. If you have a router in your networ...
by admin
Mon Aug 22, 2005 9:50 am
Forum: Quick 'n Easy Web Server FAQ
Topic: How do I config the webserver to run PHP scripts?
Replies: 0
Views: 38685

How do I config the webserver to run PHP scripts?

1. Install PHP, you can download it from http://www.php.net/downloads.php 2. Open the configuration of Quick 'n Easy Web Server and select the CGI tab. 3. Click Add, enter PHP for the extension and c:\php\php.exe for the interpreter (c:\php\php-cgi.exe for PHP5). 4. Click OK to save. 5. The server n...
by admin
Mon Aug 22, 2005 9:50 am
Forum: Quick 'n Easy Web Server FAQ
Topic: How do I password protect a folder?
Replies: 0
Views: 36120

How do I password protect a folder?

Quick 'n Easy Web Server supports basic authentication for virtual directories: 1. Open the Virtual Directories page. 2. Click Add and add a enter an Alias for the directory, ie. protected 3. Enter the physical path to the folder on your local computer, ie. c:\webpages\protected 4. Click OK to save....
by admin
Mon Aug 22, 2005 9:49 am
Forum: Quick 'n Easy Web Server FAQ
Topic: How can I customize the HTML error pages?
Replies: 0
Views: 36192

How can I customize the HTML error pages?

Default Quick 'n Easy Web Server displays a simple error message when something goes wrong. However you can customize these error pages and put them in the same folder as the quickweb.exe application. You'll have to name them like this: 401 Unauthorized: error401.html 403 Forbidden: error403.html 40...
by admin
Mon Jun 06, 2005 7:23 pm
Forum: General FAQ
Topic: Download problems?
Replies: 0
Views: 37623

Download problems?

If you are having problems downloading software from my website, it's probably due one of the following reasons: 1. You are using a download manager 2. You are trying to download via a link from another website. 3. Your firewall is blocking referer information. Solution: All the downloads on my webs...
by admin
Sun May 22, 2005 3:46 pm
Forum: Quick 'n Easy FTP Server FAQ
Topic: Information for firewall and router owners
Replies: 0
Views: 51237

Information for firewall and router owners

This section gives some information about how to configure routers and firewalls. These days almost every computer is connected to the Internet using either a router and/or firewall. To be able to run a FTP Server you will need to configure this firewall/router to allow certain ports through to the ...
by admin
Tue May 17, 2005 9:06 am
Forum: Quick 'n Easy Web Server FAQ
Topic: Can I run QnE Web Server as a NT service?
Replies: 0
Views: 39282

Can I run QnE Web Server as a NT service?

Yes, go to: http://www.pablosoftwaresolutions.com/html/quick__n_easy_web_service.html for a version of Quick 'n Easy Web Server that runs as a service. Special features: - Runs in the background even when you're not logged in to Windows. - Uses less system resources and runs faster - Also comes with...
by admin
Tue May 17, 2005 8:58 am
Forum: Quick 'n Easy FTP Server FAQ
Topic: Can I run Quick 'n Easy FTP Server as a NT service?
Replies: 0
Views: 42075

Can I run Quick 'n Easy FTP Server as a NT service?

Yes, go to: http://www.pablosoftwaresolutions.com/html/quick__n_easy_ftp_service.html for a version of Quick 'n Easy FTP Server that runs as a service. - Runs in the background even when you're not logged in to Windows. - Same features as Quick 'n Easy FTP Server - Uses less system resources and run...
by admin
Sat May 07, 2005 7:15 pm
Forum: General FAQ
Topic: Why do your programs not use an installer?
Replies: 0
Views: 36196

Why do your programs not use an installer?

There are serveral reasons why I don't use an installer for my programs: 1. Most of my programs simply do not need it. Just unzip the files and they are ready to run! To uninstall a program remove the unzipped files and it's gone... 2. Installers usually add a lot of overhead to an application (kilo...
by admin
Mon May 02, 2005 9:21 pm
Forum: Quick 'n Easy Web Server FAQ
Topic: Does QnE Web Server run from CDROM or USB stick?
Replies: 1
Views: 56978

Does QnE Web Server run from CDROM or USB stick?

Yes it can. You can even specify your own configuration file at the commandline: For example: quickweb.exe /Config:quickweb.ini (the settings file will be saved in/read from the c:\Windows folder) or quickweb.exe /Config:.\quickweb.ini (the settings file will be saved in/read from the Quick 'n Easy ...
by admin
Mon May 02, 2005 9:17 pm
Forum: Quick 'n Easy Web Server FAQ
Topic: How can I protect my ASP code?
Replies: 0
Views: 38174

How can I protect my ASP code?

To protect your ASP code you can use our ASP2VB application: http://www.pablosoftwaresolutions.com/html/asp2vb_converter.html This utility converts one or more ASP source files into a single Visual Basic 6.0 project that can be compiled into an ActiveX COM DLL for maximum performance, safety and sec...