Super User

Super User

If you want to publish your database from one database
server to another,sql server database publishing
wizard can do that.without downloading it you can
use visual studio to publish your db as .sql script
file.then you can run this script file in another
sql server to get the database with all tables and data.
I show you how -

when you run asp.net application project from visual
studio,visual studio uses their development server.
It's not the right way to develop asp.net appication.

in asp.net application there may be different
server errors like file not found,server error,
etc.when those errors happens default ASP.NET error
page is shown which looks odd and users don't
understand what type of errors occured.to overcome
these problems it's a good idea to use own
error files.

If you want to run your software with same width and
height as your monitor's width and height then
implement the following technique in your application-

access database file is easy to use than sql server
or MySql server databases.for accessing access db
System.Data.OleDb namespace used.following are
steps are needed to use access db in .net
application.

It's nice to show cool gradient color as a
background color of the form in c#.net desktop
application.you can set different colors.

if you want to prevent running multiple instance
of the same c# application then check the
following lines.It's sometime necessary to prevent
running multiple instances of the same application.

when you run your c# application there may be
unknown errors for various reasons.you can
view those errors to correct later.
better way is to store those errors in a online
file using webservice automatically.

It's a professional logic to use the databaseOwner
and objectQualifier values when creating tables
else you will not be able to identify the tables
in databases with ease and gain other benefits of it.

the following codes uses FileUpload control to
upload file to server.it's a example for
uploading files to the server using asp.net
and c#.


Latest discussions

  • No posts to display.