lironk Posted October 1, 2010 Posted October 1, 2010 Hello, Recently I have uploaded an asp.net web site. I encounter three issues with it: 1. When I try to login to the web site, send feedback, or register, I get this error message: HTTP 500: Error processing request. (See the attached image) 2. I have a picture gallery (lightbox I think), it doesn't work. 3. I have C# code that performs roll over image functions, that does not work as well, can't see the images and nothing happens when I hover them. I am new at this, so I hope I have explained my self well enough for you to understand. BTW- it all worked while developing, and it still work on my local machine. please advise, Thanks in advance, Liron
Byron Posted October 1, 2010 Posted October 1, 2010 Escalating... You'll need to post your username and domain name.
lironk Posted October 1, 2010 Author Posted October 1, 2010 Thanks for your help. My username is lironk My domain name is adrenalin.heliohost.org Liron
Ashoat Posted October 2, 2010 Posted October 2, 2010 You seem to be using SQLite. Have you created a SQLite database for your site? Did you write your site yourself? Are you aware of the limitations of our ASP.NET installation?
lironk Posted October 2, 2010 Author Posted October 2, 2010 Hi, I was developing the site using Visual Web Developer, and this is the first time I'm uploading to a hosting server. The DB was created via Visual web developer as well. I'm not sure I understand what you mean by "creating a SQLite database", is it something I'm suppose to do using cpanal? I would be happy to receive more details.. Yes, I've wrote the site myself except for the js part. I'm not aware of the limitations of your asp.net service, from what I've read, it seemed pretty good. Please advise Liron
Ashoat Posted October 3, 2010 Posted October 3, 2010 Ooh... okay, so Visual Web Developer works with the standard Microsoft stack, while we use a reverse-engineered open source stack. First of all, are you sure that Visual Web Developer is creating a SQLite database and not a MSSQL Express database? Second of all, because of the limitations of how we run our environment, you have to create the file holding the SQLite database yourself (instead of the program creating it) and then chmod it to 777.
lironk Posted October 3, 2010 Author Posted October 3, 2010 Well, Visual Web Developer Express creates a SQL database and not a SQLite database, I am pretty certain about it. Hmm, how do I create the file holding the SQLite database? And how do I change its mode to 777? Thx
Byron Posted October 3, 2010 Posted October 3, 2010 Hmm, how do I create the file holding the SQLite database? And how do I change its mode to 777? Thx See if this helps you with SQlite and I don't think you have to worry about chmoding to 777? http://eclecticdjs.com/mike/tutorials/php/sqlite_01.php
lironk Posted October 4, 2010 Author Posted October 4, 2010 Okay, thank you, I'll try to manage with it somehow. And what about the other two issues I've mentioned?
Recommended Posts