Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jul 30, 2012 05:40 AM by gnoix
Member
11 Points
62 Posts
Jul 27, 2012 11:01 AM|LINK
hi,
I have my application hosted IIS in my lan network.192.168.1.212/myapp, I am able to browse.
I want to change it to www.myapp.com. Kindly tell me the steps to achive it.
Thank you
All-Star
15346 Points
3142 Posts
Jul 27, 2012 12:31 PM|LINK
you need to log in to the domain panel of myapp.com and then set the nameserver thats all
Participant
1883 Points
323 Posts
Jul 27, 2012 02:37 PM|LINK
Hi, friend
have a look at these links for more info about IIS Binding
232 Points
48 Posts
Jul 30, 2012 05:40 AM|LINK
I am afraid you cannot browse your application in your LAN using a domain name www.myapp.com
There is another solution by using hosts file manipulation which is :
open hosts file located at C:\Windows\system32\drivers\etc using notepad
scroll down to the bottom of the hosts file and add this line :
192.168.1.212 www.myapp.com
venkatesh.na...
Member
11 Points
62 Posts
IIS Binding
Jul 27, 2012 11:01 AM|LINK
hi,
I have my application hosted IIS in my lan network.192.168.1.212/myapp, I am able to browse.
I want to change it to www.myapp.com. Kindly tell me the steps to achive it.
Thank you
Mudasir.Khan
All-Star
15346 Points
3142 Posts
Re: IIS Binding
Jul 27, 2012 12:31 PM|LINK
you need to log in to the domain panel of myapp.com and then set the nameserver thats all
Damn Code
Participant
1883 Points
323 Posts
Re: IIS Binding
Jul 27, 2012 02:37 PM|LINK
Hi, friend
have a look at these links for more info about IIS Binding
Please remember to Mark the replies as Answers if they help & unmark them if they provide no help.
gnoix
Member
232 Points
48 Posts
Re: IIS Binding
Jul 30, 2012 05:40 AM|LINK
I am afraid you cannot browse your application in your LAN using a domain name www.myapp.com
There is another solution by using hosts file manipulation which is :
open hosts file located at C:\Windows\system32\drivers\etc using notepad
scroll down to the bottom of the hosts file and add this line :
192.168.1.212 www.myapp.com
ASP.NET Hosting & Windows Hosting Expert