⟩ If we remove web.config or machine.config from the application then, Is this application will works?
If we remove the web.config file from the application it will work.
unless it doesnt have the things like connectionstring etc.
If we remove the web.config file from the application it will work.
unless it doesnt have the things like connectionstring etc.
How can you tell the application to look for assemblies at the locations other than its own install?
How can you debug failed assembly binds?
Where are shared assemblies stored?
How can you create a strong name for a .NET assembly?
Where is global assembly cache located on the system?
Can you have two files with the same file name in GAC?
So lets say I have an application that uses MyApp.dll assembly ...
What is delay signing?
Is there an equivalent of exit() for quitting a C# .NET application?
Can you prevent your class from being inherited and becoming a base class for some other classes?