CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.security Tags:
Item Type: NewsGroup Date Entered: 5/5/2004 10:30:55 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 8 Views: 12 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
9 Items, 1 Pages 1 |< << Go >> >|
Nulli
Asp.Net User
Windows Authentication Problems5/5/2004 10:30:55 AM

0/0

I'm trying to create a simple way of securing my webpage without going to the trouble of
setting up a forms authenication login page. Basicly I just want the windows authenication dialog box to pop up when a user enters the site, if they have a valid username/pass on my computer then they are allowed to view the page otherwise access denied.

Now as far as I understood it this is way Windows Authentication mode is supposed to do. I've set my web.config in the following manner:

<authentication mode="Windows" />
<authorization>
<allow users="COMPUTER\Joe,COMPUTER\Peter" />
<deny users="*" />
</authorization>
<identity impersonate="true"/>

when I go to the website It prompts me for a username and password, I enter it in but it does not allow access then username/pass I use are valid accounts on my computer and I have IIS set for windows authentication.

I'm I doing something wrong or I'm I going about this in the wrong manner?
DarrellNorton
Asp.Net User
Re: Windows Authentication Problems5/5/2004 12:32:47 PM

0/0

Try this:

<authentication mode="Windows" />
<authorization>
<deny users="?" />
</authorization>
<identity impersonate="true"/>


Darrell Norton, MVP
My Blog on CodeBetter
Nulli
Asp.Net User
Re: Windows Authentication Problems5/6/2004 8:14:51 AM

0/0

That didn't seem to work but I think I might have found out where the problem may be
if I use the ip address of my site the user/password works great but as soon as I use the domain name ("mysite.mydns.com") it doesn't work. And ideas?
DarrellNorton
Asp.Net User
Re: Windows Authentication Problems5/6/2004 1:21:21 PM

0/0

Is your web server a member of the domain?

Also check out the various solutions on this thread:
http://forums.devshed.com/archive/t-96553

Darrell Norton, MVP
My Blog on CodeBetter
Nulli
Asp.Net User
Re: Windows Authentication Problems5/7/2004 12:42:37 AM

0/0

nope, I'm using a free domain server
DarrellNorton
Asp.Net User
Re: Windows Authentication Problems5/7/2004 3:34:34 PM

0/0

Do you have IIS setup to use Basic authentication?
Darrell Norton, MVP
My Blog on CodeBetter
Nulli
Asp.Net User
Re: Windows Authentication Problems5/8/2004 4:03:16 AM

0/0

Nope, should I be?
DarrellNorton
Asp.Net User
Re: Windows Authentication Problems5/8/2004 7:04:37 PM

0/0

Yeah, that will make the dialog box you want popup. Make sure to disable anonymous access to the virtual directory of your application.
Darrell Norton, MVP
My Blog on CodeBetter
Ken Schaefer
Asp.Net User
Re: Windows Authentication Problems5/10/2004 4:52:14 AM

0/0

Any of the authentication methods (except for Digest - that requires Domain accounts) will work. Ensure that Anonymous Access is turned off.

When entering your credentials, you will should enter:
IISServer\Username
Password

Cheers
Ken
9 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Implementing and Administering Security in a Windows 2000 Network: Implementing and Administering Security in a Windows 2000 Network : Exam 70-214 Authors: Roberta Bragg, Ed Tittel, Pages: 544, Published: 2003
Pro ASP.NET 2.0 in C# 2005 Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1255, Published: 2005
Pro ASP.NET 2.0 in VB 2005: From Professional to Expert Authors: Laurence Moroney, Matthew MacDonald, Pages: 1253, Published: 2006
802.11 Wireless Networks: The Definitive Guide Authors: Matthew Gast, Safari Tech Books Online, Pages: 630, Published: 2005
MCSE/MCSA Implementing and Administering Security in a Windows 2000 Network (Exam 70-214): Study Guide and DVD Training System Authors: Will Schmied, Syngress, Thomas W. Shinder, Robert J. Shimonski, Tony Piltzecker, Pages: 800, Published: 2003
Pro ASP.NET 2.0 in C# 2005: Create Next-generation Web Applications with the Latest Version of Microsoft's Revolutionary Technology Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1426, Published: 2006
Exchange 2000 Server 24seven: 24seven Authors: Jim McBee, Pages: 911, Published: 2001
Beginning SQL Server 2005 Express for Developers: From Novice to Professional Authors: Robin Dewson, Pages: 436, Published: 2007
Building Portals, Intranets, and Corporate Web Sites Using Microsoft Servers Authors: James J. Townsend, Dmitri Riz, Deon Schaffer, Pages: 517, Published: 2004
SQL Server 2005 T-SQL Recipes: A Problem-Solution Approach Authors: Joseph Sack, Pages: 733, Published: 2005

