Search results

  1. T

    SMTP Authentication System.Net.Mail???

    Our messages "crossed". I think you need to Google for some examples using the config file.
  2. T

    SMTP Authentication System.Net.Mail???

    It does seem a bit suspicious if it works on another server. If it was me, if you haven't already done so, I'd first make sure that the Jodo server works with authenticated smtp from a regular client, eg, Thunderbird, Outlook or whatever. That probably works because others would have probably...
  3. T

    SMTP Authentication System.Net.Mail???

    Are you sure Smtp.UseDefaultCredentials = True is doing the right thing? It sounds like it's trying to use the credentials of the web server user. Have you tried it with the credentials directly in code? Something like: Smtp.Credentials = New System.Net.NetworkCredential("User"...
  4. T

    Google Checkout

    Is the shopping cart a classic ASP application? This doesn't help the immediate situation but it's a pity the authors haven't thought of building the authentication for the Google Checkout callback directly into their code. I think it could be done very easily using Request.GetHeader() and...
  5. T

    Google Checkout

    There seems to be some discrepancy between what you and Stephen are saying. If it doesn't work with your merchant id and password then, that's the problem. You need to get that simple test to work before doing anything with Google Checkout or your shopping cart software. As an experiment, on...
  6. T

    Google Checkout

    I'm just butting in here. I don't really know anything about Google Checkout but I've been following the thread. I don't think you answered Stephen's question (unless you did privately). If you point a browser at the protected callback page, does the browser's login dialog appear and prompt...
  7. T

    HttpWebRequest in Medium Trust

    I could be wrong but I think that's the same functionality of the .NET framework that DotNetNuke uses to pull in rss feeds. That seems to work on JodoHost. I just checked the host setup area of my DNN site and it says that it has "WebPermission" which I think is what you need. So ... either...
  8. T

    Secure direct connection/VPN options...

    At the risk of making a fool of myself (it's probably too late for that) I think I misread your question and you know the info I gave which I've now deleted. I'm not sure what you can do in terms of a VPN. I use SSH tunnels with Putty all the time as a sort of poor man's VPN to securely...
  9. T

    Secure direct connection/VPN options...

    I just remembered where I'd seen your handle. I hope CSLA works well for you here. :)
  10. T

    DotNEtNuke 4 or highter in future...

    I'm not sure why you would install DNN 3 and then upgrade to 4 when you can install DNN 4 directly. I believe you still need to get JodoHost to set permissions on the web directory and dbo permissions on the database. They've always known exactly what I mean when I've asked for DNN...
  11. T

    MS SQL Issues

    I think you need to remove the ON [PRIMARY] stuff. I had to create scripts for a DotNetNuke module recently. I did this by doing a SCRIPT TABLE AS on my local db and then making some modifications to work on JodoHost. I'm going by memory right now but I think the main thing I had to do was...
  12. T

    Data Recovery Utility?

    I've had success with iRecover. It's read-only, it doesn't attempt to repair anything. It reads the files and writes to another disk. I think I wrote to a usb drive. Of course your chance of success depends on how bad the corruption is. iRecover is $79.95 but there is a free download which...
  13. T

    Reading emails from the server...

    My experience is that if you get the same unhelpful error message regardless of the customErrors setting then you probably have ASP.NET switched to version 1 instead of 2. Do other ASP.NET pages work? You're supposed to be able to switch it in HSphere although last time I tried to do that the...
  14. T

    Spam

    I'm surprised that you found ASSP to be too aggressive. It's very configurable. I think it would be unsuitable for JodoHost for other reasons. The main reason being that there are no per user settings and only one whitelist for everyone. One user could easier pollute the whitelist. Its very good...
  15. T

    Spam

    I can't prove it but I have doubts about how well the graylisting in DSpam really works. I look after a school's MS Exchange server and for six months or so we had mail configured so that it came into JodoHost and was forwarded to the school. I wanted to use JodoHost's spam filters and also keep...
  16. T

    ASPNet Components

    Some time ago I wanted a pop3 component for .NET and tried this since it was reasonably priced. http://www.4-asp.net/products/pop3.aspx Initially it didn't work on medium trust but I emailed them and they sent back a modified version which worked. It looks like the released version does...
  17. T

    Global.asax on a shared Server

    Hi Vita This may be totally irrelevant but I'm a big fan of Rocky Lhotka's CSLA framework. His examples create the principal etc on the Application_AcquireRequestState event. I don't have Rocky's book with me right now but I remember reading something in it saying that...
  18. T

    Linux VPS ?

    Hello Is Linux VPS still available? I have a reseller LiteHost account and I seem to recall that Linux VPS was part of this when I signed up. I think I created one to have a quick look at and then deleted it. It's no longer listed on the reseller page but my CP still has the option to...
  19. T

    Unable to use MS-SQL Reports

    I'm not sure why your testing suggests otherwise but, unfortunately, the report viewer does not run on medium trust for local reports. I think it can run medium trust if it's displaying a remote report from a MS SQL 2005 Reporting Services server which I don't think is available on JodoHost.
  20. T

    AWStats

    AWStats. Excluding certain IPs and hosts not resolving Hi Is there is any way of excluding certain IP numbers from contributing to the AWStats? I have a client who use their own site a lot (from a static IP) and would like the stats to exclude those hits. AWStats has a way of doing it in its...
Back
Top