Re: Prevent a ISAPI DLL to be accessed externally in IIS 6



Sure, you can do what you want.

However, I'm confused. If you only want the ISAPI DLL to be accessed
from the server itself, then why did you make it an ISAPI?

This restriction appears to only allow other server-side applications
to invoke the ISAPI, at which point why don't you just make it a plain
Win32 DLL which the applications load.

Or do you actually want to have a web application, just restricted in
this instance.

You can configure IIS to restrict requests by IP with an allow or deny
mask.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//





On Oct 19, 10:56 am, toolsandco...@xxxxxxxxx wrote:
Hello:

I have a ISAPI DLL in my server and I want to prevent people to access
it externally, only from the server itself.

Ex: someone has a website on server X and their HTMLs are accessing a
DLL hosted on my server.

Can I prevent it?

Thanks in advance...

Jackson Gomes


.



Relevant Pages

  • IIS Authentication Issues 401 - Server to Server Comms
    ... IIS Server, say on Computer "A", and there is another ISAPI DLL ... This call always fails when the anonymous user is turned ...
    (microsoft.public.inetserver.iis)
  • Error: "The server committed a protocol violation. Section=ResponseStatusLine"
    ... I have an asp.net application that connects through an HttpWebRequest ... object to a ISAPI dll in a server. ... we get the "The server committed a protocol violation. ...
    (microsoft.public.dotnet.languages.csharp)
  • Unable to load type library
    ... I've got a problem running an Isapi dll on iis 6.0 (Windows server 2003). ... When I access the isapi I get the following error message: ...
    (microsoft.public.inetserver.iis.security)
  • accessing share from isapi
    ... I try to access share on another computer from ISAPI dll. ... If I call the dll from IE running on the server where IIS 5 runs, ... anonymous user and access is denied. ...
    (microsoft.public.inetserver.iis)
  • Re: Client Service unavailable in Windows Server 2003
    ... Can you browse to the ISAPI DLL in Internet Explorer -- e.g. ... > Unable to access the client service at start of the xmlabrowser in Windows ... > Server 2003. ... > XML SDK 1.0 installed in Windows Server 2003. ...
    (microsoft.public.data.xmlanalysis)