I making a website that make calls.
I testing in my pc, using Visual Studio Web Server and all right.(http://localhost:4451/Default.aspx)
But when I try to call http://mymachinename/Default.aspx local or remotely COM dont work normally.
First, it return cSkype.Client.Start(true, true); true, but no Skype instance running....
Attach dont work, consequently calls too.
Attach Exception:
ex.Message = "Not attached."
ex.Source = "Skype4COM.Skype.1"
Skype dont ask about plug-in too. I think COM dont working
Edit2: Maybe is because IIS user account is different?