madisoniv.com
New Member
- Messages
- 5
- Reaction score
- 0
- Points
- 0
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 it on the server, it always get the following error:
Server Error in '/' Application
The remote server returned an error: (404) Not Found.
You can view the error for yourself at: http://madisoniv.x10hosting.com/Default.aspx
The only thing I can think of is that I might not be importing the dll files correctly. I created a folder in the public_html folder called "bin", and put them in there. Is there more that I need to do?
I know that it's probably something very fundamental that I overlooked, but I've never created an ASP.net site before. Any help would be appreciated. Thanks.
-Aaron
Server Error in '/' Application
The remote server returned an error: (404) Not Found.
You can view the error for yourself at: http://madisoniv.x10hosting.com/Default.aspx
The only thing I can think of is that I might not be importing the dll files correctly. I created a folder in the public_html folder called "bin", and put them in there. Is there more that I need to do?
I know that it's probably something very fundamental that I overlooked, but I've never created an ASP.net site before. Any help would be appreciated. Thanks.
-Aaron