tomcat99
July 18th, 2000, 11:11 AM
Hi ASP Gurus,
I'm tring to solve a security problem:
I have a web site under IIS 4.0 with ASP. On my web folder I make following settings: Allow Anonymous Access=disable and Windows NT Challange/Response=enable. All the users who want to access my web site will use a specified user/password pair.
From my page x.asp I call a COM component written in VB which opens a file located on a remote machine.
Here comes the problem: with the setting described above I keep receiving an error when tring to access specified file.
If I make Allow Anonymous Access=enable the COM component is able to open the file. On the target machine the user/password pair used by all possible web clients exist and the user has full rights on the file I'm tring to open.
Is there anything that I'm missing?
thanx.
tomcat
I'm tring to solve a security problem:
I have a web site under IIS 4.0 with ASP. On my web folder I make following settings: Allow Anonymous Access=disable and Windows NT Challange/Response=enable. All the users who want to access my web site will use a specified user/password pair.
From my page x.asp I call a COM component written in VB which opens a file located on a remote machine.
Here comes the problem: with the setting described above I keep receiving an error when tring to access specified file.
If I make Allow Anonymous Access=enable the COM component is able to open the file. On the target machine the user/password pair used by all possible web clients exist and the user has full rights on the file I'm tring to open.
Is there anything that I'm missing?
thanx.
tomcat