Click here to Skip to main content
15,919,028 members
Home / Discussions / C#
   

C#

 
GeneralLDAP Authentication! Please Help Pin
rami2k26-May-04 22:13
rami2k26-May-04 22:13 
GeneralRe: LDAP Authentication! Please Help Pin
MrEyes27-May-04 0:34
MrEyes27-May-04 0:34 
GeneralRe: LDAP Authentication! Please Help Pin
rami2k27-May-04 5:03
rami2k27-May-04 5:03 
GeneralRe: LDAP Authentication! Please Help Pin
Dave Kreskowiak27-May-04 3:53
mveDave Kreskowiak27-May-04 3:53 
GeneralRe: LDAP Authentication! Please Help Pin
rami2k27-May-04 4:57
rami2k27-May-04 4:57 
GeneralRe: LDAP Authentication! Please Help Pin
Dave Kreskowiak27-May-04 5:21
mveDave Kreskowiak27-May-04 5:21 
GeneralRe: LDAP Authentication! Please Help Pin
Heath Stewart27-May-04 5:01
protectorHeath Stewart27-May-04 5:01 
GeneralRemoting Help! Please help urgently! Pin
hprahul26-May-04 22:07
hprahul26-May-04 22:07 
Hello,

I have a windows application made in two formats in C# .net 2003. One is windows client and other is web client. Both communicate with server to get/give the data from/to server.

The windows Application is properly communicating with the server.

In normal senario the program should work in a normal way. i.e. windows client is working in folloing way, first client encrypt the data, send it to server server decrypts it, processes it, encrypt it and send it back where it is decrypted and then used.

But in web application the program communicates with server in diffrent way. It first decrypt the data, where it should have encrypted it and then come series of errors.

My Web.config file looks like below:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.runtime.remoting>
<application>
<client>
<wellknown
type="RemotingUtility.SecurityClientChannelSinkProvider, RemotingUtility"
url="tcp://localhost:8228/AuthenticateClass.rem"
/>
</client>
<channels>
<channel ref="tcp">
<clientProviders>
<formatter ref="binary" />
<provider type="RemotingUtility.SecurityClientChannelSinkProvider, RemotingUtility"/>
</clientProviders>
</channel>
</channels>
</application>
</system.runtime.remoting>

<system.web>
<!-- regular information -->
</system.web>
</configuration>

Can any one suggest what went wrong? Please help! I dont want to say this but, "Its really urgent". We have to complete our college project at the earliest.

Regards,
Rahul.
GeneralRe: Remoting Help! Please help urgently! Pin
Heath Stewart27-May-04 4:56
protectorHeath Stewart27-May-04 4:56 
GeneralRe: Remoting Help! Please help urgently! Pin
hprahul27-May-04 14:41
hprahul27-May-04 14:41 
GeneralRe: Remoting Help! Please help urgently! Pin
Aaron Eldreth27-May-04 15:50
Aaron Eldreth27-May-04 15:50 
GeneralRe: Remoting Help! Please help urgently! Pin
hprahul27-May-04 20:25
hprahul27-May-04 20:25 
GeneralRe: Remoting Help! Please help urgently! Pin
Heath Stewart30-May-04 5:59
protectorHeath Stewart30-May-04 5:59 
GeneralRe: Remoting Help! Please help urgently! Pin
hprahul30-May-04 13:57
hprahul30-May-04 13:57 
GeneralRe: Remoting Help! Please help urgently! Pin
Heath Stewart1-Jun-04 6:11
protectorHeath Stewart1-Jun-04 6:11 
QuestionHow to log files downloaded Pin
Stuggo26-May-04 21:56
Stuggo26-May-04 21:56 
AnswerRe: How to log files downloaded Pin
Dave Kreskowiak27-May-04 4:19
mveDave Kreskowiak27-May-04 4:19 
AnswerRe: How to log files downloaded Pin
Heath Stewart27-May-04 4:52
protectorHeath Stewart27-May-04 4:52 
AnswerRe: How to log files downloaded Pin
Dave Kreskowiak27-May-04 5:30
mveDave Kreskowiak27-May-04 5:30 
GeneralABOUT CONTROL Listview Pin
Member 103377126-May-04 16:44
Member 103377126-May-04 16:44 
GeneralRe: ABOUT CONTROL Listview Pin
sreejith ss nair26-May-04 21:34
sreejith ss nair26-May-04 21:34 
GeneralRe: ABOUT CONTROL Listview Pin
Dave Kreskowiak27-May-04 3:44
mveDave Kreskowiak27-May-04 3:44 
GeneralDynamic Properties Pin
Steve Schaneville26-May-04 15:10
professionalSteve Schaneville26-May-04 15:10 
GeneralRe: Dynamic Properties Pin
Nick Parker26-May-04 15:52
protectorNick Parker26-May-04 15:52 
GeneralRe: Dynamic Properties Pin
Steve Schaneville26-May-04 16:34
professionalSteve Schaneville26-May-04 16:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.