PDA

View Full Version : Gateway URL Problem


Shahzeb
11-24-2005, 02:43 PM
Hi


hello I am working on Flash remoting for .NET, and using windows server 2000 (Operating System). as you know we can create domain in server2000 and put the domain entry in host file then you can view your required site.

I got stuck here when I give my gateway.aspx page url in

NetServices.setDefaultGatewayUrl("http://www.flashremoting.com/gateway.aspx");

it doesn't work. but the same project when I put in locathost then change the Gateway page URL

NetServices.setDefaultGatewayUrl("http://localhost/remoting/gateway.aspx");

its work here easily... I dont know why it should work because flash 1st send the request to IIS and then IIS chk the required domain name in host. we find then it work locally.

or if i try to access my website from another computer and write this on browser url

http://win-shahzeb/myremoting/default.aspx not work
http://localhost/myremoting/defaut.aspx its work



Anybody plz help me


Shahzeb

MrKicks
12-30-2005, 10:13 PM
You need to have .com on your domain:
http://win-shahzeb.com/myremoting/default.aspx

There is no Gateway @ http://www.flashremoting.com/gateway.aspx so this shouldn't work.

MrKicks