ASP.NET C# Web Request Fail

KryptosV2

New Member
Messages
24
Reaction score
1
Points
0
Edit: Ignore this! Turns out the timezone difference meant the hours were the same when I first uploaded. The scripts function perfectly.

Hello all,

I wrote a script
to scrape data from popular social sites like Reddit, Digg, etc. and display them in a very concise, ordered format. However, when I uploaded the whole project here it seems that the WebRequest class isn't working.

The script is designed to update the feed every hour by comparing the LastWriteTime of temporary files stored on the website. If the feed is old it will begin writing over the files and then displaying the newly written data in its place. As you can see, however, the update times are not recent, so something is preventing them from being written to.

It was written in ASP.NET 3.5 so if this host uses 4.0 I would greatly appreciate any tips on how to adjust the code to match.


Things I have tried already:

Changing the file permissions on everything to 755 (read, write, execute for all users).
Reuploading all files.
Jiggling the cables in the back...
 
Last edited:
Top