hi im shailendra singh
my question is how we deploye the data base
Answer Posted / amit kumar saini
We have to have a SQL script of the database and then we
will create a new database through the script.
Now we have a blank database with same structure and
relationships etc.
Then we can either export/import the data.
Or we can restore the database from a copy of orignal
database backup.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Give some salient points of difference between request processor and request dispatcher.
What is the life-span of the items in the viewstate?
What is the use of ASP.NET routing?
What is form submit?
What is the advantage of using Windows authentication in a Web application?
How can we implement a identity (sql server) call in an asp.net page?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
When does a session actually start?
What is an asp.net web form?
How do you identify that the page is postback?
Why asp.net is used?
What are the cookies types in asp.net?
What are the event handlers that can be included in the Global.asax file?