FrontPage Server Extensions for Windows - anonymous access - problems

This is Interesting: Free IT Magazines  
Home > Archive > FrontPage Server Extensions for Windows > March 2004 > anonymous access - problems





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author anonymous access - problems
lb

2004-03-22, 11:35 pm

despite setting the "Anonymous access" in IIS as well as using the FrontPage
browser based pages to set anonymous, I still can't seem to get my subweb to
quit requiring user credentials to view the aspx page.

I've also checked the that the file permissions are there for the IUSER
account.

Any ideas as to what I've missed that's keeping me from getting this thing
working correctly?

-Larry


Vijay R Gangolli [MSFT]

2004-03-22, 11:35 pm

Hi Larry,

Few things to check,

1. Is this only for ASPX pages? Are HTM and ASP pages working without
issues?
2. Do a "Check Server Health" if you have FPSE installed [NOTE: This will
reset permissions that would have been manually set on the NTFS partition].
3. Also check if the ASPNET account has read/list permissions on the
content folders.
4. If these ASPX pages are accessing SQL or Exchange server, then the
anonymous account needs to have permissions to access it.

Regards,
Vijay

Disclaimer: This posting is provided "as is" with no warranties and confers
no rights

--------------------
| From: "lb" <larry@froghaven.com>
| Subject: anonymous access - problems
| Date: Mon, 22 Mar 2004 20:01:05 -0800
|
| despite setting the "Anonymous access" in IIS as well as using the
FrontPage
| browser based pages to set anonymous, I still can't seem to get my subweb
to
| quit requiring user credentials to view the aspx page.
|
| I've also checked the that the file permissions are there for the IUSER
| account.
|
| Any ideas as to what I've missed that's keeping me from getting this thing
| working correctly?
|
| -Larry
|
|
|

Joe Grover

2004-03-23, 1:40 pm

Open the subweb in FrontPage. Click on Tools -> Security and make sure that
"Only registered users have browse access" is NOT selected. If you don't
want to require authentication select "Everyone has browse access".


Joe


"lb" <larry@froghaven.com> wrote in message
news:uyWG4tIEEHA.4080@TK2MSFTNGP09.phx.gbl...
> despite setting the "Anonymous access" in IIS as well as using the

FrontPage
> browser based pages to set anonymous, I still can't seem to get my subweb

to
> quit requiring user credentials to view the aspx page.
>
> I've also checked the that the file permissions are there for the IUSER
> account.
>
> Any ideas as to what I've missed that's keeping me from getting this thing
> working correctly?
>
> -Larry
>
>



lb

2004-03-23, 1:40 pm

