Click here to Skip to main content
15,885,869 members
Home / Discussions / C#
   

C#

 
GeneralDistribute code in separate files Pin
sumeat22-Aug-03 14:01
sumeat22-Aug-03 14:01 
GeneralRe: Distribute code in separate files Pin
J. Dunlap22-Aug-03 14:13
J. Dunlap22-Aug-03 14:13 
GeneralCaret implementation Pin
Lasse Johansen22-Aug-03 11:03
Lasse Johansen22-Aug-03 11:03 
GeneralRe: Caret implementation Pin
A.Wegierski24-Aug-03 20:23
A.Wegierski24-Aug-03 20:23 
GeneralRe: Caret implementation Pin
Lasse Johansen26-Aug-03 9:50
Lasse Johansen26-Aug-03 9:50 
QuestionHow to change Back Color of ToolBar Pin
sumeat22-Aug-03 9:39
sumeat22-Aug-03 9:39 
GeneralRemote Object in IIS Pin
Mazdak22-Aug-03 7:23
Mazdak22-Aug-03 7:23 
GeneralRe: Remote Object in IIS Pin
Meysam Mahfouzi22-Aug-03 18:06
Meysam Mahfouzi22-Aug-03 18:06 
You now there are actually two ways to get a remoting application up and running: via a web server or a host utility. The first approach needs using IIS and your question is about this one.

I hope you have below files:

1- SomeServer.cs and its corresponding web.config file. put these all in some folder like "MyServer"

2- SomeClient.cs and its corresponding SomeClient.exe.config file. put them again in some directory like this: "MyClient"

3- Next create a folder named "bin" under the MyServer directory.
put the compiled version of SomeServer.cs which is SomeServer.dll in this bin directory.

4- put the compiled version of SomeClient.cs named SomeClient.exe in that MyClient directory.

5- Use internet services manager to create 2 virtual directories for both above mentioned directories.

6- Run SomeClient.exe

If any thing is not clear tell me.
I hope this helps.Rose | [Rose] Smile | :) Rose | [Rose]



Don't forget, that's
Persian Gulf
not Arabian gulf!
GeneralRe: Remote Object in IIS Pin
Mazdak22-Aug-03 19:42
Mazdak22-Aug-03 19:42 
GeneralRe: Remote Object in IIS Pin
Meysam Mahfouzi22-Aug-03 20:05
Meysam Mahfouzi22-Aug-03 20:05 
GeneralRe: Remote Object in IIS Pin
Mazdak22-Aug-03 20:19
Mazdak22-Aug-03 20:19 
GeneralPicture Box Pin
Member 37886922-Aug-03 6:34
Member 37886922-Aug-03 6:34 
GeneralRe: Picture Box Pin
Mazdak22-Aug-03 7:27
Mazdak22-Aug-03 7:27 
GeneralRe: Picture Box Pin
joan_fl22-Aug-03 7:38
joan_fl22-Aug-03 7:38 
GeneralRe: Picture Box Pin
Mazdak22-Aug-03 8:11
Mazdak22-Aug-03 8:11 
GeneralRe: Picture Box Pin
joan_fl22-Aug-03 7:36
joan_fl22-Aug-03 7:36 
GeneralRe: Picture Box Pin
Member 37886924-Aug-03 21:46
Member 37886924-Aug-03 21:46 
GeneralRe: Picture Box Pin
joan_fl25-Aug-03 2:09
joan_fl25-Aug-03 2:09 
GeneralRe: Picture Box Pin
Member 37886924-Aug-03 22:26
Member 37886924-Aug-03 22:26 
QuestionFastest manipulation of numbers(real and integer) in C# ? Pin
Demokritos22-Aug-03 5:19
Demokritos22-Aug-03 5:19 
AnswerRe: Fastest manipulation of numbers(real and integer) in C# ? Pin
Julian Bucknall [MSFT]22-Aug-03 5:49
Julian Bucknall [MSFT]22-Aug-03 5:49 
GeneralRe: Fastest manipulation of numbers(real and integer) in C# ? Pin
Demokritos22-Aug-03 23:36
Demokritos22-Aug-03 23:36 
GeneralRe: Fastest manipulation of numbers(real and integer) in C# ? Pin
leppie23-Aug-03 1:25
leppie23-Aug-03 1:25 
GeneralRe: Fastest manipulation of numbers(real and integer) in C# ? Pin
Ista23-Aug-03 15:48
Ista23-Aug-03 15:48 
GeneralRe: Fastest manipulation of numbers(real and integer) in C# ? Pin
Julian Bucknall [MSFT]25-Aug-03 9:57
Julian Bucknall [MSFT]25-Aug-03 9:57 

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.