Sharepoint 2007 - NewForm requiere inicio de sesión

I have anonymous accessed SP2007 site with a list, which has anonymous access to add item. When I am trying to add item, login prompt is shown.

I have tried with default.master and with my master page, both maked a problems.

sabes como resolverlo?

preguntado el 12 de junio de 14 a las 10:06

1 Respuestas

My assumption here is that the page is trying to access some other resource / information on the page that is in a secure section of your SharePoint site. This could be a lookup field to another list that does not have anonymous access or even an image that is on the page/master page that is in a library in SharePoint that you do not have anonymous access enabled on.

My suggestion may be to look though the page and try to narrow down what could be. You may find tools such as Fiddler will help to allow you to see what is being requested and getting access denied (providing you just cancel the login box three times).

Espero que esto ayude.

Respondido el 12 de junio de 14 a las 13:06

Thanks for helping, unfortunately I haven't solved this problem yet. I have only one login prompt in this site, and fiddler just show 1 request with answer: 401 Unauthorized. - Tomasz

Additionally, when I'm accessing same page when I'm logged in, Fiddler shows 3 requests to same page. First and second returns 401, then third returns in correct page. Seems to problem is when I'm trying to access even /Lists/ directory in SP2007 - Tomasz

No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas or haz tu propia pregunta.