We have 2 sites in which one site allows the user with out
asking credentials and second one ask for credentials
through a log page. What might be the configurations
settings for both sites? We can use IIS and web.config
files together.
Answer / guest
First one using windows authentication as follows.
Set Windows authentication in IIS.
And in web.config
<authorization>
<deny users=”?”/>
</authorization>
For the second one.
We set IIS authentication as none. And in web.config file
we mention as follow.
<authentication mode=”forms”>
<forms login=”login.aspx”/>
</authentication>
<authorization>
<deny user=”?”/>
<authorization>
| Is This Answer Correct ? | 4 Yes | 1 No |
What are merge modules?
About duration in caching technique ?
Define satellite assemblies.
explain store procedure and trigger
If we remove web.config or machine.config from the application then, is this application will works?
• What Session State providers are available in ASP.NET? What are the pros and cons of each?
How can you debug an ASP page, without touching the code?
1 Answers Prodigy Technologies,
What does assemblyinfo.cs file consist of?
explain about Back ground process control in .net
1 Answers Digital Mesh, Infronics,
Differentiate between globalization and localization.
Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?
How can you handle unmanaged code exceptions in asp.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)