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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 testing in IIS?

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.
Go to Top of Page

jarv
Posting Yak Master

131 Posts

Posted - 2007-07-20 : 14:40:04
how would i go about doing that?
Go to Top of Page

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!
Go to Top of Page

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.
Go to Top of Page

jarv
Posting Yak Master

131 Posts

Posted - 2007-07-20 : 16:26:13
hmm
Go to Top of Page
   

- Advertisement -