I've set up the *&*%$ testing server - now can I please add a recordset?

I run into this problem occasionally with DW. I set up an asp
site using aspVBscript. When I go to add server behaviors the
application box has the first two item s ticked (Create a site for
this file, and Choose a document type) but the third, "Set up the
site's testing server" is not, yet I have set up the testing server
(several times). It is the same testing server settings I use on
several of my other sites and they are fine. Why could DW be
insisting I have not set this up? I've tried closing down the app
and restarting, but it still thinks I have not entered the testing
server settings for the site and so won't let me add server
behaviors.
Anybody have any ideas why this is happening and what I could
do to fix?
BTW i'm using Dreamweaver CS3 on a windows XP pro SP2
machine. Windows 2003 IIS 6.0 server is where the site
resides.

What happens when you browse to
http://localhost?
What happens when you browse to your site prefix as specified
in the testing
server setup?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"murrayneill" <[email protected]> wrote in
message
news:fot33f$ql3$[email protected]..
>I run into this problem occasionally with DW. I set up an
asp site using
> aspVBscript. When I go to add server behaviors the
application box has the
> first two item s ticked (Create a site for this file,
and Choose a
> document
> type) but the third, "Set up the site's testing server"
is not, yet I have
> set
> up the testing server (several times). It is the same
testing server
> settings I
> use on several of my other sites and they are fine. Why
could DW be
> insisting I
> have not set this up? I've tried closing down the app
and restarting, but
> it
> still thinks I have not entered the testing server
settings for the site
> and so
> won't let me add server behaviors.
>
> Anybody have any ideas why this is happening and what I
could do to fix?
>

