Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
jarv
Posting Yak Master
131 Posts |
Posted - 2007-07-20 : 14:31:37
|
| I have a website and database in Access, how do i set it up so i can test it in IIS using SQL server? |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-07-20 : 14:34:09
|
| Build a server with IIS and sql on it, you are ready for testing. |
 |
|
|
jarv
Posting Yak Master
131 Posts |
Posted - 2007-07-20 : 14:40:04
|
| how would i go about doing that? |
 |
|
|
jarv
Posting Yak Master
131 Posts |
Posted - 2007-07-20 : 14:45:45
|
| ok in my Administrative Tools I see that in Services there is SQL Server (SQLEXPRESS) running! |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-07-20 : 15:28:13
|
| If you know sql instance name, db name and sql id, you can build sql connection string in asp. |
 |
|
|
jarv
Posting Yak Master
131 Posts |
Posted - 2007-07-20 : 16:26:13
|
| hmm |
 |
|
|
|
|
|