|
Home > Archive > IIS Server > September 2005 > about iis confgiuration
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
about iis confgiuration
|
|
|
| Hi ,
i have a array of iis 6.0 web server and i would like block the connection
(refferal) to my site dorm a not "official site" like phishing web site.
I have found this :
http://www.irritatedvowel.com/Progr...HttpModule.aspx
but the question is :
Exist the same solution create from Microsoft ? A official anc supported and
certificated solution ?
thanks.
--
---
| |
| Kristofer Gafvert [MVP] 2005-09-15, 6:05 pm |
| Hello,
No, Microsoft has not developed a solution to the problem explained in the
link you gave. But there are other commercial products that can do the
same, for example ISAPI_Rewrite.
ISAPI_Rewrite:
http://www.isapirewrite.com/
More information:
http://www.gafvert.info/notes/PreventHotlinking.htm
--
Regards,
Kristofer Gafvert (IIS MVP)
http://www.gafvert.info/iis/ - IIS Related Info
<Alfred0> wrote:
>Hi ,
>
>i have a array of iis 6.0 web server and i would like block the connection
>(refferal) to my site dorm a not "official site" like phishing web site.
>
>I have found this :
>
>http://www.irritatedvowel.com/Progr...HttpModule.aspx
>
>
>but the question is :
>
>Exist the same solution create from Microsoft ? A official anc supported
>and certificated solution ?
>
>
>thanks.
| |
|
| Thanks.
"Kristofer Gafvert [MVP]" <kgafvert@NEWSilopia.com> wrote in message
news:xn0e7a7lp000000r@news.microsoft.com...[vbcol=seagreen]
> Hello,
>
> No, Microsoft has not developed a solution to the problem explained in the
> link you gave. But there are other commercial products that can do the
> same, for example ISAPI_Rewrite.
>
> ISAPI_Rewrite:
> http://www.isapirewrite.com/
>
> More information:
> http://www.gafvert.info/notes/PreventHotlinking.htm
>
>
> --
> Regards,
> Kristofer Gafvert (IIS MVP)
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> <Alfred0> wrote:
>
| |
| David Wang [Msft] 2005-09-18, 2:49 am |
| Microsoft does not provide any official/certified solution to this issue.
Here is sample ISAPI Filter code I wrote which should do the job for free.
Since you have the source code, you are the support policy. As always, if
you require technical support, you will either need to provide it in-house,
or you will need to purchase a supported solution from someone else.
http://blogs.msdn.com/david.wang/ar...TP_Referer.aspx
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
<Alfred0> wrote in message news:uVL2jkfuFHA.3720@TK2MSFTNGP14.phx.gbl...
Hi ,
i have a array of iis 6.0 web server and i would like block the connection
(refferal) to my site dorm a not "official site" like phishing web site.
I have found this :
http://www.irritatedvowel.com/Progr...HttpModule.aspx
but the question is :
Exist the same solution create from Microsoft ? A official anc supported and
certificated solution ?
thanks.
--
---
|
|
|
|
|