473,322 Members | 1,614 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Problems after installing Sharepoint Services

Hi,
Recently, we installed Sharepoint Services on our test server (Server 2003)
to try it out. I made a new web for my regular aspx pages. My problem is
that now whenever I try to access my old pages, it prompts for a username
and password for that server. I want it to allow anonymous web requests from
this server. (Anonymous is checked off under web properties already). If I
click cancel on the Username and Password prompt, I see this message...
please help...
thanks,
Brent

You are not authorized to view this page
You do not have permission to view this directory or page due to the access
control list (ACL) that is configured for this resource on the Web server.
----------------------------------------------------------------------------
----

Please try the following:

a.. Contact the Web site administrator if you believe you should be able
to view this directory or page.
b.. Click the Refresh button to try again with different credentials.
HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the
requested resource.
Internet Information Services (IIS)

----------------------------------------------------------------------------
----

Technical Information (for support personnel)

a.. Go to Microsoft Product Support Services and perform a title search
for the words HTTP and 401.
b.. Open IIS Help, which is accessible in IIS Manager (inetmgr), and
search for topics titled About Security, Access Control, and About Custom
Error Messages.
Jul 21 '05 #1
3 4045
SPS (FP2000 ext) changes default IIS ananymouse user, so this why you see
the warning. You have to either change it back (need major changes in SPS)
or just change ASP.NET user default user in Machine.asa to fit your needs.
If you have Active Directory it can be a piece of work

--
Tamir Khason
Who am I at
http://www.khason.biz/

"Brent" <b@b.com> wrote in message
news:10*************@corp.supernews.com...
Hi,
Recently, we installed Sharepoint Services on our test server (Server 2003) to try it out. I made a new web for my regular aspx pages. My problem is
that now whenever I try to access my old pages, it prompts for a username
and password for that server. I want it to allow anonymous web requests from this server. (Anonymous is checked off under web properties already). If I
click cancel on the Username and Password prompt, I see this message...
please help...
thanks,
Brent

You are not authorized to view this page
You do not have permission to view this directory or page due to the access control list (ACL) that is configured for this resource on the Web server.
-------------------------------------------------------------------------- -- ----

Please try the following:

a.. Contact the Web site administrator if you believe you should be able
to view this directory or page.
b.. Click the Refresh button to try again with different credentials.
HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the
requested resource.
Internet Information Services (IIS)

-------------------------------------------------------------------------- -- ----

Technical Information (for support personnel)

a.. Go to Microsoft Product Support Services and perform a title search
for the words HTTP and 401.
b.. Open IIS Help, which is accessible in IIS Manager (inetmgr), and
search for topics titled About Security, Access Control, and About Custom
Error Messages.

Jul 21 '05 #2
It can help you:
You also need to enable anonymous access on the iis virtual server otherwise
IIS will prompt you for credentials.

Here are some steps:
1. Create a new IIS virtual server and set this to be anonymous
2. Then using the SPS admin pages using the "Extend an existing virtual
server" map this server by using an existing appl pool
(mssharepointportalapppool).
3. Now browse to this new site and change the anonymous access settings to
enable anonymous access.
4. Provide this address to those users who require anonymous access.

If you dont do the above and you just enable anonymous access via IIS for
the default web site you will lose authenticated access then.


--
Tamir Khason
Who am I at
http://www.khason.biz/
"Brent" <b@b.com> wrote in message
news:10*************@corp.supernews.com...
Hi,
Recently, we installed Sharepoint Services on our test server (Server 2003) to try it out. I made a new web for my regular aspx pages. My problem is
that now whenever I try to access my old pages, it prompts for a username
and password for that server. I want it to allow anonymous web requests from this server. (Anonymous is checked off under web properties already). If I
click cancel on the Username and Password prompt, I see this message...
please help...
thanks,
Brent

You are not authorized to view this page
You do not have permission to view this directory or page due to the access control list (ACL) that is configured for this resource on the Web server.
-------------------------------------------------------------------------- -- ----

Please try the following:

a.. Contact the Web site administrator if you believe you should be able
to view this directory or page.
b.. Click the Refresh button to try again with different credentials.
HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the
requested resource.
Internet Information Services (IIS)

-------------------------------------------------------------------------- -- ----

Technical Information (for support personnel)

a.. Go to Microsoft Product Support Services and perform a title search
for the words HTTP and 401.
b.. Open IIS Help, which is accessible in IIS Manager (inetmgr), and
search for topics titled About Security, Access Control, and About Custom
Error Messages.

