borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (How can i check for open relay on smtp port?)Next Topic (connecting to server) New Topic New Poll Post Reply
AndreaVB Forum : Network : iis
Poster Message
kenny4820
Level: Guest


icon iis

hey,i have a question,how can i set my iis to straight away link the person who request my page to example : when the equester enter www.abc.com , i want iis to foward him to www.abc.com/web/default.aspx , how to do that thak u

14-02-2004 at 05:33 AM
| Quote Reply
Lycaon
Level: Guest

icon Re: iis

Simply create a default document (eg, default.asp) in the root of your wwwroot (or similar) folder.  Then, paste the following code in it.

<%
Response.Redirect "web/default.aspx"
%>

Simple enough

23-06-2004 at 01:39 PM
| Quote Reply
AndreaVB Forum : Network : iis
Previous Topic (How can i check for open relay on smtp port?)Next Topic (connecting to server) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder