Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

asp

Options
  • 21-03-2002 7:45pm
    #1
    Closed Accounts Posts: 244 ✭✭


    hi, im doing a website with asp
    i started it using normal html and it worked fine in explorer
    but when i changed the extensions to .asp so i could use dreamweaver it wont work in explorer but only in netscape
    why is this and is it possible for mr to get it to work in explorer again?????????????


Comments

  • Registered Users Posts: 2,781 ✭✭✭amen


    post your page


  • Registered Users Posts: 1,862 ✭✭✭flamegrill


    Originally posted by confetti
    hi, im doing a website with asp
    i started it using normal html and it worked fine in explorer
    but when i changed the extensions to .asp so i could use dreamweaver it wont work in explorer but only in netscape
    why is this and is it possible for mr to get it to work in explorer again?????????????

    what do you mean it wont work? where is it being run from? i presume its running on IIS, and that the code is valid and it actually works. otherwise browser compatibility is usually not a problem when using html. sometimes if you are using javascript you can run into problems. seems very odd. give us more info.


  • Closed Accounts Posts: 244 ✭✭confetti


    its just on my own pc, not on the web at all,
    i made a basic site using html and it worked fine on internet explorer.

    then i wanted to use dreamweaver to add in asp chat room and message board log in etc.
    to use dreamweaver i changed all the extensions to .asp

    now the site wont work in explorer, just netscape,

    the root folder is in my c drive, inetpub folder, wwwroot

    to access it in netscape i use http://localhost/paudie/homepage.asp

    this doesnt work for explorer, before when they were .html i just clicked the homepage and it came up, now they open in dreamweaver unless i type in the above adress in netscape, would the adress be different for explorer maybe?


    its for a college project.

    thanks


  • Closed Accounts Posts: 1,651 ✭✭✭Enygma


    Is Internet Explorer set up to go through a proxy? You need to tell it to ignore the proxy for local hostnames.

    Tools->Internet Options->Connections->Lan Settings->Proxy Server->Advanced


    What are you getting when you type that into IE anyways? Action Canceled? Not Found?


  • Closed Accounts Posts: 244 ✭✭confetti


    thanks!!!

    it says page cannot be displayed

    yeah its going through a proxy, never thought of it like that!


  • Advertisement
  • Closed Accounts Posts: 244 ✭✭confetti


    i clicked ignore proxy for local addresses but still the same

    any ideas?


  • Closed Accounts Posts: 1,651 ✭✭✭Enygma


    Hmm try http://127.0.0.1/paudie/homepage.asp

    Just might work.

    otherwise tell IE to ignore the proxy for localhost explicitly.


  • Closed Accounts Posts: 244 ✭✭confetti


    thanks!!!!!!
    that did the trick!!!


Advertisement