Click here to Skip to main content
15,886,518 members
Home / Discussions / ASP.NET
   

ASP.NET

 
JokeRe: What is the future of ASP.NET? Pin
JP_Rocks13-May-11 10:36
JP_Rocks13-May-11 10:36 
GeneralRe: What is the future of ASP.NET? Pin
supernaturaluser13-May-11 11:02
supernaturaluser13-May-11 11:02 
AnswerRe: What is the future of ASP.NET? Pin
Rhuros15-May-11 22:48
professionalRhuros15-May-11 22:48 
AnswerRe: What is the future of ASP.NET? Pin
Prasanta_Prince15-May-11 20:53
Prasanta_Prince15-May-11 20:53 
AnswerRe: What is the future of ASP.NET? Pin
Rhuros15-May-11 22:57
professionalRhuros15-May-11 22:57 
AnswerRe: What is the future of ASP.NET? Pin
Morgs Morgan16-May-11 21:51
Morgs Morgan16-May-11 21:51 
AnswerRe: What is the future of ASP.NET? Pin
Dalek Dave18-May-11 13:56
professionalDalek Dave18-May-11 13:56 
Questionremoting connection with http channel with binary formatter Pin
Tripathi Swati12-May-11 21:03
Tripathi Swati12-May-11 21:03 
hi
my senario is i have one desktop application and one remote service for server
now if i want to connect then i m using http channel with binary formatter now my problem is by using my code i can open one instance at a time for other it will give me error saying
only port is normally allowed....

i want to run mutliple exe or instance from same machine which will utilize remote services on server

please help me ,,

below is my code.



IDictionary props = new Hashtable();
                   props["port"] = TechnicalSettings.RemotingServerPort;
                   props.Add("typeFilterLevel", TypeFilterLevel.Full);
                   //props.Add("timeout", 2000);
                   BinaryClientFormatterSinkProvider clientProvider = new BinaryClientFormatterSinkProvider();
                   channel = new HttpChannel(props, clientProvider, null);
                   ChannelServices.RegisterChannel(channel, false);

                   //TcpChannel channel = new TcpChannel();
                   //ChannelServices.RegisterChannel(channel, true);



                   var server = string.Format("http://{0}:{1}/RemoteOperation", TechnicalSettings.RemotingServer,
                                              TechnicalSettings.RemotingServerPort);

                   _remoteOperation = (IRemoteOperation)Activator.GetObject(typeof(IRemoteOperation), server);
                   _exist = _remoteOperation.TestRemoting();

Reasons are not Important but Results are Important.
http://www.sql4professional.blogspot.com
Swati Tripathi

AnswerRe: remoting connection with http channel with binary formatter Pin
Ravi Sant13-May-11 10:41
Ravi Sant13-May-11 10:41 
GeneralRe: remoting connection with http channel with binary formatter Pin
Tripathi Swati17-May-11 20:52
Tripathi Swati17-May-11 20:52 
QuestionCan a web application run without Web.Config [modified] Pin
Jagz W12-May-11 18:00
professionalJagz W12-May-11 18:00 
AnswerRe: Can a web application run with Web.Config Pin
m@dhu12-May-11 19:33
m@dhu12-May-11 19:33 
GeneralRe: Can a web application run with Web.Config Pin
Jagz W13-May-11 5:49
professionalJagz W13-May-11 5:49 
AnswerRe: Can a web application run with Web.Config Pin
Prasanta_Prince13-May-11 2:45
Prasanta_Prince13-May-11 2:45 
GeneralRe: Can a web application run with Web.Config Pin
Pete O'Hanlon16-May-11 2:28
mvePete O'Hanlon16-May-11 2:28 
GeneralRe: Can a web application run with Web.Config Pin
Jagz W16-May-11 6:06
professionalJagz W16-May-11 6:06 
GeneralRe: Can a web application run with Web.Config Pin
Pete O'Hanlon16-May-11 7:20
mvePete O'Hanlon16-May-11 7:20 
AnswerRe: Can a web application run without Web.Config Pin
AspDotNetDev13-May-11 10:33
protectorAspDotNetDev13-May-11 10:33 
AnswerRe: Can a web application run without Web.Config Pin
Ravi Sant13-May-11 10:44
Ravi Sant13-May-11 10:44 
AnswerRe: Can a web application run without Web.Config Pin
Parwej Ahamad15-May-11 17:16
professionalParwej Ahamad15-May-11 17:16 
AnswerRe: Can a web application run without Web.Config Pin
Prasanta_Prince15-May-11 20:54
Prasanta_Prince15-May-11 20:54 
QuestionDynamic Grid Pin
Ramkumar_S12-May-11 15:53
Ramkumar_S12-May-11 15:53 
AnswerRe: Dynamic Grid Pin
Andy_L_J12-May-11 21:33
Andy_L_J12-May-11 21:33 
QuestionHow can my hosted asp.net website access my local machine database Pin
akosidandan12-May-11 14:53
akosidandan12-May-11 14:53 
Questionword document in ASP.Net Pin
jashimu12-May-11 10:15
jashimu12-May-11 10:15 

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.