BetaONE will rise again!

BetaONE will rise again! (http:\\b1.hcanet.com\forum/index.php)
-   Web Development (http:\\b1.hcanet.com\forum/forumdisplay.php?f=50)
-   -   Programing help on IIS (http:\\b1.hcanet.com\forum/showthread.php?t=7147)

TheMysterio 25th Mar 03 09:39 AM

Hi guys

in IIS we can put a 0 Kb file for shortcut and the on that file's properties we can set a url ..like http://www.one.com/2/3/3/5.htm can be set in IIS as http://www.one.com/shortcut where the shorucut is a 0 kb file and in that's file property we can set to redirect to this url http://www.one.com/2/3/3/5.htm

Does any one know how to get all these fielname and the URL


hope i havnet confused too much

guys i need help on these please

TheMysterio

E3 25th Mar 03 11:38 AM

Not real sure just what you're looking for, but if you want to redirect users to another url on a system running IIS, just use ASP:
Code:

<%
Response.Redirect "http://www.one.com/2/3/3/5.htm"
%>

There's other ways of doing it, but that's about the simplest.

If that's not what you're looking for, try to be a little clearer and maybe I can help.

All the best,
E3

TheMysterio 25th Mar 03 02:01 PM

Hi E3
I am not looking for this one.. I have some hundreds of shortcuts in my IIS.. i actually want to setup the website in another machine..so i want to have the same shortcuts for the pages..so what i wanted is to open the IIS Object using GetObject method and wanted to save that in the notepad.. i am not able to figure out how to get the IISObject.,..There is a sample script in the c:\inetpub\adminscripts\disptree.vbs ..but i am not able to get it working


Thanks for the reply

TheMysterio

Cactus 25th Mar 03 08:45 PM

Moving this guys.

Quote:

Web Development
Need help with HTML, PHP, MySQL, Perl, or anything else related to web development? We'll do our best to help here.

It's got it's own forum now :)

TheMysterio 26th Mar 03 04:34 AM

thanks cactus for mopving this to teh webdevelopment forum..i didnt notice this forum atall while posting


All times are GMT +1. The time now is 08:53 PM.

Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.