Issues after uploading to Arvixe

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
2/28/2013 12:55:12 PM
Gravatar
Total Posts 18439

Re: Issues after uploading to Arvixe

Glad its working! Thanks for the beer!

Cheers,

Joe

2/28/2013 1:43:51 PM
Gravatar
Total Posts 2254

Re: Issues after uploading to Arvixe

Just buy Joe another beer and we'll call it even.

2/28/2013 2:46:48 PM
Gravatar
Total Posts 7

Re: Issues after uploading to Arvixe

Sorry, another couple of questions.

Do any SMTP settings need to go in the user.config file?  I have made the necessary changes to the web.config file and registration emails are not going out.  I do have an account setup on Arvixe.

Also, how can I confirm that a payment confirmation came back from PayPal?  Is this an issue with the Medium Trust on Arvixe?  Also, how can I associate that payment with a distinct user level?

If you can't tell, I am a 25 year desktop developer with limited web work.

2/28/2013 3:02:09 PM
Gravatar
Total Posts 18439

Re: Issues after uploading to Arvixe

Yes, you should configure SMTP settings in user.config

​See the article Email Configuration for details, the actual setting values you need would have to come from Arvixe or whoever your email is provided by.

Hope that helps,

Joe

2/28/2013 5:49:30 PM
Gravatar
Total Posts 355

Re: Issues after uploading to Arvixe

Your config settings for SMTP at Arvixe will look something like this:

<add key="SMTPServer" value="localhost"/>
    <add key="SMTPRequiresAuthentication" value="false"/>
    <add key="SMTPUseSsl" value="false"/>
    <add key="SMTPPort" value="25"/>
    <add key="SMTPUser" value="youruser@broadcastsports.org"/>
    <add key="SMTPPassword" value="yourpassword"/>
    <add key="SMTPTimeoutInMilliseconds" value="30000"/> 

You must sign in to post in the forums. This thread is closed to new posts.