Results 1 to 4 of 4

Thread: Front Page 00 & ASP

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2003
    Posts
    33

    Question Front Page 00 & ASP

    I use front page 2000 to edit my asp pages. Every time I try to view an asp page using the preview in browser option, I am promted to save the file and even after I save it I can not view it.
    It opens the code page instead of the preview.
    Any suggestions??
    I would like to know if is there any software other than front page and Inter Dev that I can use to edit and preview my asp files directly and smoothly.
    I used to be able to do that before I installed IE6.0
    Thank you for taking the time to read my problem
    ):

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    ASP requires to be run off the server ... you can't "just preview it"....
    To answer your question, no.... no matter what you use to edit the ASP code, it is still going to need to be sent to a server then executed........
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Member
    Join Date
    Jan 2003
    Posts
    33
    I know. I am using IIS5.0 and it's turned on
    I can view my asp pages if I go to my IIS serve and choose and file and then click on browse.
    I used to view my asp page using front page.
    ):

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Originally posted by AppDev
    I know. I am using IIS5.0 and it's turned on
    I can view my asp pages if I go to my IIS serve and choose and file and then click on browse.
    I used to view my asp page using front page.
    If your ASP page has scripts that need to be executed on it, then there will be a problem viewing it. You can view your executed ASP page through Internet explorer.

    Just type http://localhost/pathtofolder/filename.asp


    HTH

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width