Problem Authenticating integrating users in PWA

D

Daniel

Hi.-

I'm implementing a group of machines to a project server existing
installation, all the machines have XP Pro SP1.

My problem is when the user try to access the PWA they are always are
redirected to the login as (lgnps.asp) even when I introduce a specific URL
as http://server/ProjectServer/home/homepage.asp the go back to the login asp.

All the users are defined with integrated authentication, I test deleting
user and creating again, but doesn't work. This problem is restricted to a
limited number of machines (about ten) because if one of the user try to
access project server from another machine (one machine that previously work
fron other department) the integrated access work fine.

Have some one an idea about how to resolve this problem or what could be the
cause?

Thanks
 
M

Mike Glen

Hi Daniel,

Try posting on the server newsgroup. Please see FAQ Item: 24. Project
Newsgroups. FAQs, companion products and other useful Project information
can be seen at this web address: http://www.mvps.org/project/.

Mike Glen
Project MVP
 
K

KK

You need to open IIS manager and open the Properties on the ProjectServer
virtual directory. Go to the Directory Security Tab and click the Edit
button. Make sure that only the Integrated Windows Authentication box is
checked, and click OK. Go to the Documents tab. The only default content
page should be LGNINT.asp. Close the IIS manager.

The user should go to http://server/ProjectServer. Since you have already
defined the default page as the Integrated Authentication page for Project
Server, the user will be redirected to
http://server/ProjectServer/Home/HomePage.asp.
 

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