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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP & IIS

Status
Not open for further replies.

Guru2B

Programmer
May 24, 2000
77
GB
Can anyone tell me what I have to do to get IIS setup to display my ASP pages correctly?

I am getting the code displayed in my browser, so I guess it's not executing properly.

Thanks in advance.
 


Guru2B,

Enclose your ASp code in <% and %>. Make sure your file is .ASP. Example:

<%
x = &quot;Some string&quot;
reponse.write x
%>


fengshui1998

 
Thank you for the response although I have done that. The code is fine, I suspect that IIS is configured incorrectly.
 
You may need to configure IIS to execute asp properly. I had this problem and found some answers on the IIS forum. Try looking there.
-GTM Solutions, Home of USITE-
-=
 
Are you using NT?
If not, you'll need to install Microsoft PWS from the plugins directory.
:O)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top