Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have created a web allication and published in my office local server using IIS.
but the problem is that the url of that site is like http://10.3.7.84/sud/home.aspx. i want to change this name as simply "http://www.sud.com".





please help me .if u hav any solution





regards
sudhakar.b
Posted
Updated 14-Nov-13 20:07pm
v2
Comments
bbirajdar 15-Nov-13 2:24am    
Buy the domain sud.com and host your application on public IP
Sergey Alexandrovich Kryukov 15-Nov-13 3:58am    
Too late... unless the domain name is already OP's, but I doubt it. Please see my answer.
—SA
sudhakar19 15-Nov-13 4:40am    
actually i am a telecom engineer.and i would like to access my website with in my office lan connected systems.so please give me solution
Sergey Alexandrovich Kryukov 15-Nov-13 10:08am    
So, no Internet at all? :-)
—SA
sudhakar19 19-Dec-13 1:16am    
yes

Hi,

I think you are searching for this
change your localhost name to domain name.
Go to this path.

File Path-> C:\WINDOWS\system32\drivers\etc
This is an example of the hosts file
127.0.0.1 localhost loopback
::1 localhost
127.0.0.1 localhost
127.0.0.1 www.sud.com

Now restart your server, it should work.Now share with your team,
Hope it helps you a bit.

Regards,
RK
 
Share this answer
 
Comments
♥…ЯҠ…♥ 15-Nov-13 5:32am    
Glad.....!!!
Tom Marvolo Riddle 15-Nov-13 5:30am    
My 5!
♥…ЯҠ…♥ 15-Nov-13 5:32am    
Thanks.....!!!!
You need to configure DNS which will map IP to site URL. I am not an expert in this field. I think this is not as easy as it sounds. If you have a limited number of computers then you can put this maping in hosts file. But this needs to be done in each and every machine.
 
Share this answer
 
Comments
sudhakar19 15-Nov-13 4:38am    
thank u but my team consist of more computers .....is there any other way, sir?
To do so, you need to own a top-level domain "sud", which may or may not be available at this time. You can always check it and get a domain from your Web hosting provider for fee (or free of charge with some payed hosting plan), and then the your the make DNS pointing to your site.

Let me check… oh, it is already taken. If it is yours, ask your hosting provider to setup DNS for your site, if not — too late, nothing you can do.

—SA
 
Share this answer
 
Comments
sudhakar19 15-Nov-13 4:35am    
i dont want show my web to public, its only for my team in my office......with in my lan connected systems only i would like to open my application ....
is there any solution for that
please help me
Sergey Alexandrovich Kryukov 15-Nov-13 10:06am    
Can you finally understand: this domain is already taken?!!! It is not related to exposing it to internet. When a member of your team requests URLs http://www.sud.com, this person will get... just try it. You cannot replace it with your site, can you finally understand if?!! Unless you are disconnected from Internet completely, but then...

Are you getting it?

—SA

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