Click here to Skip to main content
15,914,452 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to host my website, I have developed it using Microsoft visual studio 2008. My pages are working fine and when I debug it opens in browser with link http://localhost:1332/WebSite/home.aspx

Now I want to put it to my domain name. How do i go ahead with this?
i have registered domain name but in my laptop i don't have IIS(Is it even needed?)

Or if possible lets forget about domain name for time being, if at all i want to show this website to some of my friends who dont have Visual studio, then which link do I share?
Posted
Updated 23-Sep-13 4:46am
v2

 
Share this answer
 
Comments
Member 10225734 23-Sep-13 5:36am    
when i use-"WEB RUNNER" and i put all three fields then it gives me error on following code:

private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
Process.Start(linkLabel1.Text);
}

The parameter is incorrect
have a look at the below article for hosting a website from ur personal PC:

http://www.technospot.net/blogs/host-a-web-server-on-your-home-pc/[^]
 
Share this answer
 
Comments
Member 10225734 23-Sep-13 5:25am    
when i test then it gives me error:



The Test Failed:Server does not answer.
you are behind a router
ensure it is configured to forward port 7000 to your computer


and when i changer port to 7000 then its gives me for 1000
Anurag Sinha V 23-Sep-13 5:54am    
what are you testing? where are you testing?
please be clear
Member 10225734 23-Sep-13 7:30am    
according to your above link i install HFC.exe and then follow step by step
Step 3: Test HFS in this step i got following Error:

The Test Failed:Server does not answer.
you are behind a router
ensure it is configured to forward port 7000 to your computer
Anurag Sinha V 23-Sep-13 11:01am    
Post this above error to the forum in that link..They will be able to answer much properly

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