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 difference between custom controls and user controls?
What is the difference between session and viewstate?
Explain parts of assembly?
What is the state management in asp.net?
Explain the differences between clr & cts?
List the events in page life cycle.
How can you pass multiple complex types in Web API?
What parameters can you pass in the url of the api? Can get and post use the same url?
What is active web pages?
List the types of authentication supported by asp.net?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What is the full form of asp.net?
What is master page in dtp?
How we implement web farm and web garden concept in asp.net?
What is asp according to you?