localhost work, same application on server doesnt

Last post 09-14-2006 3:56 AM by veki. 2 replies.

Sort Posts:

  • localhost work, same application on server doesnt

    09-13-2006, 6:20 AM
    • Member
      20 point Member
    • veki
    • Member since 09-13-2006, 6:10 AM
    • belgrade
    • Posts 7
    i tried search... didnt find
    here is problem>
    i run 2.0 app on server2003. because i have 1.1 on same machine i use application pools for my applications.
    and 1.1 applicaton works correctly, but application in 2.0 just works on localhost. when i try to acces from public internet i get error in conncetion with my database (sql server). my program stop on first method that contact my database.

    i gess that problem is in comunnication of ASP.NET account and SQL SERVER. where to begin?
  • Re: localhost work, same application on server doesnt

    09-13-2006, 7:04 AM
    • All-Star
      76,901 point All-Star
    • jeff@zina.com
    • Member since 09-26-2003, 6:43 AM
    • Naples, FL, USA
    • Posts 10,475
    • Moderator
      TrustedFriends-MVPs

    Begin with your connection string.  Or even finding out if the server has a database installed.

    Jeff

    Blatant Self Promotion: ASP.NET 3.5 CMS Development
  • Re: localhost work, same application on server doesnt

    09-14-2006, 3:56 AM
    • Member
      20 point Member
    • veki
    • Member since 09-13-2006, 6:10 AM
    • belgrade
    • Posts 7
    problem solved!

    it really was problem with conn string. i just put userName and password in it so it isn more Windows Autentication
Page 1 of 1 (3 items)