|
-
Jun 18th, 2010, 03:14 AM
#8
Thread Starter
Lively Member
Re: My Login form not work after publish in IIS
 Originally Posted by gep13
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:
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|