Search results

  1. M

    Using Google API with PHP

    So I tried creating a PHP page that uses the Google API to access your Google Spreadsheets. However, I'm having some trouble getting it to work on x10Hosting. I tried it on my friend's server, and it works fine, however, I get an error when I try running it on here. My code, error, and expected...
  2. M

    Trying to use Google Spreadsheet API with APS.net

    Ok, figured it out, and I'm an idiot. I am so new to ASP.net, that I didn't realize that I had to publish the files before uploading them. Thanks for the help though everyone :)
  3. M

    Trying to use Google Spreadsheet API with APS.net

    Hmm, it works fine when I run it locally though. It goes out and pulls the information from my online spreadsheet with no problems. I just feel like there something fundamentally basic that I'm missing in the process of uploading my asp.net site. Is there a special folder that I need to put my...
  4. M

    Trying to use Google Spreadsheet API with APS.net

    Well attached is a screenshot of the public_html folder, and there is definitely a file in there called Default.aspx. I don't get it, because I tried uploading a file called ver.asxp, and it works fine. And I tried checking the error log in my cPanel, but nothing shows up in there. What am I...
  5. M

    Trying to use Google Spreadsheet API with APS.net

    I created a basic page that pulls information from a Google Spreadsheet and spits it out to a textbox in Visual Studio 2008. I set the .NET version to 2.0, imported a couple of the Google API dll files. It runs just fine locally, but when I uploaded it to the public_html folder and try to view...
Top