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 |
Describe the difference between inline and code behind - which is best in?
How To Generate ConnectionString By Using Notepad??
Less than one page, how many windows will you be able to maintain?
How do you bind array to gridview? Will it works?
Give some salient points of difference between request processor and request dispatcher.
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What is Serilazation? how many type of serilazation are their?
What are the features that make asp.net more used framework? : asp.net mvc
what is abstract class and method..
What is break mode?
Why is xap important?
Can you explain one critical mapping?
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)