5
Answers

Problem with SQL database

Majid Kamali

Majid Kamali

13y
2.3k
1
Hi.
I have a SQL server database in my App_Data folder and I can connect it via my site on localhost, but when I upload my site to host, it does not respond to request.
Actually, I created an ajax page and a HttpHandler to manage ajax requests. It works fine on my computer but does not word on host.
What's the problem?
* host supports my asp.net and sql server version.
Answers (5)
0
gregg 0

gregg 0

NA 9 0 20y
Well, all the code runs on the server. So you are trying to capture a screen print of the server that IIS is on. Not gonna work.