what are the files we need to deploay a project in the
system?
Answer Posted / macrosuresh@yahoo.co.in
DLLs
ASPX, ASCX
and config Files.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
Is string immutable in c#?
How to use exception handling in stored procedure?
What is use of private class in c#?
Can int be null c#?
Differentiate between method overriding from method overloading with its functionality?
How can I produce an assembly?
What sort algorithm does c# use?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
What is executescalar in c#?
Can we have 2 main methods in c#?
Which of these string definitions will prevent escaping on backslashes in c#?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
Can you use foreach iteration on arrays in c#?
What do you mean by parsing and how to parse a date time string in c#?