Results 1 to 7 of 7

Thread: .asp file opens with Frontpage

  1. #1
    Join Date
    Feb 2006
    Posts
    78
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default .asp file opens with Frontpage

    My .asp files open with frontpage though I would prefer them to open on my pws - Im one of those last people who still use pws from Windows 98. I know this is a basic question unfortunately I cant go any further. Please help me.

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    If you double click on any ASP page to open it like the static HTML page It will open using some editor. In your case the editor is FrontPage.

    If you want to view the ASP page why can't you open the browser and give the address like the following:

    http://127.0.0.1/yourpage.asp

    In the above mentioned format if your ASP page is inside another directory then you must provide that directory name also.

  3. #3
    Join Date
    Feb 2006
    Posts
    78
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Well I've named mine Dorothy so this is what I get from

    http://dorothy/time.asp

    vti_encoding:SR|utf8-nl vti_timelastmodified:TR|08 Sep 2006 09:46:30 -0000 vti_extenderversion:SR|4.0.2.2717 vti_cacheddtm:TX|08 Sep 2006 09:46:30 -0000 vti_filesize:IR|11 vti_cachedlinkinfo:VX| vti_cachedsvcrellinks:VX| vti_cachedhasbots:BR|false vti_cachedhastheme:BR|false vti_cachedhasborder:BR|false vti_backlinkinfo:VX|

  4. #4
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Can you plz provide the code?

  5. #5
    Join Date
    Feb 2006
    Posts
    78
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    <%=Time%>

    Nothing more just that. Thanks for your help

  6. #6
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    I think the error is due to FrontPage Server Extensions. Try disabling them and deleting any _vti* folders from your webroot and run the ASP page again.

    You can use Visual InterDev which is a part of Visual Studio 6.0 for the ASP editing purpose.

  7. #7
    Join Date
    Feb 2006
    Posts
    78
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Thanks codeexploiter thats a big help - I deleted _vti yesterday as well as FrontPage Server Extensions but they came back again. Will try to use Visual InterDev

Bookmarks

Posting Permissions

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