My installation of FP2002 doesn't have a security option to the tools menu,
only the server/permissions; and that takes me to the FP browser based admin
pages. I can't find anywhere a setting like the one you described. The
security settings are inherited from the main web site which works fine (but
it doesn't use aspx pages either).

-Larry

"Joe Grover" <grover.joe@acd.net> wrote in message
news:%23$BrhAQEEHA.2700@tk2msftngp13.phx.gbl...
> Open the subweb in FrontPage. Click on Tools -> Security and make sure

that
> "Only registered users have browse access" is NOT selected. If you don't
> want to require authentication select "Everyone has browse access".
>
>
> Joe
>
>
> "lb" <larry@froghaven.com> wrote in message
> news:uyWG4tIEEHA.4080@TK2MSFTNGP09.phx.gbl...
> FrontPage
subweb[color=darkred]
> to
thing[color=darkred]
>
>



lb

2004-03-23, 2:43 pm

1. I get this only for both aspx and htm pages (I have no asp pages in this
subweb). The permissions setting is set to inherit from the parent site
which is working fine (but has no aspx pages).

2. I've done this several times as well as recalculate the extensions, and
reset IIS.

3. both the old and current aspnet accounts are listed under NTFS permsiions
with read/list ( are inherited from the parent, and propagated down through
the rest of the directories, IUSER is there as well.

4.) shouldn't the credentials I've wired into the connection be sufficient
to open a pipe to SQL?

any other thoughts on this one?

-Larry

"Vijay R Gangolli [MSFT]" <vijgang@online.microsoft.com> wrote in message
news:q$h3d%23IEEHA.564@cpmsftngxa06.phx.gbl...
> Hi Larry,
>
> Few things to check,
>
> 1. Is this only for ASPX pages? Are HTM and ASP pages working without
> issues?
> 2. Do a "Check Server Health" if you have FPSE installed [NOTE: This will
> reset permissions that would have been manually set on the NTFS

partition].
> 3. Also check if the ASPNET account has read/list permissions on the
> content folders.
> 4. If these ASPX pages are accessing SQL or Exchange server, then the
> anonymous account needs to have permissions to access it.
>
> Regards,
> Vijay
>
> Disclaimer: This posting is provided "as is" with no warranties and

confers
> no rights
>
> --------------------
> | From: "lb" <larry@froghaven.com>
> | Subject: anonymous access - problems
> | Date: Mon, 22 Mar 2004 20:01:05 -0800
> |
> | despite setting the "Anonymous access" in IIS as well as using the
> FrontPage
> | browser based pages to set anonymous, I still can't seem to get my

subweb
> to
> | quit requiring user credentials to view the aspx page.
> |
> | I've also checked the that the file permissions are there for the IUSER
> | account.
> |
> | Any ideas as to what I've missed that's keeping me from getting this

thing
> | working correctly?
> |
> | -Larry
> |
> |
> |
>



Vijay R Gangolli [MSFT]

2004-03-23, 8:37 pm

Hi Larry,

Ok, so its the issue with the site (not specific to pages). Based on how
IIS is configured and the web.config file and the Path and etc, the
behavior is different.

I presume the site contents is on the same machine (not on a remote UNC
path).

The Anonymous user setting to browse is under the Site Administration i.e.
http://localhost/_vti_bin/_vti_adm/fpadmdll.dll and the first link. Here
ensure that the Anonymous user is ON and its set to Browser role, then
ensure that the Browser role has the required permissions under Manage
Roles.

Next, if the issue still persists, you could open the IIS Log files for
that site and check if IIS is returning a 200 success, if so then IIS is
fine, permissions on FPSE need to be checked. If IIS is failing with an
error 401 or whatever, then just check which account is used to access the
file - if its anonymous, then the username would be '' i.e. blank and the
file that is accessed need to have read acces for the IUSR account.

If still facing probs, paste those last few lines here of the IIS logs that
get generated when you try to browse and lets see if we can do anything.

Regards,
Vijay

Disclaimer: This posting is provided "as is" with no warranties and confers
no rights

--------------------
| From: "lb" <larry@froghaven.com>
| References: <uyWG4tIEEHA.4080@TK2MSFTNGP09.phx.gbl>
<q$h3d#IEEHA.564@cpmsftngxa06.phx.gbl>
| Subject: Re: anonymous access - problems
| Date: Tue, 23 Mar 2004 10:48:08 -0800
|
| 1. I get this only for both aspx and htm pages (I have no asp pages in
this
| subweb). The permissions setting is set to inherit from the parent site
| which is working fine (but has no aspx pages).
|
| 2. I've done this several times as well as recalculate the extensions, and
| reset IIS.
|
| 3. both the old and current aspnet accounts are listed under NTFS
permsiions
| with read/list ( are inherited from the parent, and propagated down
through
| the rest of the directories, IUSER is there as well.
|
| 4.) shouldn't the credentials I've wired into the connection be sufficient
| to open a pipe to SQL?
|
| any other thoughts on this one?
|
| -Larry
|
| "Vijay R Gangolli [MSFT]" <vijgang@online.microsoft.com> wrote in message
| news:q$h3d%23IEEHA.564@cpmsftngxa06.phx.gbl...
| > Hi Larry,
| >
| > Few things to check,
| >
| > 1. Is this only for ASPX pages? Are HTM and ASP pages working without
| > issues?
| > 2. Do a "Check Server Health" if you have FPSE installed [NOTE: This
will
| > reset permissions that would have been manually set on the NTFS
| partition].
| > 3. Also check if the ASPNET account has read/list permissions on the
| > content folders.
| > 4. If these ASPX pages are accessing SQL or Exchange server, then the
| > anonymous account needs to have permissions to access it.
| >
| > Regards,
| > Vijay
| >
| > Disclaimer: This posting is provided "as is" with no warranties and
| confers
| > no rights
| >
| > --------------------
| > | From: "lb" <larry@froghaven.com>
| > | Subject: anonymous access - problems
| > | Date: Mon, 22 Mar 2004 20:01:05 -0800
| > |
| > | despite setting the "Anonymous access" in IIS as well as using the
| > FrontPage
| > | browser based pages to set anonymous, I still can't seem to get my
| subweb
| > to
| > | quit requiring user credentials to view the aspx page.
| > |
| > | I've also checked the that the file permissions are there for the
IUSER
| > | account.
| > |
| > | Any ideas as to what I've missed that's keeping me from getting this
| thing
| > | working correctly?
| > |
| > | -Larry
| > |
| > |
| > |
| >
|
|
|

lb

2004-03-24, 11:36 pm

Yes, the ASP.NET app is set up as a subweb under the same domain, all
running on the same IIS server.

here's the log (plus my comments on what I tried):

#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2004-03-25 03:05:45
#Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem
cs-uri-query sc-status cs(User-Agent)
2004-03-25 03:05:45 192.168.1.1 - 192.168.1.15 80 GET /services/ - 302
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322)
2004-03-25 03:05:45 192.168.1.1 - 192.168.1.15 80 GET
/services/Default.htm - 304
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322)
2004-03-25 03:05:52 192.168.1.1 - 192.168.1.15 80 GET
/services/ads-svrc/siteList.aspx - 401
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322)
2004-03-25 03:06:14 192.168.1.1 oroffice\lbilodeau 192.168.1.15 80 GET
/services/ads-svrc/siteList.aspx - 500
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322)


