Search results

  1. AndyLL

    Problems moving .Net sites to 2.0 Framework

    I have to move my ~75 clients from 1.4 to 2.0 .Net framework. I was going to do it all last night but ran into problems. Everyone of them gives me a: 'The page cannot be found' or sometimes 'The website declined to show this webpage' Tech Support did something that fixed it but they...
  2. AndyLL

    Full trust?

    It actually seems to work without it. Texas... I posted a link above that has instructions on how to do it. Unfortionately freetextbox does not work in medium trust.
  3. AndyLL

    Full trust?

    ok... I have it working locally in medium trust. Here is what I have in my web.config: <trust level="Medium" originUrl="https://webservices\.amazon\.com/.*" /> The originUrl is what I needed to allow the call to Amazon in Medium Trust. I'm not sure that line in the web.config will...
  4. AndyLL

    Full trust?

    Actually the 1st poster initially was using WCF to access the Amazon API. I'm doing the same thing Stephen and running into issue. I don't understand how WCF calls cannot be allowed. I'm using basicBinding: BasicHttpBinding basicBinding = new...
  5. AndyLL

    mssql9.jodovps.com

    ok... thought I had missed a Microsoft release. I'd get the ticket in this evening. Andy
  6. AndyLL

    mssql9.jodovps.com

    I'm not sure I understand your answer Stephen. it is on mssql9 or lower it will be SQL 2009 and locked there, Don't understand that. I do have 2 DBs on mssql9
  7. AndyLL

    mssql9.jodovps.com

    Management Studio now requires a default database when connecting to Jodo which is a change. So that's ok. What about SQL Server 2005 support for VPSs. A database I have uses a varchar(max) which is not supported on 2000
  8. AndyLL

    mssql9.jodovps.com

    I cannot connect to this database through Management studio tonight. The website runs fine so it is connecting there... it's just through Studio. I can connect to MSSQL1 with no problems. Also... the current VPS plans have 2005. Is it possible to get it for my plan? Andy
  9. AndyLL

    Dedicated App Pool

    You guys don't understand. Hsphere says there is one there ( I didn't add it) and I want to get rid of it because billing says they are going to charge for it. I didn't see how to remove it.
  10. AndyLL

    Dedicated App Pool

    My service domain has a dedicated App Pool. I didn't add it but its there under Account Settings. Billing says they are going to start billing me for it but I do not see a way to remove it. Advice please?
  11. AndyLL

    PHP/Vbulletin on a Windows VPS

    Has anyone done this? My current asp.net forums are really dragging their feet getting out Net 2.0+ support which is killing me since my Net 3.5 website needs to intergrate with it. Andy
  12. AndyLL

    Asp.Net 3.5 permissions

    Matt Cutts is a fairly well know Google engineer. http://www.mattcutts.com/blog/asp-net-2-and-url-rewriting-sometimes-harmful/ I guess I'll try to test it out tomorrow. I hate to think microsoft made such a dumb mistake.
  13. AndyLL

    Asp.Net 3.5 permissions

    So GetCompliedPage is not allowed. I guess I have to change my URL rewritten. Anyone have an opinion on if to use RewritePath() or Server.Transfer. I've heard RewritePath() puts a 302 in the response which is bad?
  14. AndyLL

    Asp.Net 3.5 permissions

    Ok... I'm confused now. Maybe its not the file writing. I followed the help desks steps to setup my trust level like yours. Here is the line that give the exception: return PageParser.GetCompiledPageInstance(url, HttpContext.Current.Server.MapPath("~/Default.aspx"), context); This is...
  15. AndyLL

    Asp.Net 3.5 permissions

    There is a ticket about this for a specific domain but I wanted to bring this up here because I will run into this on most of the servers. I have about 70 clients running an Asp.Net 1.4 application under my reseller account. As Stephen knows it eats temp files and 1.4 has some memory...
  16. AndyLL

    Leaving email at the domain host

    Ok... I admit I'm not the most knowledgeable about how DNS records work. I have a client with a domain and email at Godaddy. She wants to host her domain with me and keep her email at Godaddy. Do I modify something here or does she have to do it at godaddy? Andy
  17. AndyLL

    FTP problems

    That's the issue. Firewall off and it works. I then took a look at the firewall.... by default it only allows FTP ports 5500-5550 It looks like the shared servers have a lot more ports available. It also looks like a pain to open ports in the firewall (it has to be done port by port)...
  18. AndyLL

    FTP problems

    I ran the script and passive still doesn't work. I get: Status: Resolving IP-Address for DisneyMouseLinks.com Status: Connecting to 204.10.108.163:21... Status: Connection established, waiting for welcome message... Response: 220 Microsoft FTP Service Command: USER *** Response: 331...
  19. AndyLL

    FTP problems

    I've never been able to connect to my VPS in passive mode. (even though I connect that way to the shared servers) Suddenly... in the last few days I can't connect with an active connection. I recieve an 500 invalid port command. I don't think anything with my router or firewall has...
  20. AndyLL

    Ticket ANQ-72847-509

    No need... I already restored it myself. I download a directory from every clients domain nightly. It deletes the file after downloading. I was testing a new FTP program to replace the unreliable C++ Microsoft functions I was using. I must have 1st tested it by giving it the root of my...
Back
Top