|
Hello
I am developing an application to be deployed over web, nothing except Framework must be installed on the PC.
Everything was working properly until the day i had the idea to use remoting, and tu use .exe.config file....
HUGE disappointement when i saw that the command RemotingCongiruration.configure needed a path... hmm, unusual, but it doesn't accept URL path....
Well, i had it fixed, i had to do some code before doing that command to download the file and put it in the .exe cache folder.... then i had to specify it's full path....
Very annoying, or am i wrong??
Leandro |