How to authenticate in asp.net in restricted folder?
-
Hello i have a asp.net application with subfolder: www.myapplication.com/ressourcefolder/ I have disable anonymous access to ressourcefolder in IIS, If i try to access to this folder in internet explorer i have the authentication window. Now i want my website to access to this folder witout opening the authentication window on client side. How do this? Thanks
-
Hello i have a asp.net application with subfolder: www.myapplication.com/ressourcefolder/ I have disable anonymous access to ressourcefolder in IIS, If i try to access to this folder in internet explorer i have the authentication window. Now i want my website to access to this folder witout opening the authentication window on client side. How do this? Thanks
enable integrated security on the folder. make sure the windows account has access to the folder. Add the site to the trusted sites list on the client.
I didn't get any requirements for the signature
-
enable integrated security on the folder. make sure the windows account has access to the folder. Add the site to the trusted sites list on the client.
I didn't get any requirements for the signature
i didn't get you!!
-
Hello i have a asp.net application with subfolder: www.myapplication.com/ressourcefolder/ I have disable anonymous access to ressourcefolder in IIS, If i try to access to this folder in internet explorer i have the authentication window. Now i want my website to access to this folder witout opening the authentication window on client side. How do this? Thanks
If you want to suppress the authentication window at client it can be done through clients browser settings Tools--> Internet Options --> Security and select the zone of your site ie if client is accessing your site through intranet then select intranet and click on Custom Level Button and scroll down the list to Authentication and under logon select autiomatically login in intranet zone. However these settings are to be made at client machine I belive there is nothing that can be done for it at server side
Shujaat