Jul 21 '05 #3
Ok, I'm not sure I'm following those steps correctly...
I have the "Default Web Site" which is now SPS, and I added a new one called
"TestWeb" which I made the default directory be wwwroot2 (A new folder under
inetpub). I have the frontpage server extensions 2002 configured for this
server (version 5.0.2.5012). And under the properties, "Enable Anonymous
Access" is checked off with the user "IUSR_DEVTESTER" being used. What do I
need to change? You said that default anon user is not the same anymore? Can
I just enter another username for it to use?
Brent

"Tamir Khason" <ta**********@tcon-NOSPAM.co.il> wrote in message
news:eI*************@TK2MSFTNGP10.phx.gbl...
It can help you:
You also need to enable anonymous access on the iis virtual server otherwise IIS will prompt you for credentials.

Here are some steps:
1. Create a new IIS virtual server and set this to be anonymous
2. Then using the SPS admin pages using the "Extend an existing virtual
server" map this server by using an existing appl pool
(mssharepointportalapppool).
3. Now browse to this new site and change the anonymous access settings to enable anonymous access.
4. Provide this address to those users who require anonymous access.

If you dont do the above and you just enable anonymous access via IIS for
the default web site you will lose authenticated access then.


--
Tamir Khason
Who am I at
http://www.khason.biz/
"Brent" <b@b.com> wrote in message
news:10*************@corp.supernews.com...
Hi,
Recently, we installed Sharepoint Services on our test server (Server 2003)
to try it out. I made a new web for my regular aspx pages. My problem is
that now whenever I try to access my old pages, it prompts for a username and password for that server. I want it to allow anonymous web requests

from
this server. (Anonymous is checked off under web properties already). If I click cancel on the Username and Password prompt, I see this message...
please help...
thanks,
Brent

You are not authorized to view this page
You do not have permission to view this directory or page due to the

access
control list (ACL) that is configured for this resource on the Web server.
--------------------------------------------------------------------------
--
----

Please try the following:

a.. Contact the Web site administrator if you believe you should be

able to view this directory or page.
b.. Click the Refresh button to try again with different credentials.
HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource.
Internet Information Services (IIS)


--------------------------------------------------------------------------
--
----

Technical Information (for support personnel)

a.. Go to Microsoft Product Support Services and perform a title search for the words HTTP and 401.
b.. Open IIS Help, which is accessible in IIS Manager (inetmgr), and
search for topics titled About Security, Access Control, and About Custom Error Messages.


Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Brent | last post by:
Hi, Recently, we installed Sharepoint Services on our test server (Server 2003) to try it out. I made a new web for my regular aspx pages. My problem is that now whenever I try to access my old...
6
by: Michael S | last post by:
Not sure if I'm posting in the right group but here goes. I am getting the following error when trying to browse to an .aspx page which I have set up in a virtual directory under the default...
15
by: (PeteCresswell) | last post by:
Got a sample of MS's "Advisor Guide To Microsoft Access" in the mail today - accompanied by a sample "Advisor Guide To Microsoft SharePoint". I skimmed both, but the SharePoint explanation is too...
2
by: wale | last post by:
Yesterday I attempted to install sharepoint portal server 2003 on windows server 2003. Once we had installed it I realised that we had followed the setup instructions for a server farm set up as...
2
by: =?Utf-8?B?QWxhc3RhaXIgQmVsbA==?= | last post by:
I am having trouble creating a web site on a server running sharepoint services. I am creating an ASP.Net website using Visual Studio 2005. The server I am trying to create it on is a Windows 2003...
1
by: getobject | last post by:
I am building an ASP.Net site and wish to use a SharePoint to hold the information. I am trying to add an entry to a list using Sharepoint webservices and keep getting a SOAP exception. I have know...
8
by: GaryDean | last post by:
I was advised by a Microsoft speaker at a local .Net conference that "SharePoint" had a lot to offer for asp.net developers. I've spent a few hours hunting down links on Sharepoint Services in...
1
by: apondu | last post by:
hi, I am new to Sharepoint Server. I was just trying to install sharepoint server and work with it. I wanted to access the sharepoint server services with dotnet and work with it. I just...
0
by: Zamdrist | last post by:
I've copied a project from a non-sharepoint IIS server to a sharepoint services 3.0 IIS server, in a virtual directory similar to how the source project was layed out as. When I copy it over it...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.