Web:
How To: Use Windows Authentication in ASP.NET 2.0 You can use Windows authentication with ASP.NET in a number of ways: ..... find the newsgroup that corresponds to your technology or problem. ...
Recipe: Enabling Windows Authentication within an Intranet ASP.NET ... Scott, I am having the same problem as Craig, not getting the silent authentication. I have windows authentication checked and anonymous access un- checked ...
In Windows 2000 or XP, how do I troubleshoot authentication ... In Windows 2000 or XP, how do I troubleshoot authentication problems against the IU.EDU Kerberos realm? Note: Currently Windows 2000 and XP are the only ...
Windows authentication problems This is a Windows problem. Once the user has successfully authenticated, the password is sent automatically and the username/password window doesn't ...
IIS7 windows authentication problem. - IIS.net Thread: IIS7 windows authentication problem. Last post 08-10-2008 2:11 PM by shokoufeh. 2 replies. Average Rating Rate It (5)Thank you for ...
401.1 and 401.2-Authentication Problems This is an important distinction that is a critical to the problem isolation ... Integrated Windows authentication actually encompasses two different ...
Subversion Users: RE: Windows authentication - Problem fixed Apr 6, 2007 ... RE: Windows authentication - Problem fixed. This message : [ Message body ] [ More options ]; Related messages : [ Next message ] [ Previous ...
Integrated Windows Authentication - Wikipedia, the free encyclopedia Integrated Windows Authentication (IWA) is a term associated with Microsoft ... Integrated Windows Authentication uses the security features of Windows ...
Windows authentication problems using asp.net - Stack Overflow This is absolutely a delegation problem. As one person pointed out, you need to make sure Kereberos authentication is being used. ...
microsoft.public.inetserver.iis.security: Host headers and ... Host headers and integrated windows authentication problems. From: Adam Nickells (adamnickells_at_hotmail.com) Date: 10/20/03 ...

Videos:
Windows Workgroup Part I - Introduction Download the Complete Video : http://impartlabs.blogspot.com Download the complete version of this video (download links) at : http://impartlabs.blog...
Windows Workgroup Part II - IP Configuration Download the Complete Video : http://impartlabs.blogspot.com
VNC Security How to deploy UltraVNC with encryption and Windows authentication. I also ramble a bit on why it's a good idea to do this if you are in an untrusted...
Genuine Windows is Ubuntu Edit.: New .ogg link: http://rapidshare.com/files/133695305/recording.ogg.html http://ubuntuforums.org/showthread.php?t=475709 "I just did this for...
Genuine Windows is Ubuntu Creaed by mig5 from an original post on the ubuntu forum I just did this for a laugh and didn't expect it to work. I went to microsoft.com using IE4...
Unorthodox Hacking EP7: Hidden Windows Passwords Exposes a few of the areas where Windows hides stored authentication credentials.
Developing Win Apps w/ Visual Studio.NET Level 5 The Developing Win Apps w/ Visual Studio.NET Level 5 is part of KeyStone Learning Systems library of more than 1,200 CD-ROM and video-based informati...
Pareto Logic Privacy Controls Serial Windows XP Vista USA UK Pareto Logic Privacy Controls http://www.tryprivacysoftware.com?paretoserial Get the serial for pareto logic privacy controls software. Learn how to ...
Windows Workgroup Part III - Workgroup Configuration Download the Complete Video : http://impartlabs.blogspot.com
Developing Win Apps w/ Visual Studio.NET Level 5 The Developing Win Apps w/ Visual Studio.NET Level 5 is part of KeyStone Learning Systems library of more than 1,200 CD-ROM and video-based informati...




Search This Site:










smtpclient and content-transfer-encoding

strangeness w/ tabcontrol, firefox and ie

creating a "hot topics" module

font size interactive skin/css

how to passing data securely between aspx pages?

dnn 311 white skin

authentication for application underneath another application

vertical menu 'site navigation' title removal

help: how to: have more than one forms authentication

build error "claims it is defined...but it could not be found"

grid view hell, please help.

log viewer taking forever to load

access public static members of global (httpapplication) from another class

how do i go to other pages using buttons in vbcodes in vwb

where's the rest of an inherited class?

help on programming for asp.net

moduleid property of portalmodulebase

nt authentication and annonymous website access

trim fields in text file

infrastructure needed for starter kits?

develop asp.net application to setup iis

listing public properties of a custom class

e-learning

folder level assembly vs. merged

editing\adding columns to gridview in 2008 won’t save if done graphically

need help- please

calender

replacing "search" with image

property grid control

login roles

 
All Times Are GMT