<!-- The above was with FP settings to anonymous/browse and IIS set to
anonymous + Windows Intergrated; done just after doing a FP recalulate web
process -->

2004-03-25 03:11:35 192.168.1.1 - 192.168.1.15 80 GET /services/ - 302
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322)
2004-03-25 03:11:35 192.168.1.1 - 192.168.1.15 80 GET
/services/Default.htm - 304
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322)
2004-03-25 03:11:40 192.168.1.1 - 192.168.1.15 80 GET
/services/ads-svrc/siteList.aspx - 401
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322)

2004-03-25 03:17:28 192.168.1.1 - 192.168.1.15 80 GET /services/ - 302
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322)
2004-03-25 03:17:28 192.168.1.1 - 192.168.1.15 80 GET
/services/Default.htm - 304
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322)
2004-03-25 03:17:32 192.168.1.1 - 192.168.1.15 80 GET
/services/ads-svrc/siteList.aspx - 401
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322)

<!-- for the above I turned off IIS setting for windows Intergrated. -->

#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2004-03-25 03:19:56
#SubComponent: Process Accounting
#Fields: date time s-event s-process-type s-user-time s-kernel-time
s-page-faults s-total-procs s-active-procs s-stopped-procs
2004-03-25 03:19:56 Reset-Interval-Start All 00.000% 00.000% 0 0 0 0
2004-03-25 03:19:56 Logging-Interval-Start All 00.000% 00.000% 0 0 0 0

<!-- restarted the site adding more process and other data to the log file,
checked the NTFS permissions; found IUSR, IWAM accounts missing, added them
to the directories -->

#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2004-03-25 03:20:50
#Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port
cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status cs(User-Agent)
cs(Referer)
2004-03-25 03:20:50 192.168.1.1 - W3SVC3 JUPITER 192.168.1.15 80 GET
/services/ads-svrc/siteList.aspx - 401 5
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322) http://froghaven.com/services/
2004-03-25 03:21:03 192.168.1.1 - W3SVC3 JUPITER 192.168.1.15 80 GET
/services/ads-svrc/siteList.aspx - 401 5
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322) http://froghaven.com/services/

<!-- for the following I re-enabled windows intergration, so I could log
in.now the apps run but only if I log in. -->

