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?