Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
This bites #1
Testing Server
I have been trying to set up a web site in Dreamweaver to run dynamic scripting
(ASP pages) and when trying to set up a testing server I follow the promps and
have even followed the help guidelines and it just doesn't seem to set the
testing server up. I am running Windows XP, my database drivers are fine and I
try to set the root folder for my testing server in the "my Web" folder. I
have no idea what I am doing wrong.
This bites Guest
-
Can't define testing server
I've worked with Dreamweaver, php and mysql on my desktop computer for some years, but when I installed it on my laptop and - at the same time - ... -
Testing Server problem: Server name or address couldnot be resolved!
Not sure if this helps but I was going step by step in the Getting Started Experience Tutorial and when it got to the Database tab -- RDS Login... -
Using CF7 as a testing server
I'm new to Coldfusion and I need to use my own computer as a testing server without access to a remote server. I need to view live CF data on the... -
Using Server Behaviors without Testing Server
Because of the way my company sets up ColdFusion I dont' have a testing server and thus can't use the database connection tool, server behavior,... -
testing server.?
Good evening, ok i trying to set up a site and use php and mysql testing server, i have installed everything apache, mysql, made edits to code as... -
Murray *TMM* #2
Re: Testing Server
Which XP? Home? No can do unless you install something like Apache.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"This bites" <webforumsuser@macromedia.com> wrote in message
news:cit9gv$2v9$1@forums.macromedia.com...>I have been trying to set up a web site in Dreamweaver to run dynamic
>scripting
> (ASP pages) and when trying to set up a testing server I follow the promps
> and
> have even followed the help guidelines and it just doesn't seem to set the
> testing server up. I am running Windows XP, my database drivers are fine
> and I
> try to set the root folder for my testing server in the "my Web" folder.
> I
> have no idea what I am doing wrong.
>
Murray *TMM* Guest
-
downtownee #3
Re: Testing Server
Apache's fine, but a quickie's instaling IIS (Internet Information Services)
from ur Windows CD. -over which however keep this in mind Apache have some
advantages- its a seperate category in windows components install section so
easy to find. Then as u'll be guided ur machine gets a server along with
continueing to act as client.
In the wwwroot directory IIS creates (perhaps under C:\inetpub) u create ur
directory and access it via http:
e.g. c:\inetpub\wwwroot\myfolder which contains say index.php or index.asp
whatsoever is retrieved dynamically via [url]http://localhost/myfolder/index.php[/url] u
type in ur browser's addressbar
more quick is defining a virtual directory so u can keep ur files wherever u
like on ur machine (say ur working files are at d:\works\web\great web site).
Then you may go to IIS Panel in Control Panel("Performance and
Maintenance">"Administrative tools">"Internet Information Services") and right
clicking Default Web Site ("Internet Information Services">.. (local
computer)>Web Sites) or from Action menu while it's selected u can click
New...>Virtual Directory... to create a virtual directory. follow the wizard
and remember you access your site by its Alias later through ur browser. so:
1-ur files are at: d:\works\web\great web site (I however especially when
workin with dbs suggest to have short not space-seperated directory names for
your folders: "...\great_web" for "...\great web site")
2-u made a virtual directory pointing at aforementioned directory with Alias
say great-ws
3-and eventually u access it with [url]http://localhost/great-ws[/url]
(Note: as long as index.htm is specified as default, if u have one u wont need
to type it down when addressing. List of deafult file names is available to
change at Properties of the Default Web Site under "Action" menu and any other
folders listed under.)
downtownee Guest
-
MX Student #4
Testing Server
Please help me discover what I am doing wrong here. Before I don't know how I
created a page to view database content. Now I go down the list on setting up
a database connection like #1) Create a Site, #2) choose a document type, and
#3) setup a testing server. This step #3 of setting up a testing server will
not give me a check mark! I would like to test locally on my XP Pro box. I
specify the directory and add a virtual directory in IIS; but, no check mark.
What do I still need to do?
Thanks!
MX Student Guest
-
pipwax #5
Testing server
I am designing a web application (new to this Tech) I had my local testing
server works with file with a html Ext and a asp ext. However when I added a
recordset and Database for the login I can no longer get the page to work.
Here is the error code i am getting:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine
cannot open the file '(unknown)'. It is already opened exclusively by another
user, or you need permission to view its data.
/Ruff Ryders 2005/tempT19/index.asp, line 90
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322;
..NET CLR 1.0.3705)
Page:
GET /Ruff Ryders 2005/tempT19/index.asp
Can anyone help?:confused;
pipwax Guest
-
Tim Payne #6
Re: Testing server
That's the error you ususally get when you have the access database open in
access at the same time that you are trying to access it from the web page
(opening the database in Access creates an exclusive lock, preventing other
applications from accessing the database).
Cheers,
Tim.
--
Ideas | Technology | Solutions
W: [url]www.branded3.com[/url]
E: [email]tim@branded3.com[/email]
T: +44 (0)870 2240955
F: +44 (0)870 4202400
Branded3 Ltd
Round Foundry Media Centre
Foundry Street
Leeds, LS11 5QP
Registered in England No. 4707545
Unless expressly stated to the contrary, the views expressed in this email
are not necessarily the views of Branded3 Ltd and their directors and
employees make no representation and accept no liability for its accuracy or
completeness.
This email, and any attachments are strictly confidential and intended for
the addressee(s) only. The content may also contain legal, professional or
other privileged information. If you are not the intended recipient, please
notify the sender immediately and then delete the email and any attachments.
You should not disclose, copy or take any action in reliance on this
transmission.
Please ensure you have adequate virus protection before you open or detach
any documents from this transmission. Branded3 Ltd.
Tim Payne Guest
-
Tine Müller #7
Re: Testing server
"pipwax" wrote:
testing> I am designing a web application (new to this Tech) I had my locala> server works with file with a html Ext and a asp ext. However when I addedengine> recordset and Database for the login I can no longer get the page to work.
>
> Here is the error code i am getting:
>
> Error Type:
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet databaseanother> cannot open the file '(unknown)'. It is already opened exclusively by1.1.4322;> user, or you need permission to view its data.
> /Ruff Ryders 2005/tempT19/index.asp, line 90
>
>
> Browser Type:
> Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR> .NET CLR 1.0.3705)
>
> Page:
> GET /Ruff Ryders 2005/tempT19/index.asp
>
> Can anyone help?:confused;
Try making a folder for the database outside of your Dreamweaver Site.
Dreamweaver doesn't like the database to be in here.
/Tine
Tine Müller Guest
-
Tine Müller #8
Re: Testing server
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18802[/url]
/Tine
"pipwax" <webforumsuser@macromedia.com> skrev i en meddelelse
news:d5l580$5bt$1@forums.macromedia.com...testing> I am designing a web application (new to this Tech) I had my locala> server works with file with a html Ext and a asp ext. However when I addedengine> recordset and Database for the login I can no longer get the page to work.
>
> Here is the error code i am getting:
>
> Error Type:
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet databaseanother> cannot open the file '(unknown)'. It is already opened exclusively by1.1.4322;> user, or you need permission to view its data.
> /Ruff Ryders 2005/tempT19/index.asp, line 90
>
>
> Browser Type:
> Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR> .NET CLR 1.0.3705)
>
> Page:
> GET /Ruff Ryders 2005/tempT19/index.asp
>
> Can anyone help?:confused;
>
Tine Müller Guest
-
pipwax #9
Re: Testing server
I have created a folder outside of my dreamweaver and Now I am getting this
error code:
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be
displayed.
--------------------------------------------------------------------------------
Please try the following:
Click the Refresh button, or try again later.
Open the localhost home page, and then look for links to the information you
want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine
cannot open the file '(unknown)'. It is already opened exclusively by another
user, or you need permission to view its data.
/webstore/login.asp, line 8
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322;
..NET CLR 1.0.3705)
Page:
GET /webstore/login.asp
Time:
Tuesday, May 17, 2005, 3:10:04 PM
More information:
Microsoft Support
The Database is Microsoft Access The driver is: driver do Microsoft Access
(*mdb)
Any help would be Greatly Appreciated!
pipwax Guest



Reply With Quote

