Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS Virtual Directory setup not working

Status
Not open for further replies.

vbajock

Programmer
Jun 8, 2001
1,921
US
I am trying to set up web access to a SQL Server 2000 database using the IIS Virtual Directory Management tool. So far, no luck. It looks like it should be pretty straight foward. I created the Virtual Directory in IIS Virtual Management Server using Integrated Authentication to match my SQL Server, set the data source stuff, set the virtual and physical directory, set it to Allow URL Queries in settings. The book I am using as a tutorial says to use


to test it. I get a server not found page. Is the Iisserver in the string above supposed to be my actual website name? I tried several permutations of it and it didn't work. Is there anything that has to be running on the SQL server? Any help appreciated!
 
Yes, its the name of your IIS server: on your own machine it could be

Create a bog standard ASPtest.asp file with
Code:
<%
response.write &quot;asp works&quot;
%>

in it and check until you get the right IIS name.

[spin2]

Posting code? Wrap it with code tags: [ignore]
Code:
[/ignore][code]CodeHere
[ignore][/code][/ignore].
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top