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. General Programming
  3. Windows API
  4. I can't browse my web sites at localhost?

I can't browse my web sites at localhost?

Scheduled Pinned Locked Moved Windows API
helpdatabasequestioncsharpvisual-studio
3 Posts 2 Posters 3 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.
  • R Offline
    R Offline
    RADISSON
    wrote on last edited by
    #1

    Hello! I installed Vista Ultimate with IIS6 and IIS7 options. I couldn't browse any web sites locally under Inetpub directory. I started getting an error message but I couldn't find the source of it. The message is: An error occurred on the server when processing the URL. Please contact the system administrator The web sites which I have based on classical asp pages. I also installed Microsoft Visual Studio (The latest edition) with SQL 2005 Express option. Whenever the asp codes in the pages try to establish a connection to database, the above message appears. How can I fix this problem? Any Idea? Here is the sub procedure where the error occurs: Sub Initialize_Connection() If Response.IsClientConnected = True Then DPath = Server.MapPath( "_database\RES_001_EBYK.MDB" ) ConnStr= "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Dpath & ";Jet OLEDB:Database Password=12345;" Set ObjectConnection=Server.CreateObject ("ADODB.Connection") ObjectConnection.Open ConnStr End If End Sub Thanks. :((

    L 1 Reply Last reply
    0
    • R RADISSON

      Hello! I installed Vista Ultimate with IIS6 and IIS7 options. I couldn't browse any web sites locally under Inetpub directory. I started getting an error message but I couldn't find the source of it. The message is: An error occurred on the server when processing the URL. Please contact the system administrator The web sites which I have based on classical asp pages. I also installed Microsoft Visual Studio (The latest edition) with SQL 2005 Express option. Whenever the asp codes in the pages try to establish a connection to database, the above message appears. How can I fix this problem? Any Idea? Here is the sub procedure where the error occurs: Sub Initialize_Connection() If Response.IsClientConnected = True Then DPath = Server.MapPath( "_database\RES_001_EBYK.MDB" ) ConnStr= "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Dpath & ";Jet OLEDB:Database Password=12345;" Set ObjectConnection=Server.CreateObject ("ADODB.Connection") ObjectConnection.Open ConnStr End If End Sub Thanks. :((

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Read the thread complete here, it may solve your problem http://www.codeproject.com/script/comments/forums.asp?msg=1799306&forumid=363403#xx1799306xx[^]

      R 1 Reply Last reply
      0
      • L Lost User

        Read the thread complete here, it may solve your problem http://www.codeproject.com/script/comments/forums.asp?msg=1799306&forumid=363403#xx1799306xx[^]

        R Offline
        R Offline
        RADISSON
        wrote on last edited by
        #3

        Thanks Richard. The exact solution url address here. I solved the problem and now it is working. Please check http://support.microsoft.com/kb/926939/en-us[^] :wtf:

        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