Click to See Complete Forum and Search --> : SQL Data webpage


makepeace
11-29-2007, 07:33 AM
Hi

I am trying to get a SQL database to display on a webpage the SQL database is on my local machine and is called employees

Can somone give me an example of how to show the data or give me a link to a site that shows you how

James

chazzy
11-29-2007, 06:39 PM
what programming language?

makepeace
11-30-2007, 02:18 AM
what programming language?

I am using VB and asp.net

i am using a program called Microsoft Visual Web Developer 2008 Express Edition i can get it to display on a webpage but then i cant put it in to IIS 5.1 i just comes up saying

Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.

I am also using SQL express for my database

chazzy
11-30-2007, 06:30 AM
Hmmm... I don't know if you can run the 2008 languages on Win 2000 (iis 5). You'll want to make sure that iis is setup to run the correct version of .net (i'm assuming you're using 3.5?).

Other than that i'm going to bounce this over to the .net forum... hopefully they'll be able to help you better.

Also, you'll want to make sure to post some code examples, possibly your web.config and how you have iis setup.