I think not, because iMail uses it's own web server cgi, and IIS would have to operate side by side with that, you'd have 2 web services competing for the same port (80), and you'd lockup.
 
Instead, you would have to replace all the cgi code functionality with native asp calls, read values from the registry, etc to have a complete asp web mail interface.
 
sounds like fun, when do we begin?
--steve
 
 
 
----- Original Message -----
Sent: Monday, May 21, 2001 4:14 PM
Subject: [IMail Forum] Web templates with ASP

Can I replace a web template with an ASP page?  In particular, can I replace login.html with login.asp?  I want to track a user's login name across a session. 
 
Will the userid provide me with what I need? 
 
Possibly, I could setup a link on one of the IMail web pages that includes the userid as a query parameter, and then read it on the next page.
 
Ben Bednarz

Reply via email to