Click here to Skip to main content
15,883,814 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I want to create a webproject in asp.net with C#.net in my local system. I would like to create a site with a specified name in my local system. I want to give a site name for the address "localhost:port/page". How can i do this?.

Thanks
Velkumar
Posted
Comments
[no name] 19-Sep-12 7:12am    
Start Visual Studio then create new Project.
Velkumar Kannan 19-Sep-12 8:31am    
i know this

 
Share this answer
 
v2
Always try the most obvious place[^] first.
 
Share this answer
 
To Provide a sitename you should host your site via a static Ip and register a domain and resolute the ip address to your domain name..
Or if you want to give a name for your local running solution,
change the hosts file in system C:\Windows\System32\drivers\etc
provide a name for the locally hosted file with the port number and without portnumber combination
that'll provide you with an name in the address bar of the browser when you launch the site locally.
To Create a websoultion in asp.net goto file ->new project-> select the web option in the left side pane and choose the language, the project will be open it's interface for development
 
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