Hi,
One of our customers wants to be able to log users automatically in to their extranet. I've read the blog concerning login through IP-address, http://developer.dynamicweb.dk/Weblog-16918.aspx?action=ShowArticle&ArticleID=141.
Good post, but still I've got a question. Where do we've got to put the code that's send along with the post, in the Default.aspx, Global.asax or somewhere else?
Also, I've came up with a plan to implement an automatic login. Does this way of implementing the login have any chance on succeeding? In the login template we want to create a checkbox for a rememeber me. Next, in the code behind of some page (or in Global.asax?) we want to check on this checkbox. If it's checked, do the stuff from teh login.cs file from the blog. If not, do nothing.
Thanks!