Answer Posted / charan
In ASP.NET 2.0, there is 2 types of deployment
1 - websetup
2 - copy file
websetup projects is usually for when a user want to
download any software or files.. certain steps involved in
this process...
2 - copy file is for small websites..
in the solution explorer, click the copy icon .. it will
prompt a two panel window.. one is for source website and
other one is Remote website
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of response redirect in asp.net?
What is a swagger in web api?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
How u refer webservices?
What’s the catch?
What is difference between asp.net and asp?
What is http post action?
Explain the difference between the web config and machine config.
Explain about ASP.NET?
Why session management is required?
How to bind all the binding controls in a page at once in ASP.NET?
What is the syntax for datagrid and specifying columns?
What is difference between view state and session state?
How do you handle server controls?
How can we create Tree control in asp.net?