ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What is the use of location tag in web.config file
 Question Submitted By :: Kiran
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is the use of location tag in web.config file
Answer
# 1
configuration setting is applied to specific file/folder 
with appropriate "Path" attribute.
e.g
1)applying setting to everything under System.web
<location path="Administrator" > 
 <system.web>
    <authorization> 
          <deny users="?" />
          <allow roles="Administrator" /> 
          <deny users="*" />
    </authorization>
 </system.web> 
</location>

2)applying setting to specific directory called "folder1"

<!— Configuration for the "folder1" subdirectory. -->
   <location path="sub1">
      <system.web>
         <httpHandlers>
            <add verb="*" path="folder1.Scott" 
type="folder1.Scott"/>
            <add verb="*" path="folder1.David" 
type="folder1.David"/>
         </httpHandlers>
      </system.web>
   </location>
 
Is This Answer Correct ?    13 Yes 2 No
Asif Ismail Kunnibhavi
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What namespaces are imported by default in ASMX files?  2
How can i include both C# and vb.net classes in same solution?  2
Explain the scenario where we go for inpro and outpro session?  2
best .net institute in hyderabad  3
can sn.exe can be used before gacutil.exe Accenture2
What is the syntax for datagrid and specifying columns ? Microsoft1
What is State Management in .Net and how many ways are there to maintain a state in .Net?  5
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application???? Sparsh6
What event fired during, when datagrid click?  1
How do you create a permanent cookie?  2
What is Difference between Callbacks and Postback in ASP.NET?  8
What is Http handler? Accenture4
Differences between session state and Application state?  2
How can you achieve nested Masterpages in 2.0? Microsoft1
The question is "After sign out from email, Then we click a back button , we can't go to the previous page ie inbox page, It is displaying a login form only" My doubt is How will code this , If u know please blog me through this or my mail. my mail id is yoursguna@gmail.com TCS2
What methods are fired during the page load? Visual-Soft6
What is Active Directory? What is the namespace for that?  2
how can we maintain security in soted procedure?  1
Explain Generics?  1
In C#.net application is run on linux michine  3
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com