I have a Sharepoint site (with Anonymous access enabled) hosted on the Azure server. Whenever I access the backend Site contents page(or any CMS admin pages), it keeps prompting for credentials even though I enter the correct username and password. This issue is happening only outside the server. Inside the server, if I supply credentials once for the same site; it accepts and I am able to view the site contents page. It's an internet-based Sharepoint site hosted in AZURE. The issue started appearing 2 days back. Before that, it was fine and used to take the login details. Could anyone guide me what could be the root cause of this issue? I checked the log file, and no error messages were captured related to this issue.
Regards,
RPC
Tried adding the site to Trusted Site, but it didn't help. This issue started appearing suddenly 2 days back. The site was hosted and running for 5 years.
Related
i having a problem when i tried to use a domain user as a specified user name in basic settings-> connect as. I want to access a shared folder that located in another server.
The web server always says if the username or password isn't correct and always throw 500.19 error when I started to browse the application.
Error Capture
However when I explore the app from IIS, it can be opened. I even tried a remote login to the server using the same username and password and it's just fine.
Image 2
The server I am using for running the web server is a Workgroup computer and in a DMZ. Is that a reason why IIS can't authecticate domain user?
Sorry for my terrible english here, because i'm in panic situation right now. I hope you can understand what i'm asking about and hope somebody has an answer. Thanks
You're right, if your computer is not joined to the Active Directory domain, you won't be able to authenticate using a Domain account.
Should the site be publicly accessible? If so, you would want to set your authentication to Anonymous and then configure the authentication settings to authenticate either as a built in user (NETWORK SERVICE, AppPoolIdentity) or a local machine user created specifically for the application.
I am getting a popup asking for Digest credential while deploying a sharepoint hosted app, i created a brand new sharepoint hosted app with out wrighting any code i deployed that in developer site, i got a page for trusting an app and i gave full control to the app at site collection level but once i trust the app i am getting an anothor popup asking for Digest creditials not sure what is that, could some one please help me what is the issue.
i am seeing a blank page when i enter my user name and password with my domain name and i am deploying the app in same domain server but from a different development machine through visual studio.
I am probably late to reply but I will answer anyways:-
Disable loopback popup:- https://blogs.technet.microsoft.com/sharepoint_foxhole/2010/06/21/disableloopbackcheck-lets-do-it-the-right-way/
Add site/app domain to the trusted sites list and also if you are using proxy then add it to the proxy exceptions list.
All these steps resolved the sharepoint app errors or authentication problems for me.
I have a Windows 2003 web server that is serving up 3 public-facing websites via IIS6. The all run under the Default App Pool.
I have added a new, very simple, one page website to serve as a "Maintenance" website. It is setup with anonymous access enabled, and all 404 errors redirect to /index.html.
I basically stop the other 3 websites and start the Maintenance website when it is needed.
The other three websites function normally all day long.
However, the Maintenance website presents users with a login credentials dialog and/or responds with a 401.1 code. I tried adding the IIS_USR account to the directory security with Read and Read & Execute access, but I still have the same result.
I have a very similar setup on three other servers, which serve up additional public-facing websites.
What is going on and how can I fix this?
I'm Building High-Trust Application for SharePoint on Premises for a Public Facing Internet Site.
I've Created an Empty App Part and deploy it to the SharePoint. The App Part is Working fine for authenticated users but when try to access the site as anonymous I'm Receiving "403 Forbidden Error Message".
This is Although I can access the page that is displayed in the App Part anonymously without any Problem.
Update:The Problem is only in the page that has the App Part. other SharePoint pages are working fine even anonymously.
Can any one support in this.
That's mean the host web is not allowed for anonymous users. You could double check the authentication for the anonymous user on the host web.
A developer posts their code from a staging site (which requires authentication) to the live public site (which should not) and suddenly the live site is requiring authentication (which is not good).
They don't have permissions to change any settings on the server(s) and there is no call from the code on the live site to anything on the staging site, that I can locate. (No forgotten calls to an image on the staging site or anything)
Can the group think of some file that might have been removed/changed that could cause this to happen? I checked this question as well - [HTTP Authentication in ASP Classic via IIS] - but none of those methods are being used.
App is Classic ASP, IIS6.0 server.
Security Settings - Anonymous Access permitted on the live site. Account for anonymous internet users allowed read access to the directory where the site is located - user is unable to change directory or site permissions on the server.
Thanks!
Did the files retain their security permissions from the folder they were copied from? Reset the permissions on the files.
Are you using a four-part URL to get to the site (http://www.somesite.com/)? That will default to the Internet zone and not intranet, prompting for authentication.
User will get challenged when Anonymous Access is turned off in IIS. What are the security settings? Without that information, we will not be able to help much.