473,396 Members | 1,936 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,396 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.
Nov 18 '05 #1
3 2913
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.

Nov 18 '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.

Nov 18 '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.


Nov 18 '05 #4

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

Similar topics

4
by: dave | last post by:
if i created a web part in vs.net like http://www.devx.com/dotnet/Article/17518/0/page/2 is it possible to use the web part in both the sharepoint services environment and the sharepoint portal...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.