2004-03-25 03:21:20 192.168.1.1 oroffice\lbilodeau W3SVC3 JUPITER
192.168.1.15 80 GET /services/ads-svrc/siteList.aspx - 200 0
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322) http://froghaven.com/services/
2004-03-25 03:22:13 192.168.1.1 oroffice\lbilodeau W3SVC3 JUPITER
192.168.1.15 80 GET /services/ads-svrc/login.aspx - 200 0
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322) -
2004-03-25 03:22:23 192.168.1.1 oroffice\lbilodeau W3SVC3 JUPITER
192.168.1.15 80 POST /services/ads-svrc/login.aspx - 200 0
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322) http://froghaven.com/services/ads-svrc/login.aspx
2004-03-25 03:22:34 192.168.1.1 oroffice\lbilodeau W3SVC3 JUPITER
192.168.1.15 80 POST /services/ads-svrc/login.aspx - 200 0
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322) http://froghaven.com/services/ads-svrc/login.aspx
2004-03-25 03:22:49 192.168.1.1 oroffice\lbilodeau W3SVC3 JUPITER
192.168.1.15 80 POST /services/ads-svrc/login.aspx - 302 0
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322) http://froghaven.com/services/ads-svrc/login.aspx
2004-03-25 03:22:49 192.168.1.1 oroffice\lbilodeau W3SVC3 JUPITER
192.168.1.15 80 GET /services/ads-svrc/editAd.aspx - 200 0
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322) http://froghaven.com/services/ads-svrc/login.aspx
2004-03-25 03:22:50 192.168.1.1 oroffice\lbilodeau W3SVC3 JUPITER
192.168.1.15 80 GET /services/ads-svrc/UIpath/1000091.jpg - 304 0
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322) http://froghaven.com/services/ads-svrc/editAd.aspx
2004-03-25 03:23:14 192.168.1.1 oroffice\lbilodeau W3SVC3 JUPITER
192.168.1.15 80 GET /services/ads-svrc/editCopy.aspx - 200 0
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322) -
2004-03-25 03:23:14 192.168.1.1 oroffice\lbilodeau W3SVC3 JUPITER
192.168.1.15 80 GET /services/ads-svrc/fontEditing.js - 200 0
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322) http://froghaven.com/services/ads-svrc/editCopy.aspx
2004-03-25 03:24:50 192.168.1.1 - W3SVC3 JUPITER 192.168.1.15 80 GET
/services/ads-svrc/colorpicker.htm - 200 0
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322) -
2004-03-25 03:25:28 192.168.1.1 oroffice\lbilodeau W3SVC3 JUPITER
192.168.1.15 80 POST /services/ads-svrc/editCopy.aspx - 302 0
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322) http://froghaven.com/services/ads-svrc/editCopy.aspx
2004-03-25 03:25:28 192.168.1.1 oroffice\lbilodeau W3SVC3 JUPITER
192.168.1.15 80 GET /services/ads-svrc/EditAd.aspx - 200 0
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322) http://froghaven.com/services/ads-svrc/editCopy.aspx
2004-03-25 03:25:51 192.168.1.1 oroffice\lbilodeau W3SVC3 JUPITER
192.168.1.15 80 POST /services/ads-svrc/EditAd.aspx - 500 0
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+Q312461;+.NET+CLR+1.0.370
5;+.NET+CLR+1.1.4322) http://froghaven.com/services/ads-svrc/EditAd.aspx

<!-- the last page served gave a programming error for posting some missing
data; but that's a different problem. -->

As you may see I'm still having problem even after I made sure the
directories and files had the correct permissions. I'm still at a loss as to
why I can't get anonymous access to work on sub webs excuting aspx pages.

-Larry

"Vijay R Gangolli [MSFT]" <vijgang@online.microsoft.com> wrote in message
news:fzB1WkTEEHA.3244@cpmsftngxa06.phx.gbl...
> Hi Larry,
>
> Ok, so its the issue with the site (not specific to pages). Based on how
> IIS is configured and the web.config file and the Path and etc, the
> behavior is different.
>
> I presume the site contents is on the same machine (not on a remote UNC
> path).
>
> The Anonymous user setting to browse is under the Site Administration i.e.
> http://localhost/_vti_bin/_vti_adm/fpadmdll.dll and the first link. Here
> ensure that the Anonymous user is ON and its set to Browser role, then
> ensure that the Browser role has the required permissions under Manage
> Roles.
>
> Next, if the issue still persists, you could open the IIS Log files for
> that site and check if IIS is returning a 200 success, if so then IIS is
> fine, permissions on FPSE need to be checked. If IIS is failing with an
> error 401 or whatever, then just check which account is used to access the
> file - if its anonymous, then the username would be '' i.e. blank and the
> file that is accessed need to have read acces for the IUSR account.
>
> If still facing probs, paste those last few lines here of the IIS logs

that
> get generated when you try to browse and lets see if we can do anything.
>
> Regards,
> Vijay
>
> Disclaimer: This posting is provided "as is" with no warranties and

confers
> no rights
>
> --------------------
> | From: "lb" <larry@froghaven.com>
> | References: <uyWG4tIEEHA.4080@TK2MSFTNGP09.phx.gbl>
> <q$h3d#IEEHA.564@cpmsftngxa06.phx.gbl>
> | Subject: Re: anonymous access - problems
> | Date: Tue, 23 Mar 2004 10:48:08 -0800
> |
> | 1. I get this only for both aspx and htm pages (I have no asp pages in
> this
> | subweb). The permissions setting is set to inherit from the parent site
> | which is working fine (but has no aspx pages).
> |
> | 2. I've done this several times as well as recalculate the extensions,

