Author |
|
bgitlin Newbie
Joined: 04 December 2007 Location: United States
Online Status: Offline Posts: 3
|
Posted: 04 December 2007 at 5:38pm | IP Logged
|
|
|
I'm evaluating this for a component that I must write. Could someone explain how to install MailBee.NET IMAP component with a shared hosting provider? I saw that the trial license is stored in the registry and it's highly unlikely that I will have access to that at the shared host. Any suggestions?
|
Back to Top |
|
|
bgitlin Newbie
Joined: 04 December 2007 Location: United States
Online Status: Offline Posts: 3
|
Posted: 04 December 2007 at 5:48pm | IP Logged
|
|
|
Sorry, found it. Although I'm having trouble running the ASP.NET sample in VS2005 after conversion.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<!-- License key for Pop3, Imap, and Smtp components -->
<!-- Note that MN100-0123456789ABCDEF-0123 is not a real key. Use your key instead. -->
<add key="MailBee.Pop3Mail.Pop3.LicenseKey" value="MN100-0123456789ABCDEF-0123"/>
<add key="MailBee.ImapMail.Imap.LicenseKey" value="MN100-0123456789ABCDEF-0123"/>
<add key="MailBee.SmtpMail.Smtp.LicenseKey" value="MN100-0123456789ABCDEF-0123"/>
<add key="MailBee.Security.Powerup.LicenseKey" value="MN100-0123456789ABCDEF-0123"/>
</appSettings>
</configuration>
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 05 December 2007 at 3:11am | IP Logged
|
|
|
Do you have SP1 for VS2005 installed? If not, you should install it because VS2005 without SP1 is not able to convert VS2003 projects properly.
Best regards,
Andrew
|
Back to Top |
|
|