[flexcoders] NET web service from C#

2006-10-02 Thread elzumbasefue
Hello, I'm new in this group, recently I has been started with flex, and I've a some questions. I'm a C# developer mainly, and i triying to make the business model in C# and the client in flex 2. The problem is, i develop a web service, and run it in Visual studio. I think that is enought to

Re: [flexcoders] NET web service from C#

2006-10-02 Thread John C. Bland II
Did you try using localhost:(port number)? Whenever I test .NET WS locally I always have to use the port number (while in debug mode).If in IIS locally, I don't know. I've only tested in debug mode. On 10/2/06, elzumbasefue [EMAIL PROTECTED] wrote: Hello, I'm