Hi, I am new in ASP and I just created a website in Visual Studio 2005. I only want a group that have access to this website. I also created a security group in AD. I am also using SQL Server 2005 for this website using ASP forms.
How do I set up the permissions so when users click on this site the page will launch "You are not authorized to view this page"? and only authorized users using group can access the site. I configured the IIS where right click on the application - Properties - Directory Security and uncheck Anonymous Access and selected Integrated Windows Authentication. I know that there are additional coding and don't know whether to use web.config or VB Class. Please help don't know much about VB programming.
How do I set up the permissions so when users click on this site the page will launch "You are not authorized to view this page"? and only authorized users using group can access the site. I configured the IIS where right click on the application - Properties - Directory Security and uncheck Anonymous Access and selected Integrated Windows Authentication. I know that there are additional coding and don't know whether to use web.config or VB Class. Please help don't know much about VB programming.
Comment