Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

I am almost ALWAYS having trouble with deployment in asp.net.

The page works perfectly on my computer, but when I give the page to a friend, lots of errors, also when I try to put it on a remote server ... like europe.webmatrixhosting ...

 

Some tips and tricks !??! Some good articles on asp.net deployment ?

 

 

Example : http://proka2.europe.webmatrixhosting.net/SendEmail.aspx

Edited by PROKA
Development & Research Department @ Elven Soft
  • *Gurus*
Posted

If you had bothered to read the entire error you'd realize the problem.

 

System.Windows.Forms.Form.ShowDialog(IWin32Window owner) +2127

System.Windows.Forms.Form.ShowDialog() +7

Mabry.Core.MabryLicenseManager.Validate(Type type, Object instance) +817

 

The Mabry component is attempting to show a window, which obviously doesn't even make sense for an ASP.NET application.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...