Search results

  1. S

    money back guarantee? -- I've shut down my account weeks ago

    I shut my jodohost account several weeks ago because the asp.net server was unbelievably slow. I was told then that I would be entitled to a refund of unused monies. To date, I have not received a single cent. Is the "money back guarantee" on your site something that people should take...
  2. S

    Scheduled tasks

    Can we have a scheduled tasks type system where something can automatically call a web page once every 15 mins or something like that to keep the web application "in memory" so that IIS doesn't have to JIT compile everytime which then avoids the slow first loads? I've noticed that if an...
  3. S

    Slow page loads and .NET 2.0 JIT compilation

    I've recently discovered that .NET 2.0 applications load incredibly slowly the first time they are run immediately after an application or a configuration change (and also after a server boot). When I say slow I mean several minutes not several seconds. The reason for this is that asp.net...
  4. S

    Asp.net 2.0 trust level and binary serialization

    I have a new app to put online. This one uses binary serialization. And asp.net 2.0 is throwing the following error: "Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0..." Is it possible to grant permission to...
  5. S

    aspnet_regiis and encrypting web.config

    .NET's aspnet_regiis.exe can encrypt connection strings and other appsettings in a web.config file. ie, aspnet_regiis -pe I tried it locally with RSA as the encryption provider and it works. I uploaded the partially encrypted web.config file to my asp.net 2.0 site and it threw an error...
  6. S

    asp.net 2.0 and MySQL, PostgreSQL and Oracle 10g

    How can I connect any of the following databases via asp.net 2.0? 1. MySQL 2. PostgreSQL 3. Oracle 10g
  7. S

    asp.net 2.0, trust level, and database connections

    It seems under asp.net 2.0's medium trust, which is the recommended trust level, and which may or may not be jodohost's trust setting, it is not possible to do OleDb, Odbc and other similar connections. The only connection that is available is SqlClient -- which seems blatantly commercial on...
  8. S

    asp.net 2.0

    I just started with jodohost and I have to say that the account management and configuration system, HSPHERE, is the best I've seen -- and I've tried a lot of different web hosts. The icing on the cake would be support for asp.net 2.0 almost immediately after it is officially released...
Back
Top