and
> | reset IIS.
> |
> | 3. both the old and current aspnet accounts are listed under NTFS
> permsiions
> | with read/list ( are inherited from the parent, and propagated down
> through
> | the rest of the directories, IUSER is there as well.
> |
> | 4.) shouldn't the credentials I've wired into the connection be

sufficient
> | to open a pipe to SQL?
> |
> | any other thoughts on this one?
> |
> | -Larry
> |
> | "Vijay R Gangolli [MSFT]" <vijgang@online.microsoft.com> wrote in

message
> | news:q$h3d%23IEEHA.564@cpmsftngxa06.phx.gbl...
> | > Hi Larry,
> | >
> | > Few things to check,
> | >
> | > 1. Is this only for ASPX pages? Are HTM and ASP pages working without
> | > issues?
> | > 2. Do a "Check Server Health" if you have FPSE installed [NOTE: This
> will
> | > reset permissions that would have been manually set on the NTFS
> | partition].
> | > 3. Also check if the ASPNET account has read/list permissions on the
> | > content folders.
> | > 4. If these ASPX pages are accessing SQL or Exchange server, then the
> | > anonymous account needs to have permissions to access it.
> | >
> | > Regards,
> | > Vijay
> | >
> | > Disclaimer: This posting is provided "as is" with no warranties and
> | confers
> | > no rights
> | >
> | > --------------------
> | > | From: "lb" <larry@froghaven.com>
> | > | Subject: anonymous access - problems
> | > | Date: Mon, 22 Mar 2004 20:01:05 -0800
> | > |
> | > | despite setting the "Anonymous access" in IIS as well as using the
> | > FrontPage
> | > | browser based pages to set anonymous, I still can't seem to get my
> | subweb
> | > to
> | > | quit requiring user credentials to view the aspx page.
> | > |
> | > | I've also checked the that the file permissions are there for the
> IUSER
> | > | account.
> | > |
> | > | Any ideas as to what I've missed that's keeping me from getting this
> | thing
> | > | working correctly?
> | > |
> | > | -Larry
> | > |
> | > |
> | > |
> | >
> |
> |
> |
>



Vijay R Gangolli [MSFT]

2004-03-25, 10:37 pm

Hi Larry,

I might have missed this, try adding ASPNET account directly on the ACL's
and do not do a Check Server Health. Let me know if this works. This is to
resolve ASPX pages not working on FPSE sites. I remember you mentioning HTM
pages are not working - if that issue is still there, try accessing HTM
pages and paste the log file here, only the last couple of lines.

Regards,
Vijay

Disclaimer: This posting is provided "as is" with no warranties and confers
no rights

