what is the difference between assemblyinfo and webconfig
files?



what is the difference between assemblyinfo and webconfig files?..

Answer / neelima

An assemblyinfo contains all information about the manifest
of the IL and it also contains the information about the
strongname,version number of the assembly created.

where the webconfig file contains all the information about
the settings of the application including the assemblies
information.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is custom tag in web.config ?

2 Answers   Accenture, BirlaSoft,


Explain the flow of processing of the request? : asp.net mvc

0 Answers  


What Are Different Types of Debbugers

2 Answers   Accenture, TCS, Wipro,


can u debug application programatically? if yes how?

0 Answers   FactorH,


Explain the main function of razor in asp.net? : asp.net mvc

0 Answers  






What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

0 Answers  


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

0 Answers   Netsweeper,


What is a web api endpoint?

0 Answers  


What is asp.net introduction?

0 Answers  


How does u call and execute a sp in .net?

0 Answers  


Explain the namespace classes used in asp.net mvc? : asp.net mvc

0 Answers  


Explain Session state management options in ASP.NET.

0 Answers   CDC,


Categories