Quote Originally Posted by gep13 View Post
So to clarify, am I right in saying that you are not using the built in Membership controls, such as Login etc, but rather you are using your own controls and logic, correct?

can you show where this:

Code:
koneksiSql.sqlcon
Is setup?

Gary
hi gep13 , sry to late reply your message.

it just declaration class from Koneksi.
i am declare class Koneksi
to all my form who access database.
this code from Class Koneksi:
Public Class Koneksi

Public sqlcon As New SqlConnection(ConfigurationManager.ConnectionStrings("SQL2000MbakNina").ConnectionString)


End Class
but actualy i already find solution from my problem.

the answer because i don't setting my IIS for connect another database in another machine.
i found this link help me:

after i setting my web config with add
<identity impersonate="true"/> in system.web
and i configure directory security in my folder project (in IIS).
i setting password and user name with my computer administrator login .
and it work perfectly.

i share for u all . so if u find this problem, you know the answer.

Sry if my english is bad