Ask a Question related to ASP.NET Security, Design and Development.
-
Iris #1
Windows Authentication across domains
Hi,
We are deploying an ASP.net application which will be
accessed across domains.
We are currently facing a problem because users from other
domains have their access denied when trying to view the
page. There is a trusted connection between the two
domains. How can users from the other domain access the
webpage?
Another question is: we have a machine. Its name is
machine1. Another server is:server.abc.com. They point to
the same IP Address but the ASP.net application cannot be
accessed by server.abc.com but can be accessed by machine1.
What can be done so that server.abc.com can be accessed?
The configuration of the webconfig are as follows:
<authentication mode="Windows" />
<identity impersonate="true" />
<authorization>
<allow roles="machine1\Users" />
<deny users="*"/>
</authorization>
Please advise.
Thanks.
Iris Guest
-
ASP.NET Authentication and Windows Authentication
Hello, I'm developing a web application that will run on an Intranet. I'll use Windows Authentication, so users can access the application... -
Windows Authentication - what happens when it's not available?
Hi I'm developing an Intranet system for a client, and am looking at using Windows Authentication, so that the network users don't have to log... -
Authentication under Windows?
Manual quote: "The HTTP Authentication hooks in PHP are only available when it is running as an Apache module and is hence not available in the CGI... -
Forms authentication with Windows authentication
Hi, I have an ASP.NET web site that uses IIS Basic Authentication and accesses an OLAP Server at various stages. The OLAP Server authentication... -
Windows XP Home edition and NT Domains
Hey, I was wondering if there is any way that i can make my computer running windows xp home edition join a nt domain. I am open to any...



Reply With Quote

