Search results

  1. D

    Plesk 8.3?

    Hi - Just noticed that the WinVPS now comes with Plesk 8.3.... We are on VPS Platinum and have been with our VPS for some time now. Can existing customers expect this upgrade as well? Thanks.
  2. D

    ASP.NET Load Times

    Yep - that did it. Thanks!
  3. D

    ASP.NET Load Times

    Hi - ASP.NET page load times are fairly slow. We recently upgraded our resources and they are still slower than they really should be. I know this is always an issue for ASP.NET regradless of host and that much can be done on the developers (coding) side. However, can anyone...
  4. D

    Slow SUPPORT

    Hi - Forgive my jumping into your thread. I know that support times are a key issue with VPS hosting (I have dropped pleanty of providers for this very reason). I must say, however, that in the the time (year or more?) I have been with Jodo that support hasd been excellent. They have...
  5. D

    301 redirect

    I'm not a pro at Windows/ASP redirection, but I think these are pretty standard codes: ASP: <%@ Language=VBScript %> <% Response.Status="301 Moved Permanently" Response.AddHeader "Location", "http://www.yournewdomain.com" %> ASP.net: private void Page_Load(object sender...
  6. D

    Plesk and MySQL

    MSSQL2005 Express Hi - Im running ASP.NET 3.5 on my VPS and all of my client accounts are ASP or ASP.NET. I would like to switch to SQL2005 Express and dump MSSQL2000 local DB servers. My understanding is that 2005 Express is a better alternative to existing local MSSQL2000. Is...
  7. D

    301 redirect

    Not clear if you are on Linux or not..... For 301, I found it's best to always avoid tags and use something sever side (also make sure it re-directs all pages): redirectMatch 301 ^(.*)$ http://www.tourgolfclubs.com redirectMatch permanent ^(.*)$ http://www.tourgolfclubs.com work well...
  8. D

    Pokey Plesk?

    I have the same deal - front end sites run fine and resources look good, but my Plesk has become really slow. I tried both the 'selective' and full restart but it's still dragging. I've checked out some of the Plesk articles regarding compression. Is that the next step or can recommend...
  9. D

    ASP.NET 3.5 on Win VPS

    Hi - Just a note about 3.5 I installed 3.5 on my server and so far no problems and the clients who use it are saying it works perfectly. As Stepehen pointed out, it just builds on 2.0 (and 3.0) so everything looks the same from the Plesk end. Although 3.5 comes with an embedded...
  10. D

    New VPS Plans(SATA) Vs Old plans(SCSI)

    Hi - I am on the new plans and I'm quite happy with it. It's more cpu and ram for the dollar (which seems to be what you are looking for). I have tested and hosted mutiple ASP.NET applications and sites and everyhing went off nicley. One of my clients is actually an ASP.NET programer...
  11. D

    Configuring Large Application on VPS

    OK - I managed to finally get everythig up and running. The default site needed to be set to 2.0 within IIS in order to create the applications. Only once the application is created and reviewed in VPS do you then create a virtual directory (pointed at the application folder) in the...
  12. D

    Configuring Large Application on VPS

    I can do that at the domain level. However, the applicaiton requires me to perform certain operations via VPS remote desktop. Attemtpting to run these operations results in the parsing error above. When I go into IIS manager to change the properties of the directory in which the program...
  13. D

    Server Name for Remote MySQL Connections

    Yep - tried that first. Sorry for not specifying so above. It says the driver can't be found. So much for it being the server name :) Ill trying playing with it some more.... -Thanks! David
  14. D

    Server Name for Remote MySQL Connections

    Hi - I'm having an issue connecting to remote MySQL databases from my Windows VPS account. I am running a .NEt application and for the remote server connection I have tried both: Driver={MySQL ODBC 3.51 Driver};Server=data.domain.com;Port=3306;Database=myDataBase;User=myUsername...
  15. D

    Configuring Large Application on VPS

    My app is up and running but I am getting errors due to framework being set to .NET 1.1. (see below) I checked my configuration on install and it was 2.x. I am simply running the the app from the desktop at this point. Does this default to 1.1 on execution unless otherwise instructed...
  16. D

    Configuring Large Application on VPS

    I did manage to install the application via the remote desktop. Thanks, David G
  17. D

    Configuring Large Application on VPS

    The app actually requires .NET Framework 2.0 and Im noticing now that the site application installer does not allow for installation of ASP.NET. Im kind of leaning towards utilizing the paid Management Ticket thing as Im anxious to see if the app will even work on the server before I go ahead...
  18. D

    Configuring Large Application on VPS

    I do have Plesk along with Power Pack. I'm new to Windows so I wanted to at least have something familiar to start with (Plesk). Does it make a difference vis-a-vis my question? Thanks! David
  19. D

    Configuring Large Application on VPS

    Hi - I have a large (60 odd MEG) ad-hoc reporting application that I want to install on my VPS. The applicaiton could consume a sizable amount of my current accounts RAM. The goal is that the application be accessed via a site that is on my server (www.myBItest.com or whatever) that...
  20. D

    DNS with ENOM or Jodo?

    Re: VPS DNS with ENOM or Jodo? In other words, if I just go ahead and create my name servers (n1.david.com -or whatever) via Plesk, and then go ahead and manually add a new domain (or update and existing one) in EnOM and use ns1.david.com for that particular domain, that should do it...
Back
Top