|
Requirements for PC Testing |
|
|
Requirements for testing will vary depending if you use the default testing facilities or if you choose to elect for a more specialized test environment.
Standard Testing Facility
dbQwikSite Standard testing facility installs with dbQwikSite, if you accept the standard testing facility, there are no additional requirements for you to be able to test.
By default dbQwikSite will generate ASP code on your PC. Note: You can still deploy PHP even if you are testing with ASP
dbQwikSite comes with its own dbQwikWebServer that will start automatically if no other web server is currently running. dbQwikSite will use the same database connection that you are using for design to test your pages.
Specialized Test Environments
Some Advanced users may elect to use non-standard test environment. The most likely reason for this is that you want to test PHP scripting directly on your PC. This is possible, but you then must then ensure that you have a configuration on your PC that supports PHP. Neither IIS or dbQwikWebServer support PHP natively, but you can download PHP for IIS server.
If you do want to test in environment that is mirroring Linux / Apache / PHP and MySQL you can do this. You must first ensure that you have installed and configured all these programs on your PC. There is an open source group which bundles all the components into compatible single install packages. If you want to install all these programs, you may find it much easier to download a single install, rather than to go to the individual sites. The single installs are available at http://www.appservnetwork.com/
If you choose to use a specialized test environment, you should adjust your local settings (shown above) to agree with your particular set up.
Testing ASP.net
You can generate ASP.net by checking the Generate ASP.net Option when generating ASP. ASP.net requires that you have IIS server installed and that you have installed .net framework on your PC.
ASP.net code generations is currently in BETA release. All major functions have been tested and appear to work. If you encounter any problems please report these to Support@TheDevShop.com
IIS server is part of windows XP and Vista however it is not installed by default. You may have to install IIS server from your Windows CD if it has not been installed yet.
Windows Vista new security features, can cause IIS not to run your pages. In this event your will see a message as follows:
This can be solved by changing security settings, or launching dbQwikSite with administrator privileges.
To modify security settings for IIS secured folders:
The DBQwikSite sub-folder is already created at install time by the installer. The only requirement is only to set the correct rights on that folder. Locate the folder: C:\Inetpub\wwrwroot\DBQwikSite in the windows explorer. Right click to view its properties.
Select the Security Tab
Click on EDIT to change settings:
Select the ‘Users’ group and click on ‘Full Control’
It should then look like this:
Click Apply then OK
|