Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Problem accessing asp site

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Author Message
dunawayc

External


Since: Oct 24, 2003
Posts: 2



(Msg. 1) Posted: Fri Oct 24, 2003 3:49 pm
Post subject: Problem accessing asp site
Archived from groups: microsoft>public>inetserver>iis (more info?)

I'm not an asp expert. I'm having a little difficulty accessing a site
(over the LAN). When I enter the default page into the web browser's
address bar, it pops up a domain login screen, rather than the default
page. Now, if there is a local user account on the web server with the
same name and password as the person trying to hit the machine, then the
domain login box does not appear and the default page is displayed. Since
I don't know all the passwords of the users that will be hitting this site,
I cannot add them as local users.

I have checked all the sharing/security/etc. options that I can think of,
but because I'm relatively new to asp, there must be something simple that
I'm missing.

Any assistance is appreciated.

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.

 >> Stay informed about: Problem accessing asp site 
Back to top
Login to vote
user281

External


Since: Oct 29, 2003
Posts: 45



(Msg. 2) Posted: Fri Oct 24, 2003 4:55 pm
Post subject: Re: Problem accessing asp site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Your site does not have anonymous access enabled. You can enable it by so:

Start--run--%windir%\system32\inetsrv\iis.msc---enter
IIS
--[Server Name]
--Web Sites

Right click on the name of your website, and click properties.

- Directory Security Tab
- Edit... button in Anonymous access and authentication control frame
- Anonymous Access = True


Note that this setting can be set on a per-directory or file basis, so if
parts of the site work and others still exhibit the same behavior, check
this setting for those subdirs/files.

Ray at work


"Chris Dunaway" <dunawayc RemoveThis @_lunchmeat_sbcglobal.net> wrote in message
news:14mw8ehknb13w$.1r4asbs74yatt.dlg@40tude.net...
 > I'm not an asp expert. I'm having a little difficulty accessing a site
 > (over the LAN). When I enter the default page into the web browser's
 > address bar, it pops up a domain login screen, rather than the default
 > page. Now, if there is a local user account on the web server with the
 > same name and password as the person trying to hit the machine, then the
 > domain login box does not appear and the default page is displayed. Since
 > I don't know all the passwords of the users that will be hitting this
site,
 > I cannot add them as local users.
 >
 > I have checked all the sharing/security/etc. options that I can think of,
 > but because I'm relatively new to asp, there must be something simple that
 > I'm missing.
 >
 > Any assistance is appreciated.
 >
 > --
 > Chris
 >
 > To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
 > address.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Problem accessing asp site 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 3) Posted: Fri Oct 24, 2003 6:21 pm
Post subject: Re: Problem accessing asp site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Chris Dunaway" <dunawayc.TakeThisOut@_lunchmeat_sbcglobal.net> wrote in message
news:14mw8ehknb13w$.1r4asbs74yatt.dlg@40tude.net...
 > I'm not an asp expert. I'm having a little difficulty accessing a site
 > (over the LAN). When I enter the default page into the web browser's
 > address bar, it pops up a domain login screen, rather than the default
 > page. Now, if there is a local user account on the web server with the
 > same name and password as the person trying to hit the machine, then the
 > domain login box does not appear and the default page is displayed. Since
 > I don't know all the passwords of the users that will be hitting this
site,
 > I cannot add them as local users.
 >
 > I have checked all the sharing/security/etc. options that I can think of,
 > but because I'm relatively new to asp, there must be something simple that
 > I'm missing.
 >
 > Any assistance is appreciated.

In addition to what everyone else has said, make sure the IUSR account has
NTFS permissions to your content (assuming you want to allow anonymous
access).

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Problem accessing asp site 
Back to top
Login to vote
user675

External


Since: Aug 28, 2003
Posts: 617



(Msg. 4) Posted: Fri Oct 24, 2003 9:59 pm
Post subject: Re: Problem accessing asp site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Chris,

Read this KB article :

Internet Explorer May Prompt You for a Password
http://support.microsoft.com/?id=258063


Regards,

Paul Lynch
MCSE
 >> Stay informed about: Problem accessing asp site 
Back to top
Login to vote
dunawayc

External


Since: Oct 24, 2003
Posts: 2



(Msg. 5) Posted: Fri Oct 24, 2003 9:59 pm
Post subject: Re: Problem accessing asp site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 24 Oct 2003 18:59:37 +0100, Paul Lynch wrote:

 > Chris,
 >
 > Read this KB article :
 >
 > Internet Explorer May Prompt You for a Password
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=258063</font" target="_blank">http://support.microsoft.com/?id=258063</font</a>>
 >
 >
 > Regards,
 >
 > Paul Lynch
 > MCSE

I read the article and it says that IE will first try Anonymous, then
integrated authentication.

I turned on some object auditing and when I look at the security log, it
shows a success for the IUSR_<machine> account, but immediately following
that it shows that it attempted to use my domain to authenticate.

Could the IUSR_<machine> account have been hosed somehow that causes it to
fail the anonymous login? The site is set to allow anonymous access, but
it the checkbox for Integrated Windows authentication is set as well.

Can the IUSR_<machine> account somehow be 'reset'??

Chris
--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Problem accessing asp site 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 6) Posted: Fri Oct 24, 2003 11:03 pm
Post subject: Re: Problem accessing asp site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

Sounds like you do not have Anonymous Access enabled. You can enable it in
IIS Manager, right click the website name, and click Properties.
Then go to the "Directory Security" tab
Click on the Edit button in "Authentication and access control"
Enable Anonymous Access

--
Regards,
Kristofer Gafvert
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - FAQ & Tutorials for Windows Server 2003, and SQL
Server 2000
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.

Problems with spam and viruses? See
<a style='text-decoration: underline;' href="http://www.ilopia.com/security/newsposting.aspx" target="_blank">http://www.ilopia.com/security/newsposting.aspx</a>


"Chris Dunaway" <dunawayc.TakeThisOut@_lunchmeat_sbcglobal.net> wrote in message
news:14mw8ehknb13w$.1r4asbs74yatt.dlg@40tude.net...
 > I'm not an asp expert. I'm having a little difficulty accessing a site
 > (over the LAN). When I enter the default page into the web browser's
 > address bar, it pops up a domain login screen, rather than the default
 > page. Now, if there is a local user account on the web server with the
 > same name and password as the person trying to hit the machine, then the
 > domain login box does not appear and the default page is displayed. Since
 > I don't know all the passwords of the users that will be hitting this
site,
 > I cannot add them as local users.
 >
 > I have checked all the sharing/security/etc. options that I can think of,
 > but because I'm relatively new to asp, there must be something simple that
 > I'm missing.
 >
 > Any assistance is appreciated.
 >
 > --
 > Chris
 >
 > To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
 > address.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Problem accessing asp site 
Back to top
Login to vote
jameshowonline

External


Since: Aug 26, 2003
Posts: 71



(Msg. 7) Posted: Mon Nov 10, 2003 3:31 pm
Post subject: RE: Problem accessing asp site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sounds like permissions, look at this article it should help you set the
correct permissions for anonymous.

http://support.microsoft.com/?id=271071

Thanks.

James Howard -- IIS Support Professional

Be secure: Apply the latest Security Patches for IIS:
http://www.microsoft.com/security


Search our online Knowledge Base
http://support.microsoft.com/support/

This posting is provided “AS IS” with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved
 >> Stay informed about: Problem accessing asp site 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]