The server can be reached, but the server declined to allow access to the page.

learn more… | top users | synonyms

0
votes
2answers
15 views

403 Forbidden error on creation of new webapplication in SP2010

I am getting an error 403 forbidden on creating new weapplication or extending web application although I have signed in as System Account. I am able to create new sitecollection from central admin. ...
0
votes
0answers
66 views

customerrors 403 doesn't appear to direct at all

On my SharePoint Server 2010 based publishing site, I have created a custom error page, and updated the web.config to point to these this new page: <customErrors ...
3
votes
1answer
127 views

PSI HTTP 403 Forbidden

When I'm trying to get here: http://someName.com/_vti_bin/PSI/ all I get is the following error: "This website requires you to log in" ..but I'm logged in as Administrator. (and I can get to a ...
0
votes
1answer
23 views

403 Forbidden - PortalSiteMapProvider was unable to fetch current node

We have two development machines and we have a web application in the same port in both machines. We are using FBA and Windows authentication in our application with a custom login page located in ...
0
votes
1answer
120 views

403 Forbidden when Non-Admin attempts to upload a file

I am uploading doucment using object model. However my 'UploadFile()' method throws exception "The request failed with HTTP status 403: Forbidden.". This happens if my current user is not a member of ...
0
votes
1answer
229 views

403 Forbidden immediately after creating web

I can't tell exactly what's causing the 403 Forbidden error (that's literally all of the information I have in the browser regarding the error) but this is the scenario: I navigate to my application ...
1
vote
2answers
471 views

403 Forbidden on publishing page with webpart

We created bunch of web parts for our client. Initially we set up web application on port 1443 with NTLM and Forms authentication. Everything works ok. Now we extended this web app to port 443, with ...
0
votes
1answer
211 views

Central administration is displayed wrong

Just after installation of sharepoint 2010 I opened central administration it looked weird, like no styles and js had been loaded. A screenshot of CA and js-errors in console is presented here: ...
0
votes
0answers
143 views

Sharepoint custom error pages and loging issues

I am currently trying to implement custom error pages in our sharepoint project. Here is the issue i have. The custom error pages are set up in IIS. Using the .Net error pages in ISS7 for the error ...
0
votes
2answers
829 views

Forbidden - 403 error when accessing a page containing a visual web part

I have restored my SharePoint 2010 site to a new web application. My site collection has two visual web parts on two different pages. I have 10 users who access my site. After restoring my site to a ...
6
votes
1answer
895 views

Opera browser shows 403 FORBIDDEN

Opera browser gives 403 FORBIDDEN when trying to access my SharePoint site. The site uses FBA authentication and is an internet facing site. In IIS logs I can see that Opera has requested the favicon. ...
1
vote
2answers
237 views

Managed Metadata 403 Error on Contributor Edit

I log into portal using spadmin account, then go to a doc lib "TestDocLib". I can see the values for all the metadata fields (about 8 metadata fields) and I can click on Edit to open the ...
0
votes
0answers
122 views

SharePoint Editform.aspx issues?

The editform throws 403 error. However, if I click on view properties and click Edit from the viewform.aspx then editform opens as expected. Can anyone shed some lights on this?
3
votes
1answer
217 views

users with Contribute getting 403 forbidden error

This is something I haven't seen in 4 years. Users in SP Group "Accounting" with Contribute access getting 403b forbidden error. It was working fine until this morning. However, I log in as sp admin ...
3
votes
2answers
1k views

SP 2010 Custom Access Denied Pages - 403 error

I've used the following powershell script to change the default access denied page for my web Application: Set-SPCustomLayoutsPage -Identity "AccessDenied" -RelativePath ...
1
vote
1answer
311 views

WebConfigManager.OpenWebConfiguration 403 Forbidden

I'm trying to read the web.config for a web app from the code-behind DLL of an aspx page. However, all I'm getting back to the browser is 403 Forbidden. First I was trying this deploying the DLL to ...
0
votes
2answers
321 views

Get blank page from chrome and 403 error from IE After successful SharePoint 2010 install on Windows 7

follow the Microsoft article , i install SharePoint 2010 on my windows 7 Ultimate 64x. But after successful install and configuration, when i try to browse central administration with chrome, i get ...
0
votes
2answers
1k views

Application Pool Identity and 403 Forbidden Error

I am trying to understand the cause of this 403 Forbidden Error on my SharePoint Dev machine. When I installed SP on my Win7 box I added myself as the Application Pool Identity that runs Central ...
0
votes
1answer
470 views

Authorization error when accessing an aspx page

I am using SharePoint Server 2007 Enterprise with Windows Server 2003 R2 Enterprise. I am developing using VSTS 2008 + C# + .Net 3.5 + IIS 6.0. I have put a simple aspx page into layout folder (the ...