Ask a Question related to ASP.NET Security, Design and Development.
-
Paul M #1
Authentication methods...
Hi,
We're likelly to have both internal and external systems on our servers.
We've only got one IIS server (Charity!).
Is there going to be any problem running both forms and integrated
authentication off the same IIS server??
Thanks in advance....
P
Paul M Guest
-
Accessing htm files without authentication (forms authentication)
I have application with forms authentication. All works fine. When user opens .aspx file gets login form, login and then get the .aspx page. But... -
Illegal to mix Authentication methods ?
Hello, I have a Web Service, a Winform client and a web Application. The Web App and the WinForm Client use the same Web Service (or such is the... -
#26350 [NEW]: Inherited methods can't access private methods
From: forseti at oak dot rpg dot pl Operating system: Windows 98 SE PHP version: 5.0.0b2 (beta2) PHP Bug Type: Zend Engine 2... -
Really confused about authorization/authentication methods in ASP.Net
I have been reading and reading the Microsoft best practices, articles on and on but still I can't figure out which method to chose to get started.... -
Aliased setter methods behave differently than other methods?
Here's another question... I am aliasing and redefining certain methods, determined at runtime. Normal methods work fine, but methods ending in '='... -
Dhaval Faria #2
Re: Authentication methods...
in Internal server you will not face any problem with the Windows Integrated
Security, provided all your machines are running Windows which is based on
NT.
and for public, you will face problem, because you will not be having
account of all the users accessing your site on your server, and also it is
not necessary that the user who visits your web site is using Windows as a
Operating System, there can be a visitors using Linux Operating System and
also browser capablities are there, IE 4.0+ supports Windows Integrated
Secuity, so user require to have IE 4.0+
So better to go with Basic Authentication, SSL or Form based Authentication
if publically and internally both the sites are same, and if you are not
having problem with the Windows thing.
--
Dhaval Faria
Founder, Programmer
Hirdhav ([url]http://www.hirdhav.com[/url])
Microsoft India Community Star
"Paul M" <masonp@trials.bham.ac.uk> wrote in message
news:uI#wXGavDHA.1060@TK2MSFTNGP12.phx.gbl...>
> Hi,
>
> We're likelly to have both internal and external systems on our servers.
> We've only got one IIS server (Charity!).
>
> Is there going to be any problem running both forms and integrated
> authentication off the same IIS server??
>
> Thanks in advance....
>
> P
>
>
Dhaval Faria Guest



Reply With Quote

