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 login control and form authentication.
Where viewstate value is stored in asp.net?
How you can add an event handler?
Explain page output caching?
How could you modify xaml content from javascript?
What is the difference between visual basic and asp.net?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What parameters can you pass in the url of the api? Can get and post use the same url?
What are the disadvantages of using session?
Is session stored in browser?
What is aspect-oriented programming?
What is in a session cookie?
State differences between MVC and WebAPI
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is difference between cache and session?