all groups > macromedia flash flash remoting > may 2005 >
You're in the

macromedia flash flash remoting

group:

Re: Flash Remoting - Access to .NET Assembly - Security!!!!


Re: Flash Remoting - Access to .NET Assembly - Security!!!! e_s_t_o
5/8/2005 12:00:00 AM
macromedia flash flash remoting:
Re: Flash Remoting - Access to .NET Assembly - Security!!!! otto_kan
5/12/2005 12:00:00 AM
I believe my action script code is ok because it's working fine locally.
here it is :
#include "NetServices.as"
#include "NetDebug.as"
var gateconn;
var serviceconn;
mx.remoting.debug.NetDebug.initialize()
NetServices.setDefaultGatewayUrl("http://www.mydomain.com/gateway.aspx");
gateconn = NetServices.createGatewayConnection();
serviceconn = gateconn.getService("dll_name", this);
serviceconn.class_name;
function au_login_Result(Results) {
text_txt.text = Results;
}
function au_login_Status(Status) {
text_txt.text = Status;
}

I'm using : visual studio 2003, IIS 5.1, net.framework 1.1





Re: Flash Remoting - Access to .NET Assembly - Security!!!! otto_kan
5/12/2005 12:00:00 AM
is it possible to be a web server security issue???

AddThis Social Bookmark Button