Re: [DOTNET] Remoting Security

2002-05-03 Thread Steve Albert
I had the same problem. Haven't you configured Remoting services with the .NET Framework Configuration tool? If you turn delayload to true, then you will get this message. bye, Steve On Thu, 18 Apr 2002 10:19:16 -0700, Marina Zlatkina <[EMAIL PROTECTED]> wrote: >So, by following one of the exam

Re: [DOTNET] Remoting Security : Ingo's Book

2002-04-18 Thread Christian Weyer
So Ingo, didn't you write a Web Service with Remoting that is always listing the top five of the online book sellers? ;-) Cheers, Christian - .NET XML Web Services Repertory http://www.xmlwebservices.cc/ - Steve Johnson wrote:

Re: [DOTNET] Remoting Security : Ingo's Book

2002-04-18 Thread Alex Ivanoff
You could get it for even less: http://www.bookpool.com/.x/dqomkrm924/ss/1?qs=1590590252 -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Myrick, Joe M. Sent: Thursday, April 18, 2002 17:00 To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Remoting Security

Re: [DOTNET] Remoting Security : Ingo's Book

2002-04-18 Thread Myrick, Joe M.
Thanks, but I pre-ordered it from Amazon and got the $34.95 price. ;;) They finally shipped it last night. -Original Message- From: Ingo Rammer [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 3:38 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Remoting Security : Ingo's

Re: [DOTNET] Remoting Security : Ingo's Book

2002-04-18 Thread Steve Johnson
> In the meantime: it's also available at B&N > [http://service.bfast.com/bfast/click?bfmid=2181&sourceid=39395790&bfpid > =159 > 0590252&bfmtype=book] for 39.96. $32.95 at Bookpool http://www.bookpool.com/.x/thwy881r0m/ss/1?qs=Ingo+Rammer -- Steve Johnson 3t Systems You can read messages fro

Re: [DOTNET] Remoting Security : Ingo's Book

2002-04-18 Thread Ingo Rammer
> Your book must be selling like mad. Amazon kicked the price > back up to $49.99 from their introductory $34.95 price. I've already seen it today ... In the meantime: it's also available at B&N [http://service.bfast.com/bfast/click?bfmid=2181&sourceid=39395790&bfpid=159 0590252&bfmtype=book] f

Re: [DOTNET] Remoting Security : Ingo's Book

2002-04-18 Thread Myrick, Joe M.
atkina [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 18, 2002 9:19 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] Remoting Security > > > I don't have that file because i have asp.net files written > from scratch, > nto the IDE, I guess I'll either put it there, or

Re: [DOTNET] Remoting Security

2002-04-18 Thread Ingo Rammer
ilto:[EMAIL PROTECTED]] > Sent: Thursday, April 18, 2002 9:19 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] Remoting Security > > > I don't have that file because i have asp.net files written > from scratch, > nto the IDE, I guess I'll either put it there, or

Re: [DOTNET] Remoting Security

2002-04-18 Thread Marina Zlatkina
I don't have that file because i have asp.net files written from scratch, nto the IDE, I guess I'll either put it there, or maybe just keep a session variable for now that keeps track of whether or not remoting has been configured... You can read messages from the DOTNET archive, unsubscribe from

Re: [DOTNET] Remoting Security

2002-04-18 Thread Ingo Rammer
Hi Marina, > I called it only once in the page, but now realize I need to shut down > asp.net every time i reload the page in order to debug...what > a pain... No you don't have to! Just put the call to remotingconfiguration.configure() in the global.asax's method Application_Start() ... this wi

Re: [DOTNET] Remoting Security

2002-04-18 Thread Marina Zlatkina
I called it only once in the page, but now realize I need to shut down asp.net every time i reload the page in order to debug...what a pain... Thanks, Marina You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develo

Re: [DOTNET] Remoting Security

2002-04-18 Thread Matt Milner
PROTECTED] Sent: 4/18/02 12:19 PM Subject: Re: [DOTNET] Remoting Security So, by following one of the examples on MSDN (http://msdn.microsoft.com/library/default.asp?url=/library/en- us/cpguide/html/cpconremotingexamplehostinginiis.asp) , I was able to sort of get things workinguntil, I wanted to

Re: [DOTNET] Remoting Security

2002-04-18 Thread Ingo Rammer
April 18, 2002 7:19 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] Remoting Security > > > So, by following one of the examples on MSDN > (http://msdn.microsoft.com/library/default.asp?url=/library/en- > us/cpguide/html/cpconremotingexamplehostinginiis.asp) , I was > able

Re: [DOTNET] Remoting Security

2002-04-18 Thread Marina Zlatkina
So, by following one of the examples on MSDN (http://msdn.microsoft.com/library/default.asp?url=/library/en- us/cpguide/html/cpconremotingexamplehostinginiis.asp) , I was able to sort of get things workinguntil, I wanted to try using remoting from an asp.net page and not from a console app. In

Re: [DOTNET] Remoting Security

2002-04-18 Thread Marina Zlatkina
I dont' know much about DCOM, but I believe the reason we are not using it now is that too many ports would have to be open if there was a firewall. We even had a Microsoft guy come in, and basically tell us it wasn't going to happen using that technology. Marina You can read messages from the D

Re: [DOTNET] Remoting Security

2002-04-18 Thread Ron Jacobs
ction context automatically, something that the other protocols will not do. Ron Jacobs Program Manager XML Enterprise Services -Original Message- From: Marina [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 10:36 AM To: [EMAIL PROTECTED] Subject: [DOTNET] Remoting Security Hi,

[DOTNET] Remoting Security

2002-04-17 Thread Marina
Hi, I am just starting to experiment with remoting. I have a DLL with a class that inherits from MarshalByRefObject in the bin directory of a virtual directory. I then try to create an instance the following way: dim attributes(0) as Object attributes(0) = new urlattribute("http://ComputerNa