In ASP.net how to make a website accessible only with windows authentication from outside network?

Use the following code in web.config file.
< authentication mode="Windows" >< authorization >< deny users="?" >

No comments:

Post a Comment