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
Explain about Application and Session Events ?
How to create events for a control?
What is the difference between session.abandon() vs clear()?
What is the procedure to create the environment for asp.net? : asp.net mvc
Explain the difference between panel and groupbox classes using .net?
What is difference between abstract class and an interface?
Explain cookies with example.
Explain swagger components.
Is oauth for authentication or authorization?
What is the file extension of web service?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
How to manage different kinds of sessions in ASP.NET?
What are early binding and late binding.
Describe the .net base class library.
Web API uses which library for JSON serialization?