Click here to Skip to main content
15,908,776 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello friends, I have a problem of hosting the asp.net website. I have username and password for hosting with domain name and a database script . Since i havenot hosted any website till date, can i have someone to tell me about the process or some good links where i can find the relevant tutorials.
Please help asap.
Posted

 
Share this answer
 
Hi karkiB123,

Please host your website on server.
Change the web.config file connection string.
like
<connectionStrings>
<add name="Connection_Name" connectionString="Data Source=IP_Address eg.(123.456.789.23);Initial Catalog=DatabaseName;Integrated Security=True"providerName="System.Data.SqlClient" />
</connectionStrings>


Thanks!
 
Share this answer
 
Comments
karkiB123 1-Aug-13 1:16am    
Thanks Sandeep2291 that should be changes made in web.congi file but what about uploading the website code. How should i do that because i have not done that thing previously. How can i upload that to the hosting space that i have paid for. please reply asap.
Sandeep2291 14-Sep-13 9:33am    
Sorry for late reply...
Please buy windows hosting with ASP.Net Server
and upload file your httpdocs folder
After that Create SQL database in you server you will get IP Address , User ID and password from that.
Use that information on your PC SQL software for login in your SQL Server..
After that you can execute your sql script on that...
Thanks!

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