Viewing asp pages in Dreamweaver

Developed an aspx page in Visual Studeo, but cannot view the
page in Dreamweaver's design mode - only shows me the code
view.

Also, I went into manage sites, coldfusion8 tutorial (the name of the site)
And in the site definitions box I have:
Local Root Folder: C:\xampp\htdocs\Coldfusion8
tutorial\cf8gettingstarted\tutorial\
Default image Folder: C:\xampp\htdocs\Coldfusion8
tutorial\cf8gettingstarted\tutorial\images\
HTTP address:
http://localhost/coldfusion8%20tutorial/cf8gettingstarted/tutorial/
OMG how stupid am I? (don’t answer that)...
I copied files to that directory and I can view them now by pressing f12 in
DW.
But can you explain why you think the browser jumps to index_content when I
call for index.cfm
Thanks for all of your help everyone. Sorry If I wasted anybody's time. I
thought I had tried that but, in the confusion, it looks like I didn’t, or
something.
Thanks again
Now I can start learning how CF handles databases.
If you know of any good tutorials for a total novice, if you could let me
know, that would be great!
Many Thanks!

Similar Messages

  • How to create a asp page in dreamweaver cc 2014

    How in the hec do I create an asp page in Dreamweaver CC.
    I installed the database, server behaviors.  I can create a PHP page and add database connections for that type but not Asp?
    Help anyone?
    Thanks Traci

    Create a new HTML document.
    Go to File > SaveAs > filename.asp
    Nancy O.

  • Can I able to view ASP pages in iplanet web server

    can iplanet web server handle the ASP pages in Windows NT server. i tried but i might be wrong configuring it in content manager, anybodys help will be appreciated.

    There is a plug-in for iWS that allows iWS to process ASP pages.You can read about this plug-in at the URL below.
    http://www.chilisoft.com/

  • Dreamweaver locks loading ASP page

    on several of my asp pages Dreamwaver 8.02 (8.0 did the same)
    locks up while loading it.......it only seems to happen on the
    larger pages like the home page, which is 600 lines.....but I just
    tried an experiment, and there is an include file that when I
    exclude it then Dreamweaver will load it........this include file
    is 1415 lines long.........it won't even load this file in code
    only view (I thought it might have problemns with the display of
    some particularly conditional if then else type of displays (I do
    wish there could be some way to enable DW to handle the display of
    such in the design window....or throw an error at least that would
    identify the problem area........I have had to use Visual Studio to
    open such files, and I hate having to do that........perhaps an
    error message could be thrown by DW8 when it hits the problem area,
    and id'ing the line where it runs into display
    problems......

    I have resolved this, thanks to anyone who spent time on
    this.

  • Why am I prompted to download the .asp file whenever I attempt to view an asp page in a browser?

    I am doing tutorials on dynamic pages in Dreamweaver 8. I am doing both php and asp. When I preview an asp page, for instance, it displays properly - from 'Localhost.' When I enter the url of the page in a browser, however, the 'Do you want to open or save this file?' prompt appears. (See attachment 'Doc1')
    What gives? Thank you.
    The same thing happens with php pages. I can preview them ok. But when I try to view them in the browser on the WWW, instead of page content, I get the prompt to download the file.
    Message was edited by: pontius11

    your web server is not setup to process asp files.

  • Can't view page in Dreamweaver

    There is one page in Dreamweaver that doesn't show the web
    page (design), only the html shows up. I have it clicked on
    "split", but still nothing shows. How can I fix this? Thanks

    You have several problems on that page.
    For one, you call a routine in the body tag that is not
    mentioned in the
    javascript in the head -
    <BODY BGCOLOR=#316AC5
    background="../navimages/background.jpg"
    ONLOAD="preloadImages();">
    The code for the function named "preloadImages()" is not in
    the head of the
    page. What *is* there is the code for the DW function
    "MM_preloadImages()",
    but you do not call that one. This causes your page to throw
    a javascript
    error when it loads - since it cannot find the object called
    "preloadImages()". The solution would be to remove that call
    from the body
    tag, e.g.,
    <BODY BGCOLOR="#316AC5"
    background="../navimages/background.jpg">
    (note that proper syntax requires quotes around all attribute
    values)
    and then to reapply any preload that you want (I wouldn't
    bother) using DW.
    Your larger problem, though, is that your table structure is
    broken, and DW
    cannot figure out how to render it or its contents - that's
    why you don't
    see anything in DW. I would go through the code carefully and
    find out why
    DW thinks that your tables have too many cells in some rows
    compared to
    others - by this I mean that your cell configuration from one
    row to the
    next is not internally consistent throughout those inner
    nested tables.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "marygg" <[email protected]> wrote in
    message
    news:ehbhjl$i5o$[email protected]..
    > Thank you, Murray "Ace"! I'm afraid the html is too long
    to post here,
    > the page can be viewed at
    http://leppphoto.com/courses.htm

  • Dreamweaver CC 2014: How do I view a page's Page Title? It used to be on the toolbar.

    I upload a number of new pages to our website every week, and I am accustomed to changing each page's title (the text that shows up on the top of the window when the page is being browsed).
    In the previous versions of Dreamweaver, there was a box area on the toolbar that displayed the page's title. Now it's gone, and the only place I have found to get to it is in the menu for Page Properties, which is a bit obscure. Anyone know of a way to view the page's title on the toolbar, the way it used to be? I'm afraid I'll forget to change a title if I can't see it at a glance. I'm hoping it's just a view setting I'm missing.

    In CC 2014 October Release, the <title> was moved to the HTML Properties inspector.  Don't ask me why they did this.
    Nancy O.

  • Dreamweaver CC suddenly (yesterday) stopped viewing web pages via F12 key.  the browser opens but times out on all browsers now

    I have been running Dreamweaver since 2008 (CS).  I have a server on the local network that I save my work on and remotely connect to it via a mapped network drive W while in Dreamweaver.  When Dreamweaver starts it loads via the site the mapped drive contents.  It shows the files and folders of clients I am currently working on.  Up until yesterday I was able to open a folder in Dreamweaver CC, work on a file and to view it in a browser, I would of course save the current changes and press the F12 key to bring up the browser and display the web page in full screen view.  I never used the live view button on the Dreamweaver menu before, I only pressed the F12 key to see the browser in full screen and display the html page.
    However since yesterday when I press the F12 key any of my browsers (Firefox 29.01, Internet Explorer 11, Opera (latest), Safari (latest)  and Chrome (latest) only open and Time Out.
    I am running Windows 8.1 update
    I am running Adobe Cloud CC for my Adobe Products
    Attempted Fixes to date:
    I have searched online forums
    I have uninstalled Dreamweaver CC and re installed it
    I again uninstalled and reinstalled Dreamweaver CC and deleted the profile settings
    I have contacted Adobe support but they said the F12 key worked so cannot help any more
    I still have the same problem.
    The only way to view these files in a browser is to right click the file and select open with and select the browser to check it with.
    Can anybody help me as I have been running my current set up since 2008 without any issues.

    Can you verify that the shortcut key is assigned properly for browser preview here:
    If it isn't, Click the last option 'Edit Browser List' > edit the settings in the preferences tab:
    This will ensure that your keyboard shortcut is mapped properly.
    If the setting in 1st screenshot shows the shortcut properly, but still isn't loading, you could try trashing your cache: Deleting a corrupted cache file
    Let us know how it goes.

  • How do I get LONG RAW from Oracle with ASP page designed in Dreamweaver

    Hello,
    I have a single entry field the user enters a SSN to search a database, the query searches one table which returns the data.
    Unfortunately one of the fields in the table is a LONG RAW field.
    How do I create the ASP page to display the LONG RAW data correctly?
    Thanks,
    Adam

    You can use XSU with Oracle 8.1.6:
    xsu12_816.jar: for Java 1.2
    xsu111_816.jar: for Java 1.1
    Please refer to the following link to download the XDK for Java:
    http://otn.oracle.com/software/tech/xml/xdk_java/content.html
    For XSU document:
    http://otn.oracle.com/docs/tech/xml/xdk_java/doc_library/Producti
    on9i/java/xsu/readme.html
    XSU provide both JAVA and PL/SQL APIs.

  • Possible to build in this page in dreamweaver a slide viewer

    i like to know if its possible to replace the main picture with a slideviewer. you can view the page on..
    http://www.hureninparamaribo.nl/
    ive read some articles and watch some you tubemovies but i really dont know where i should start.
    I hope you can give me  the easiest way to do this.
    Newbie

    You can see a live DEMO of 3 different Spry Widgets here:
    http://alt-web.com/sandbox/Spry-test.html
    Simply log-in to the Adobe Exchange and grab Spry Content Slideshow with your Widget Browser 
    Customize as needed in Widget Browser.  Save widgets to your Local Site Folder for quick insertion into your web page.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Help using asp includes in Dreamweaver

    I'm using asp includes ( <!--#include
    file="incl_menu.asp"--> ) in my
    website. When viewing the site in Dreamweaver sometimes I
    don't see the
    included page. Is there a way to always see the included
    page?
    I have version 7.01 of dreamweaver on a window xp machine.

    You need to set up a testing server. Are you using XP home or
    pro? If it's home then you are going to have problems.

  • .asp page and Contribute CS4

    I have a member.asp page that site members are redirected to once logging in to the site through login.asp. Within the member.asp page is a text area that my client would be able to upload additional text and mp3 files for members to view using Contribute. The problem I'm having is that the member.asp page looks correct when I view it in Dreamweaver both local and remote, but when I view that page in Contribute it looks like the login.asp page.
    I'm sure I'm missing something. I had the .asp set up performed by a programmer and everything seems to be working fine with the database and login functions.

    Open a URLConnection
    Read from the connection for the response.
    URL url = new URL( "mysite/x.asp?PARAMETER1=VALUE&PARAMETER2=VALUE" );
    URLConnection conn = url.openConnection();
    InputStream is = conn.getInputStream();
    //read the response.

  • Want a header image on asp page

    I run a purchased application that is an asp based directory.
    I want to insert a JPEG banner image at the top of the page.
    Dreamweaver inserts it and displays it in design view but
    when I 'put' the file, nothing shows up.
    I want to keep this simple to do as I'm not building the asp
    code for this but I want to brand the pages with my logo above all
    the database content.
    check out
    http://www.luresandtours.com/applications/ClassifiedListingsManager/inc_classifiedlistings manager.asp

    This is the URL to the application:
    http://www.luresandtours.com/applications/ClassifiedListingsManager/inc_classifiedlistings manager.asp
    For now I managed to insert near the top left a text
    hyperlink - CLICK HERE FOR Lures and Tours Home Page
    At the least I would like that to be an image rollover. I
    can't get Dreamweaver to understand the path to the jpg's even if I
    put the jpg's in the same folder as the application. I'd prefer to
    leave them in /public/images but "whatever".
    Ideally I want to know how to containerize all the asp so I
    can put about 300 pixels worth of static HTML content above the
    dynamic directory.

  • Is there a way to LIST OUT all of the active images that are currently being used on a page in Dreamweaver?

    Is there a way to LIST OUT all of the active images that are currently being used on a page in Dreamweaver?  Or do I have to click each one and write down the image name by hand?
    Thanks!
    LJ

    Alternatively use a browser:
    Use the Firefox Web Developer Toolbar
    https://addons.mozilla.org/en-US/firefox/addon/60
    Images > View Image Information
    or the List All Images Add On for Firefox
    https://addons.mozilla.org/en-US/firefox/addon/3688
    or the Web Developer tools in IE8 (or earlier), F12 > Image > View Image Report

  • How do I create an update form, in a search.asp page.

    I have a search.asp page which when submitted transfers to
    the results.asp page. In the search I would like to also create an
    insert statement. The search.asp page has the following.
    Form: searchForm (Post)
    Text Field: KeywordSearch
    List Menu: CategoryTable
    List Menu: Location
    Button: Search
    When a client enters data in the search.asp page, I would
    like for the data, to be submitted to a database at the same time
    it searches the database. This using an insert statement. The
    reason for this is so that we can see what everyone is searching
    for.
    The database/table we created has the following.
    Table: tblSearches
    Field: idSearch (Auto Number)
    Field: location (Text)
    Field: category (Text)
    Field: user (Text)
    Field: keyWord (Text)
    At the moment I cant create an insert form because of the
    form that already exists in the search.asp page.
    Can anyone suggest how to do this.
    Ideally it would be good to be able to combine two forms into
    one, but I am told that this is not possible.
    TA
    Mally.

    Oh, I see. So is it Dreamweaver that wont let you create the
    insert statement using a form that is already submitting to a
    results.asp page? So if I create the insert statement by had it
    should work?

Maybe you are looking for