Asp.net and IIS Login Problem

G

George

Hi.

I've deployed a web application on a desktop computer running W2K and
IIS. I'm using the desktop as a server.

When I try to access the site, either from my development computer or
if I log in to a remote machine, the site works fine for me and I'm
able to access the aspx pages with no problems. When others try to
access the site, it asks them for there login ID, password and domain.

If I have the user click cancel on the log in screen it will show the
aspx page. But as soon as they click a button, such as one I have
labeled SUBMIT, the login screen pops up again.

My login id is a member of the administrators group. If I add the
login id of one of my folks who was having the problem above to the
administators group, everything works fine. Problem is, I don't want
everyone to have administator rights on the server and I don't want my
users to have to input their credentials to my aspx pages.

I've searched IIS documentation and the web and tried everything I can
thing of to rememdy this problem. Any help is greatly appreciated.
Thanks.

George
 
C

Chris Moore [MSFT]

There's a couple of things that you can verify. First are you using
Windows Authentication, by setting
<authentication mode= "Windows"/> in the machine.config? If so, are you
also adding the <identity impersonation= "true" /> flag?

If you are running Win2K with SP4, you might also need to grant the aspnet
account the privilege to impersonate a client. You do this by opening the
Administrative Tools: click on "Local Policies" then select "User Rights
Assignment". On the right-hand side, there should be a list which includes
"Impersonate a client after authentication" and you should add your ASPNET
account to this list.

Hope this helps.

Chris Moore [MSFT]
--------------------
 

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

Members online

No members online now.

Forum statistics

Threads
473,781
Messages
2,569,619
Members
45,316
Latest member
naturesElixirCBDGummies

Latest Threads

Top