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   interview questions urls   External Links  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
 
  Visual-Basic (582)  C-Sharp (390)  ASP.NET (891)  VB.NET (79)  COM+ (37)
  ADO.NET (142)  IIS (60)  MTS (2)  Crystal-Reports (40)  BizTalk (14)
  Microsoft-Related-AllOther (15)
 


 

Back to Questions Page
 
Question
is it possible to set more than web.config file for an
ASP.net APPLICATION?can it run?how is it possible
Rank Answer Posted By  
 Question Submitted By :: Elumalai.k
I also faced this Question!!   © ALL Interview .com
Answer
Yes we can have as many as Web.Config Files we want. When 
we have multiple Web.config files the CLR will Search for 
the Config file which is just below the calling code.
 
0
Lokesh Gopinath
 
 
Question
is it possible to use web site without web server from 
remote place?
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   ABC
I also faced this Question!!   © ALL Interview .com
Answer
Yes, It is Possible. As Website is Deployed In Web server 
in IIS. There is no need to have Web server in Remote Place.
 
0
Rajesh Kumar
 
 
Question
SqlCommand cmd = new SqlCommand();

using (cmd) {...} 
Referring to the above, what method is implicitly called at
the end of the "using" statement? 
Rank Answer Posted By  
 Question Submitted By :: Rajesh
I also faced this Question!!   © ALL Interview .com
Answer
Object.Dispose()
 
0
Aspdev556
 
 
 
Question
Where CANNOT Destructors be implemented ?
Rank Answer Posted By  
 Question Submitted By :: Rajesh
I also faced this Question!!   © ALL Interview .com
Answer
In Structure we cant give the  Destructor Method.
 
0
Siva
 
 
Question
int i = 1;
int j = 1;
System.Console.WriteLine(i == j);
System.Console.WriteLine(i.ToString() == j.ToString());
System.Console.WriteLine((object)i == (object)j); 
Give the sample code above, what is the output to the console? 
Rank Answer Posted By  
 Question Submitted By :: Rajesh
I also faced this Question!!   © ALL Interview .com
Answer
true
true
false
 
3
Aspdev556
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

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