Ask a Question related to ASP.NET Security, Design and Development.
-
PK #1
difference between hyperlink and response.writefile
Hi all...
Newbie question?
clicking on a link to download a file and Response.WriteFile?>From a security standpoint, what's the difference between a user
I have security on a file called text.txt that only allows users in a
certain group to access it. I'm impersonating a domain user in my app
(provided during login). But when the logged in user clicks on the
hyperlink for text.txt, they get an "Access denied" page. When they
click on a button whose click event is the Response.WriteFile, they can
download the file just fine.
Thanks!
PK
PK Guest
-
Slow login response response on TS 03 in AD mixed mode
We upgraded our NT 4 domain to an AD mixed until we get rid of the NT 4 BDC;s after completing this upgrade users began complaining about how long... -
AW7 vs. DirectorMX for psychology experiment using response times AND response answers
Hello, I'm very new to application design, but need to develop a web based application to use at multiple schools as part of an experimental... -
Difference between "No Cache" and Response.Expires
> I think that this could be contradicting it self. I am No. I think you are confused about the difference between "expire" and "cache"... ... -
Dynamically Hyperlink and Event Handler for the Hyperlink ?
Hi, I´m creating an Hyperlink dynamically for my DataGrid: HyperLink hl = new HyperLink(); hl.Text = "MyLink"; hl.NavigateUrl = "#";... -
is Response.WriteFile ok with large files?
I am using Response.WriteFile to send file streams back to web clients. My question is this: Can I use Response.WriteFile(SomeFilePath) for...



Reply With Quote

