Rank: Newbie Groups: Member
Joined: 3/24/2009 Posts: 1
|
My key on the development server is working fine. But the Redistribute Key is not being recognized on the production server. I have copied the code from the Redistribute Key tab and pasted it into my ASP.NET (version 1.1) Application_Start event in the Global.asax.vb page. Still the key is not recognized. What do I do?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Have you copied Global.asax over as well? Your code in Global.asax.vb won't be called without that file. You can also try to copy the license file over and then follow this step by step license troubleshooting guide: http://www.essentialobjects.com/forum/postst119_License-troubleshooting.aspxThanks!
|