Similar Messages

  • Setting up local testing server for coldfusion 9 w dreamweaver on mac

    Hi All,
    I'm rusty at this - need some help...
    here's my files on mac-
    ... Applications/ColdFusion9/wwwroot/main/site1
    how do I set the testing server up in DW?
    local site ...
    /Applications/ColdFusion9/wwwroot/main/site1
    testing server
    server field - i put...
    /Applications/ColdFusion9/wwwroot/main/site1
    web URL...
    http://localhost:8500/site1/
    then I test in browser:
    http://localhost:8500/site1/test.cfm
    but it fails with : FILE NOT FOUND
    but this works but not what i want
    http://localhost:8500/site1/test.cfm
    I WANT the sub folder also!
    What's wrong ?

    I think i fixed it.... so please disregard...
    was this.........
    server field - i put...
    /Applications/ColdFusion9/wwwroot/main/site1
    web URL...
    http://localhost:8500/site1/
    now this..... and it works
    server field - i put...
    /Applications/ColdFusion9/wwwroot/
    web URL...
    http://localhost:8500/main/site1/

  • How do you set up a Testing Server?

    My Local and Remote settings have been working fine for years but
    now I have the need to set up a Testing Server and I'm not sure
    what to enter in the fields when editing my site. Attached are
    my settings for Local, Remote and Testing. When I published to
    the Testing Server this morning  overwrote the Remote Server
    and had to ask fat cow to restore my original site. Please advise.
    Thanks.

    Your website is at http://bigcowmusic.com/. You want to use http://bigcowmusic.com/testing/ as your testing server.
    Create a folder called testing in your site root.
    In the Testing Server category of your site definition, set Host directory to point at the testing folder. Since you left that field blank before, it suggests that leaving it blank points to the site root. So enter "testing/" (without the quotes) into that field.
    Set the URL prefix for the testing server to http://bigcowmusic.com/testing/.
    To test that it's working, create a file in the testing folder, and make sure that you give it a name that doesn't already exist in your site (this will avoid overwriting a live page if anything goes wrong). Test it within Dreamweaver. Then go to your live site, and see if the page exists in the testing folder. If it is, you're set to go.

  • Setting up local testing server for coldfusion 9

    I could use some help with this thread in coldfusion forum...
    setting up local testing server for coldfusion 9 w dreamweaver on mac
    http://forums.adobe.com/thread/773350
    thanks

    I'm marking this as assumed answered, as you seem to have solved the problem in the other thread.

  • Setting up a testing server in Dreamweaver for Java Development

    Hey there,
    I'm new to Java however, I'm look forward to learning I've been trying to set-up a testing server for Java on my local machine in Dreamweaver but am having some problems! Can anyone outline the steps required in order to do this. I'd really appreciate it.
    I did follow the following link http://www.coderanch.com/forums/jforum?module=posts&action=insert&forum_id=33 and went through the troubleshooting section at the bottom. However my Java code does not display in Dreamweaver's 'Live View'
    Thanks in advance to anyone willing to take the time.
    Mike

    Hey Murray,
    Thanks for the link to the Dreamweaver Forum
    The link I provided you with earlier was in error I should placed this link instead:
    http://www.adobe.com/devnet/dreamweaver/articles/setup_testing_server.html
    Thanks for your assistance.
    Mike

  • Setting up a testing server in Dreamweaver for JAVA Development (NOT JavaScript)

    Hey there,
    I'm new to Java however, I'm look forward to learning I've been trying to set-up a testing server for Java on my local machine in Dreamweaver but am having some problems! Can anyone outline the steps required in order to do this. I'd really appreciate it.
    I did follow the following link http://www.adobe.com/devnet/dreamweaver/articles/setup_testing_server.html and went through the troubleshooting section at the bottom. However my Java code does not display in Dreamweaver's 'Live View'
    Thanks in advance to anyone willing to take the time.
    Mike

    Hey Murray,
    Thanks for the link to the Dreamweaver Forum
    The link I provided you with earlier was in error I should placed this link instead:
    http://www.adobe.com/devnet/dreamweaver/articles/setup_testing_server.html
    Thanks for your assistance.
    Mike

  • Changing the Testing Server

    I have a MySql database on my Mac and I'm using Dreamweaver CS5 to generate dynamic content in PHP.
    For the Site Definitions, I have Dreamweaver configured this way:
    - Local Site Folder: users/bronzino1/mysite
    - Testing Server Folder: Applications/MAMP/htdocs/mysite_test
    - Testing Server Web URL: http://localhost/mysite_test
    Here is what I am not understanding: Every time I go to test the live code on a page, it is saved to "mysite_test." If I just save the page without testing the live code, it gets saved to "mysite." I don't need two copies of every file on my machine, and I'm worried about what's going to happen when I try to test pages with pictures (which are all saved to "mysite" not "mysite_test").
    Is there anyway to make my Local Site folder THE Testing Server Folder?
    Thanks in advance for any help!
    Elizabeth
    PS - Did search the forum for an answer but I just found the same question, and some crickets.

    Hmm, I guees it´s better if you´d post your issues in the regular Dreamweaver Application Development forum, because I fear I can´t be of help with this, as I´m using a Windows machine and am not familiar with how such things works on a Mac.
    I´m also somewhat confused about the "It is a set location proximate to applications, rather than with the rest of my data" scenario you´re describing -- in my world the traditional scenario is this:
    - the "Local Site Folder" is always an absolute path and points to, say, "C:\wampserver\htdocs\whateverfolder\"
    - the "Testing Server Folder" points to the very same directory
    - the "Testing Server Web URL" would normally be "http://localhost/whateverfolder/", but could be different in case you´re configured the Apache Server (and your System) to rather use Virtual Hosts
    It seems as if you´re explicitely tell Dreamweaver to use different physical directories (mysite vs. mysite_test), and I don´t know if this is really supported at all.
    Cheers,
    Günter

  • Setting Up the File Server Dynamically

    I have a scenario wherin i have to set up the FTP server name  and directory where i have to put the final file dymically.
    I was able to set the directory path dynamically using Adapter Specific Message properties.
    Can somebody suggest me if i can set the server name also by module processor (have not written one till now)or some other way. The steps to follow etc
    Waiting for your useful answers.

    Hi Siva,
    Setting up a Server name Dynamically -I don't think so it is possible with this point of time.
    So try to do in Java Proxy if required.
    Receiver File Adapter - Dynamic FTP Server Address
    Hope this helps,
    Regards,
    Moorthy

  • Setting up a test server

    I am totally new to dreamweaver i have always used golive and
    with the new upgrade ended up with dreamweaver cs3
    and i need to setup a test server to use xml with my site and
    i am totally not getting it. i set up a test server it passed the
    settings test connected to it but when i try to get schema from the
    spry xlm data set i keep getting a failed to get schema from the
    dynamic feed ( test.xml) please make sure the Testing server is
    configured in the site definition,
    i have a dedicated server that i used to work directly off of
    but i am just not getting how to or why i need to setup a testing
    server just to program something correctly.
    any help would be great.
    thanks

    It is worth trying with Linux as well because a) you are more likely to be deploying Java systems on a unix based system and b) it is very useful for anyone serious about using computers to know how to use a unix shell.
    The problem is that you are then learning to use the OS as well as picking up the servlet and jsp deployment skills. It is feasible though- I learned this way, but it can be frustrating at times. The other problem is that once you start getting anywhere with it you won't want to go back to windows again ever.
    For development you may want to use Tomcat standalone rather than with Apache because you will not need the load balancing side so much and it does save on trying to configure mod_jk.
    If you do go down this path I recommend the O'Reilly "Running Linux" book as a good introduction to the operating system. There is loads of stuff available online as well so it is very well supported.

  • TS3899 I can't SEND email from Telus account in Alberta, Canada? Does anyone know how to set up the Outgoing server? Help! And thanks!

    Can't SEND email from Telus account in Alberta, Canada, unless I go to web mail. Does anyone know how to set up the Outgoing server? Incoming is fine. Outgoing used to work. We changed it when we went to another location, and can't get it back. Telus support can't fix it. Neither smtp.telus.net NOR mail.telus.net works for Outgoing server to send mail. Please help! Thanks.

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • How do I stop Dreamweaver from updating the Test server copy of a file when I open the local file?

    The subject says it all. Every time I open a file, Dreamweaver connects to the testing server and uploads the local file to the test server.
    I want to stop this behaviour.  It's annoying!

    My testing server is IIS running on my local machine.
    The "local" copy of the file is actually on a remote share.  I have the test server copy open in Notepad++.  The two files are identical save for on extra line in the copy on the testing server.  When I open the "local" copy in Dreamweaver, it shows me that some file activity is being done, and then Notepad++ tells me the file has changed and do I want to reload it.  If I do, that extra line vanishes.
    When I check the file activity log, it shows that the file activity is complete.
    I haven't mentioned the production server because it doesn't seem to be affected, but we do have one.

  • File not found:  includes/common/lib/file_upload/KT_FileUpload.asp Please upload the includes/ folder to the testing server.

    The cooperative I am a part of have a homepage made with Dreamweaver several years ago. Suddenly some of the pages stopped working with this error message:
    File not found: 
    includes/common/lib/file_upload/KT_FileUpload.asp
    Please upload the includes/ folder to the testing server.
    I checked, and the file is actually missing from the web server. Do i need to purchase Dreamweaver to download this file, and is this a path worth pursuing?
    Dreamweaver version: I don't know which or how to check this, could check if given the proper instructions.

    The page that you have shown uses one of the InterAkt extensions for Dreamweaver. Unfortunately, InterAkt was bought out by Adobe who in turn did nothing with it. The latest version was about 5 years ago and was called ADDT.
    Maybe someone here can help you Friends of Interakt: Home Page

  • Can't create bin automatically in the testing server

    Dear Gurus,
    I am having this problem:
    In the server for configuration, I create new warehouse and do all the settings, then when I run SPRO > IMG or use t-code LS10, I can test to create storage bins automatically successfully.
    However, in the server for testing, after transporting all the settings for new warehouse, I use LS10 to create storage bins (since we can't transport master data), but the system (in testing server) says that I am not allowed to make (configuration) modification. The button "Create Bins" therefore gray out.
    Question:
    LS10 supposed to be a transaction to create master data. How come the testing server treat it as a configuration and not allow me to create bins automatically? Is this the error from MM side or Basis side (my profile is SAP_ALL)?
    We don't want to create manually since there are  thousands of bins, also we don't want to create an excel file and upload using LSMW because we already have formula and just want to create bins automatically.
    Please advise. Thanks.
    Trang

    Hi
    The transaction form createing the template of the bins and subsequently creating the bins is config.
    I get round this by doing a recording of LS01N in LSMW and then  using this to create my bins in ALL clienst by exporting and importing my LSMW
    This also means that I can create any bins with any numbering sequece in one spreadsheet and load them all in one
    In one of my recent projects I used this method to create 80,000+ bins in approx 30 minutes
    Of course you need to know how to create the LSMW but a developer may be able to help you as it is too long to explain in this forum
    I hope that this helps
    Frenchy

  • I am having difficulty correcting the Testing Server setup in Dreamweaver CS4.

    The http error codes are 404 (open DW) and 12150 (failed test URL).

    Please see my responses inline below:
    Moore6931 wrote:
    I thank you for your help but I don't understand.
    1. At this time, I edit the web site locally.  When the changes are completed, then I copy the files to the remote (Go Daddy) server, with FTP.
    Perfect. In that case, I'm not even going to try to change you to use Dreamweaver's in-built FTP as that will probably confuse you at this stage. In this case, go to 'Remote Info' and make it 'None' - remove all credentials from there - we dont need it configured within Dreamweaver if we aren't using it.
    2. Because my edits are local, testing of the files is local.  In fact, I normally disable the network connection, when I don't need it open.
    Go to 'Testing Server' and make it 'None' and remove all credentials - make it blank too. Since you're not using any 'dynamic' services, we don't need to configure one. Your previews can happen via your browser from your 'Local files'.
    3. Go Daddy uses PHP on Linux servers for hosting.
    Well, Go Daddy also gives you a variety of other options - but I'm assuming you've purchased a Linux hosting setup with PHP running on it. Let's not worry about PHP here because you're not using PHP to develop your website.
    4. Since I'm not adept with computers, computer terminology and computer configurations, I try to leave settings at default.
    The only thing you'll need to keep 'as is' is your 'Local Info'. Other than that, remove both 'Testing' and 'Remote' configurations. You should get going in no time.
    5. I am unsure of the test server requirement.  The descriptions of a "dynamic" page are not clear, to me.  My web site uses,
         a. html,
         b. An XML data page for sorting my photographs,
         c. Spry cascading tables,
         d. Scrolling photo thumbnails,
         e. Links to pdf files and
         f. E-mail contact.
    A regular HTML website is usually 'static' - as all the content you have within it is 'hard-coded' or 'hand-written' into it. A PHP/ ASP/ JSP/ CFM code is usually 'dynamic' - meaning only the master template is usually made with code. The actual content is fetched from a database or an external source. And to do this (to fetch data from a database), this type of code has to run on a server-environment. That is the only primary difference between 'static' and 'dynamic' webpages. Not getting into the details of it as I'm unsure if that's going to confuse you more!
    If this is not clear, please see me web site.
    http://envisioningmoore.com

  • Putting files onto the remote server vs. the testing server

    I have a testing server defined in my site that can only be accessed internally within the company. When I preview my pages, it automatically loads them onto the testing server and when I ask opinions about the changes I have made, my co-workers can go to that web address on our internal FTP site.
    But when I want to take those same files and put them onto our live site, I can't figure out how. I also connect to that site through FTP and have defined it in the remote server location. How do I put these files onto our real, live website?
    I've been reading tons of help topics about this, but still can't seem to figure it out

    Hi There:
    It is an easy step by step do that. Here are some really good help for you on the same:
    http://www.youtube.com/watch?v=kJhL1d9D2R4
    http://www.bgsu.edu/downloads/cio/file17760.pdf
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WSBE25912D-A9DE-4ba1-9F85-4C692F5C14ADa .html
    And by the way why can't your colleagues see your site internally? if you have a testing server (is it IIS or WAMP?)  ...all you need to give them is something as following so that they can view it..
    http://yourmachinename/index.html
    or
    http://yourmachineIPAddress/index.html
    I believe you all are on the same network at workplace.
    Regards,
    VInay

Maybe you are looking for

  • Thinkpad E540 Dual External Monitors

    Hi, I'm looking to purchase the Core I7 E540, and see it comes with the Nvidia 740M chipset. I've found confirmation that the core I5 with intel 4600 graphics supports muliple monitors over both HDMI and VGA simultaneously - giving 3 seperate display

  • Configuration for connecting 3 wifi routers

    Good Day to all, I am  Having problem connecting 3 wifi routers for extensions. the 1st 2 routers worked fine. the 1st one is connected to the modem using 192.168.1.1 , the second one is connected to the the 1st wifi router configured 192.168.2.1 and

  • Debugging ABAP Code From Within Webdynpro Application

    Hello Experts, We use ABAP RFC Function in Our Java Webdynpro application, We need to debug the parameters pass from the webdynpro application to the ABAP Function. In order to do that we: 1. Defined a JCO connection with "Single Server Connection" a

  • Aborting multiple hanging BPEL processes in bulk

    Hi, Is tehre a way to stop multiple hanging BPEL process in one shot, without shutting down the server.. I went thro' the following url but dunno if i can use any command for this.. http://download.oracle.com/docs/cd/B25221_04/core.1013/b15976/opmnct

  • Video Playback Issue in Premiere Pro CS6

    I am editing a video with 2 video tracks on top of each other. When I scrub through the timeline or jusy hit play in the timeline the top layer of video scales to about 50% and plays on top of the layer below it. But it didn't do that 2 days ago. Any