Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > file traversal

Reply
Thread Tools

file traversal

 
 
scottrm
Guest
Posts: n/a
 
      06-01-2004
In classic asp you could help mitigate file traversal problems by uncheking the allow parent paths option in IIS home directory/configuration/options which disallowed the use of the ../ syntax. However this does not seem to work in asp.net, any way to enforce this? Also does anyone know a good way to avoid using the ../ syntax for links apart from hard coding the full url path
 
Reply With Quote
 
 
 
 
[MSFT]
Guest
Posts: n/a
 
      06-02-2004
Hello,

Thank you for the post. Currently I am performing some research on this
issue, to see if there is a proper solution for ASP.NET. I will update you
as soon as possible.

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

 
Reply With Quote
 
 
 
 
[MSFT]
Guest
Posts: n/a
 
      06-03-2004
Hello,

So far as I researched, this option doesn't make sense in ASP.NET. Pretty
much most of IIS settings do not affect asp.net at all. Usually, asp.net
has its own settings (eg. machine.config etc..) that you use for
configuration.

To protect problems related to this issue, we should rely on ASP.NET
security and NTFS security, to restrict user access other folders.

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Controlling traversal depth using File::Find Mark Perl Misc 2 03-17-2010 02:05 AM
NEWB: reverse traversal of xml file manstey Python 3 05-24-2006 04:45 AM
NAT traversal with 837 between 2 ethernets. AM Cisco 2 04-12-2005 06:59 PM
nat traversal or something else cci admin Cisco 5 04-22-2004 06:32 AM
recursive traversal of file Xavier Decoret Python 2 08-19-2003 12:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57