--------------------
| From: "lb" <larry@froghaven.com>
| References: <uyWG4tIEEHA.4080@TK2MSFTNGP09.phx.gbl>
<q$h3d#IEEHA.564@cpmsftngxa06.phx.gbl>
<#a9mjdQEEHA.3716@TK2MSFTNGP10.phx.gbl>
<fzB1WkTEEHA.3244@cpmsftngxa06.phx.gbl>
| Subject: Re: anonymous access - problems
| Date: Wed, 24 Mar 2004 19:48:32 -0800
| Lines: 271
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <#Fl3MwhEEHA.240@tk2msftngp13.phx.gbl>
| Newsgroups: microsoft.public.frontpage.extensions.windowsnt
| NNTP-Posting-Host: ts46-01-qds105.cbn.or.charter.com 68.116.42.106
| Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13
.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.frontpage.extensions.windowsnt:52417
| X-Tomcat-NG: microsoft.public.frontpage.extensions.windowsnt
|
| Yes, the ASP.NET app is set up as a subweb under the same domain, all
| running on the same IIS server.
|
| here's the log (plus my comments on what I tried):
|
| #Software: Microsoft Internet Information Services 5.0
| #Version: 1.0
| #Date: 2004-03-25 03:05:45
|
| <!-- the last page served gave a programming error for posting some
missing
| data; but that's a different problem. -->
|
| As you may see I'm still having problem even after I made sure the
| directories and files had the correct permissions. I'm still at a loss as
to
| why I can't get anonymous access to work on sub webs excuting aspx pages.
|
| -Larry
|
| "Vijay R Gangolli [MSFT]" <vijgang@online.microsoft.com> wrote in message
| news:fzB1WkTEEHA.3244@cpmsftngxa06.phx.gbl...
| > Hi Larry,
| >
| > Ok, so its the issue with the site (not specific to pages). Based on how
| > IIS is configured and the web.config file and the Path and etc, the
| > behavior is different.
| >
| > I presume the site contents is on the same machine (not on a remote UNC
| > path).
| >
| > The Anonymous user setting to browse is under the Site Administration
i.e.
| > http://localhost/_vti_bin/_vti_adm/fpadmdll.dll and the first link. Here
| > ensure that the Anonymous user is ON and its set to Browser role, then
| > ensure that the Browser role has the required permissions under Manage
| > Roles.
| >
| > Next, if the issue still persists, you could open the IIS Log files for
| > that site and check if IIS is returning a 200 success, if so then IIS is
| > fine, permissions on FPSE need to be checked. If IIS is failing with an
| > error 401 or whatever, then just check which account is used to access
the
| > file - if its anonymous, then the username would be '' i.e. blank and
the
| > file that is accessed need to have read acces for the IUSR account.
| >
| > If still facing probs, paste those last few lines here of the IIS logs
| that
| > get generated when you try to browse and lets see if we can do anything.
| >
| > Regards,
| > Vijay
| >
| > Disclaimer: This posting is provided "as is" with no warranties and
| confers
| > no rights
| >
| > --------------------
| > | From: "lb" <larry@froghaven.com>
| > | References: <uyWG4tIEEHA.4080@TK2MSFTNGP09.phx.gbl>
| > <q$h3d#IEEHA.564@cpmsftngxa06.phx.gbl>
| > | Subject: Re: anonymous access - problems
| > | Date: Tue, 23 Mar 2004 10:48:08 -0800
| > |
| > | 1. I get this only for both aspx and htm pages (I have no asp pages in
| > this
| > | subweb). The permissions setting is set to inherit from the parent
site
| > | which is working fine (but has no aspx pages).
| > |
| > | 2. I've done this several times as well as recalculate the extensions,
| and
| > | reset IIS.
| > |
| > | 3. both the old and current aspnet accounts are listed under NTFS
| > permsiions
| > | with read/list ( are inherited from the parent, and propagated down
| > through
| > | the rest of the directories, IUSER is there as well.
| > |
| > | 4.) shouldn't the credentials I've wired into the connection be
| sufficient
| > | to open a pipe to SQL?
| > |
| > | any other thoughts on this one?
| > |
| > | -Larry
| > |
| > | "Vijay R Gangolli [MSFT]" <vijgang@online.microsoft.com> wrote in
| message
| > | news:q$h3d%23IEEHA.564@cpmsftngxa06.phx.gbl...
| > | > Hi Larry,
| > | >
| > | > Few things to check,
| > | >
| > | > 1. Is this only for ASPX pages? Are HTM and ASP pages working
without
| > | > issues?
| > | > 2. Do a "Check Server Health" if you have FPSE installed [NOTE: This
| > will
| > | > reset permissions that would have been manually set on the NTFS
| > | partition].
| > | > 3. Also check if the ASPNET account has read/list permissions on the
| > | > content folders.
| > | > 4. If these ASPX pages are accessing SQL or Exchange server, then
the
| > | > anonymous account needs to have permissions to access it.
| > | >
| > | > Regards,
| > | > Vijay
| > | >
| > | > Disclaimer: This posting is provided "as is" with no warranties and
| > | confers
| > | > no rights
| > | >
| > | > --------------------
| > | > | From: "lb" <larry@froghaven.com>
| > | > | Subject: anonymous access - problems
| > | > | Date: Mon, 22 Mar 2004 20:01:05 -0800
| > | > |
| > | > | despite setting the "Anonymous access" in IIS as well as using the
| > | > FrontPage
| > | > | browser based pages to set anonymous, I still can't seem to get my
| > | subweb
| > | > to
| > | > | quit requiring user credentials to view the aspx page.
| > | > |
| > | > | I've also checked the that the file permissions are there for the
| > IUSER
| > | > | account.
| > | > |
| > | > | Any ideas as to what I've missed that's keeping me from getting
this
| > | thing
| > | > | working correctly?
| > | > |
| > | > | -Larry
| > | > |
| > | > |
| > | > |
| > | >
| > |
| > |
| > |
| >
|
|
|

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com