ASP.NET SessionFarm
ASP to ASP.NET integration
SessionFarm allows you to access legacy IIS Session information from ASP.NET webforms. SessionFarm can help you migrate to ASP.NET a page at a time -- add an ASP.NET page and access your existing session login variables or build new ASP.NET features into an existing ASP website.
On-line demo -- see ASP - ASP.NET session interaction
Web-farm Sessions
SessionFarm is an Active Server Pages component that allows you to manage session state on multiple servers in a web-farm. SessionFarm utilizes the built-in IIS Session object which means you don't have to learn new methods and objects. The IIS Session object is stored on either a file-share or a SQL database using optimized stored procedures.
Convert existing pages with only one line of code!
EmailVerify COM Object
This COM object can be used to perform real-time verification of e-mail addresses from ASP pages. It works by checking the address format, verifying that mail servers exist for the given domain, and attempts to verify the e-mail address with the default mail server. Helps eliminate bogus e-mail submissions.
On-line demo -- test your e-mail address!