Hello, is it true that you need to install DW extranet module to call ExtranetLogin in the API?
My code look like this...
Dynamicweb.Security sec = new Security();
sec.ExtranetLogin(Request.Form["Username"], Request.Form["Password"]);
The sec.UserLoggedIn is always false for some reson in my production enviroment and the customer only have "Users" and "Users (Extended)" installed.