Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. WebDeveloper 2005 vs. Firefox

WebDeveloper 2005 vs. Firefox

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-netvisual-studiosysadmin
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    I have Firefox as my default browser and when I try to debug an ASP.NET application the ASP.NET Development Server requires a password and login when using Firefox. All is fine in IE 6.0. Any idea if there is a way to select a different browser than the default one? What is this login that the ASP.NET Development server requires?

    A D 2 Replies Last reply
    0
    • A Anonymous

      I have Firefox as my default browser and when I try to debug an ASP.NET application the ASP.NET Development Server requires a password and login when using Firefox. All is fine in IE 6.0. Any idea if there is a way to select a different browser than the default one? What is this login that the ASP.NET Development server requires?

      A Offline
      A Offline
      Anonymous
      wrote on last edited by
      #2

      I've solve the problem. I have had to uncheck NTLM authentication in the Start Options menu. Any idea how to make Firefox work with NTLM authentication?

      1 Reply Last reply
      0
      • A Anonymous

        I have Firefox as my default browser and when I try to debug an ASP.NET application the ASP.NET Development Server requires a password and login when using Firefox. All is fine in IE 6.0. Any idea if there is a way to select a different browser than the default one? What is this login that the ASP.NET Development server requires?

        D Offline
        D Offline
        Dave Bacher
        wrote on last edited by
        #3

        Anonymous wrote: I have Firefox as my default browser and when I try to debug an ASP.NET application the ASP.NET Development Server requires a password and login when using Firefox. All is fine in IE 6.0. Any idea if there is a way to select a different browser than the default one? What is this login that the ASP.NET Development server requires? FireFox responds to NTLM requests by prompting for username and password. You can provide a valid domain log on (whatever you use for logging in to your PC), and it will give you access. It's a difference in philosophy. FireFox doesn't authenticate to a server without user intervention (as dictated by W3C). FireFox does prompt you, and allow you to provide the information to authenticate if you want to. Alternatively, you may provide the information as part of the URL, and FireFox will use that information: http://username:password@localhost/WebApplication1 Note that IE will display a very similar box if the remote rejects the NTLM information. To see this, hit your application from a computer that is not a member of a trusted domain. As with FireFox, providing valid information on a trusted domain will get you access.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups