473,387 Members | 1,455 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How host database based website?

I have created one website in asp.net using visual studio 2010, I want to host it on internet so how can i do it?

On local server when we run it we dont need to do any thing just we have to run whole project.

I dont have experience of hosting such database based site on internet. Is it same as uploading all the file simply as we do in static website or anything different?
Jul 1 '12 #1
5 2523
Frinavale
9,735 Expert Mod 8TB
You will have to publish your web application using the publish tool that comes with visual studio.

The publishing tool will create the files necessary to run your website on a web server.

You then need to find a web hosting company that has a Windows server, with the same version of the .NET Framework that your web application was developed for.

Your web host should also provide you with the database that you used to develop your application against.

Once you have found your web host, you will have to move the files generated by the publishing tool to the server, configure your website to work on your web host, and run the necessary scripts that will generate your database and populate it with data.

-Frinny
Jul 9 '12 #2
database part just i have to upload on server or anything else i need to do???
in which format database file needs to be uploaded ...?
Jul 10 '12 #3
ariful alam
185 100+
Suppose, you are using MS SQL Server 2008 for your database. If your hosting server provider has this server then they will give a online interface of MS SQL Server 2008 to setup your database there. you should create a user there for you to connect to your database. because there you can't access the administrative accounts to connect to your database to run your website. you can generate your database script from your local database server and copy->paste the script texts in online TSQL interface and run to create database there.

hope it helps you. :)
Jul 10 '12 #4
Frinavale
9,735 Expert Mod 8TB
I don't think the @karimkhan is using MS SQL Server.
@karimkhan are you using an embedded database?

-Frinny
Jul 10 '12 #5
- Create DB on Server with your data on local (export script or restore)
- Change Connection String connect to server
- Publish your code on server (IIS) and try to run your website :)

Finish !
Sep 15 '13 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: Bozo Schmozo | last post by:
Greetings! I've searched groups.google.com already to see if I can determine if using PHP/MySQL (if needed) for a web site I wish to develop. As the subject indicated, it will be a content...
2
by: Matt O'Toole | last post by:
I'm looking for a website backend. I can use PHP and other scripting languages, but I don't have access to an RDBMS. So I'm looking for an RDBMS substitute -- maybe something that reads/writes...
0
by: ssp2000 | last post by:
We want to develop database driven website. because of enormous amount of data (300GB) customers's tech advisors are insisting on using SAN instead of any direct attached storage method. I want...
2
by: Alex | last post by:
Subject: Looking for an XML (database-based) Query Reporting Tool/advice First off, let me apologize if this thread is somewhat off topic... PLEASE REPLY TO: xml@solex-bi.com I am looking...
2
by: a | last post by:
Hi, Is there a simple to understand and modify php app available that I could use as basis for a somewhat more complex website? Or are there apps that I could use to generate such php scripts? ...
4
by: RAB | last post by:
I am building an e-commerce website with Asp.net 1.1. I don't expect a high volume of sales at first (probably less than 10 sales per day). The daily page visits at first will be slow (probably...
0
by: Boris Twila | last post by:
Hi, what are the pros and cons? I'm doing a classified ads site, kinda based on craigslist. Craiglist is very file system-based. Other similar sites are not. I'm thinking of moving away...
1
by: Anita07 | last post by:
Hello Guys I have developed my first Java based Website (Using JSP, Servlets, JDBC and JSTL). Now I am looking for ways and methods to accurately and thoroughly evaluate my site and solve any...
25
by: pereges | last post by:
Hello, I'm trying to build a database driven website for a library management system. The database is stored on a remote server which all of my team mates can access. I've installed MySQL, PHP and...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.