Click here to Skip to main content
15,920,217 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have completed my web application in visual; studio 2010 and uses sql server2008 as database. now i want to host in over internet. can anyone help me out......thnx
Posted

Have you hosted your domain??
If yes,then you must have a FTP account; you have to download Filezilla from internet to upload your web application on the web and you also need SQL server IP, login ID and login Password.
There you can upload your database. Before uploading web application please check your web.config for correct connectionstring.
One more important thing is that check your webserver is configured for .net framework 4.0 or not? if not then ask your administrator to upgrade it to 4.0 else your application will not work.

Happy coding. [:)]
 
Share this answer
 
You need an Hosting account for that.

Windows Hosting with Latest Framework support and a Domain. If you have these things then one of easiest method to publish your files online is FTP.

Check MSSQL Server Setting in your Hosting Account and find server name and User ID , password.
Check FTP Information of your Hosting account, Find UserID, Password, ServerName, port number etc and Login to FTP with Internet Explorer or It would be more better if you use any of FTP Clients.

Now upload your Deployed Files to Server, Change settings in Web.config before uploading to web. Upload Database and if MS SQL Server allows you to Run Scripts just copy Script of Your Database, which is more easier. Check all settings OK and Go online with your Domain.

Best of Luck...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900