Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Professional
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional 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 June 5th, 2004, 04:26 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default IIS request windows auth from outside access

Here's the setup: I have Windows XP Pro with IIS, Visual Studio 2003. I have some development web applications running. I can run then fine from http://localhost. However, when I attempt to access them from "outside" (i.e. from my public IP address thru my firewall) to test RemoteOnly error functionality, I am forced to provide a windows authentication login. I have checked the following:

- Applicable web.config settings:
    <authentication mode="None" />
    <authorization>
        <allow users="*" />
    </authorization>

- My file system settings are allowing full access to "everyone" so I am sure that it's not a local file permissions setting.
- I am sure I have not messed with the default IIS settings, but I am unable to access the IIS website node properties (see this thread). If I recall correctly, by default, IIS is set to use windows authentication so it's entirely possible this setting is still in place and is not set to only "Allow anonymous access". Unfortunately, I can't get at the website properties to check it.

Is there something in XP that is configured different from W2K or am I completely off my rocker?

Peter
-------------------------
Work smarter, not harder
__________________
-Peter
compiledthoughts.com
twitter/peterlanoie
 
Old June 5th, 2004, 04:58 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Follow up:

I was able to connect to my XP machine thru the IIS manager on another machine and actually see the web site properties. In there I change the authentication methods under the directory security tab. I unchecked "Digest authentication..." and "Integrated Windows authentication". This gave me the desired result.





Similar Threads
Thread Thread Starter Forum Replies Last Post
IIS - Windows 2003 MAtkins Classic ASP Basics 18 April 27th, 2007 09:57 AM
IIS 5.1 on Windows XP error proslambano BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 3 April 2nd, 2007 03:32 AM
IIS request handling badgolfer ASP.NET 1.0 and 1.1 Basics 2 December 15th, 2004 11:19 AM
IIS in Windows XP rodmcleay General .NET 7 November 19th, 2004 09:40 AM





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