Custom SharePoint page calling PSI

Y

Yury

Hi,

I've created aspx page and put it in _layouts/PWA/ADMIN folder. I tried to
call method of PSI service, but got "401 Unauthorized" error. Everything goes
fine if I use console application, which runs under my account. But when
deployed on PS2007+MOSS2007, it refuses to work.

All web applications work under different domain accounts. I've tried to add
account of pwa web site to priviledged security groups, but no result.

Thanks in advance.
 
Y

Yury

Hi, guys.
I was able to solve my problem. This is workaround:

My Sharepoint farm hosts on Windows Server 2003. I used host headers to
while creating web application for PWA and couldn't access pwa site from
virtual machine. This is beacause of loopback check security feature which
came with sp1. After that I could deploy my feature which called PSI without
impersonation and with minimum permission set.

Hope this will solve your time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top