Wrox Programmer Forums
|
BOOK: ASP.NET Website Programming Problem-Design-Solution
This is the forum to discuss the Wrox book ASP.NET Website Programming: Problem - Design - Solution, Visual Basic .NET Edition by Marco Bellinaso, Kevin Hoffman; ISBN: 9780764543869
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET Website Programming Problem-Design-Solution section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 27th, 2005, 02:41 PM
Registered User
 
Join Date: Jan 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default securing the file manager using windows security

securing the file manager using windows security is not functioning as desired.followed all the instructions in book. pg no:134
what could be the possible solutions.

 
Old January 28th, 2005, 01:05 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Could you post the code? I don't have the book.
 
Old February 1st, 2005, 12:45 PM
Registered User
 
Join Date: Jan 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

this is not about code, perhaps it is about a module known as filemanager which is built successfully. the only problem i have with this module is i need to give priviliged access to administrators only.

present scenario is anyone can access this module because my root directory is configured to run in the context of IUSR_MACHINENAME. as we know that IUSR_machinename is the default user created by which every anonymours can access the website.

what i am trying to do is give the access to only administrators by setting permissions in the security tab of my virtual root directory.

hope u understand the problem and give the possible solution to this

help appreciated


 
Old February 2nd, 2005, 01:07 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You're have to set IIS to use Windows integrated security if you want to pick up the user's windows account.

This will only work on an Intranet where your administrators have a windows account.

Otherwise you can just set up forms security on this module, so it will work like all the other modules. This would also work across the Internet.

Eric





Similar Threads
Thread Thread Starter Forum Replies Last Post
enterprise manager security angelboy C# 2005 5 April 9th, 2007 04:15 PM
Accessing Windows Task Manager through APIs vishnu_attur Visual C++ 1 September 1st, 2005 05:31 PM
Testing Against Windows-Based Security Ian ORourke VS.NET 2002/2003 0 December 9th, 2003 06:23 AM
Securing File Manager pkemman BOOK: ASP.NET Website Programming Problem-Design-Solution 4 August 31st, 2003 04:56 AM
Windows Integrated Security Problem lbob Classic ASP Databases 4 August 8th, 2003 07:44 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.