Ask a Question related to ASP.NET Security, Design and Development.
-
Wm. Scott Miller #1
Web.Config and Virtual Directory
We have a intranet site that allows one of our departments to search a set
of pdfs and then look at them. Only problem is that only they and us geeks
should be allowed to see the pdfs. We have it locked down except for when a
person directly types in the url to a pdf. Currently, the PDFs are in a
virtual directory off the root of the server. Putting it under the search
site also doesn't work. My understanding is that IIS looks as the virtual
directory as a separate site and will not carry web.config settings down to
it. Putting a web.config in the virtual directory directly doesn't work
either. How do I secure this virtual directory so only certain users can
get to the pdfs?
Scott
Wm. Scott Miller Guest
-
virtual directory
Our corporate website uses coldfusion. We have developed a web time entry system that also uses coldfusion. I am trying to setup the new timentry... -
Web Server Config tool not seeing IIS6 virtual site.
I dont know if I am posting in the right place but am working on CF High availiability using multiple CF instances connected to different virtual... -
j2ee config and virtual hosts
I'm attempting to use the j2ee configuration of mx7 and am having difficulty determining how I can setup virtual hosts. I am using tomcat and can... -
Multiple web.config files in a virtual directory
Is it possible to have multiple web.config files in a given virtual directory in different directories? For example: http://localhost/myapp ... -
Have to Be A Virtual Directory?
I have a project named NET. It has .aspx and one .asmx files. This NET is a virtual directory and application in IIS: - All .aspx and one .asmx and... -
Janaka #2
Re: Web.Config and Virtual Directory
What form of authentication are you using? If its Windows you can lock down
access to the directory using Windows groups through IIS.
Otherwise there's alternatives depending on your security model.
"Wm. Scott Miller" <Scott.Miller@spam.killer.wvinsurance.gov> wrote in
message news:%23CAaQJrMEHA.340@TK2MSFTNGP11.phx.gbl...geeks> We have a intranet site that allows one of our departments to search a set
> of pdfs and then look at them. Only problem is that only they and usa> should be allowed to see the pdfs. We have it locked down except for whento> person directly types in the url to a pdf. Currently, the PDFs are in a
> virtual directory off the root of the server. Putting it under the search
> site also doesn't work. My understanding is that IIS looks as the virtual
> directory as a separate site and will not carry web.config settings down> it. Putting a web.config in the virtual directory directly doesn't work
> either. How do I secure this virtual directory so only certain users can
> get to the pdfs?
>
> Scott
>
>
Janaka Guest



Reply With Quote

