Jump to content

[Solved] help required- 3 issues with my site


lironk

Recommended Posts

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

post-14764-1285957846_thumb.jpg

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...