Juan,
let me make thing clear.
I crated web site in my IIS, I have not created site under the 'Default Web
Site', but created the individual under server name. Lets assume site name as
'Myweb'.
As u know default port for all the sites under 'Default Web Site' is 80, and
I can't run more than one site on same port. So I changed the port for
'Myweb' to 81. Generally now I can browse the stie like
'http://localhost:81/default.aspx' from the machine where I hosted the site
or by giving the IP address instead of localhost from diff. machine in my
network. I dont need to browse the site outside my network.
But this way I am not able to browse the site from local as well as network
machine. Can u guide me what to do in this case.
Thank you.
Shailesh
"Juan T. Llibre" wrote:
[color=blue]
> Like I said, if you create an application on port 81,
> you must browse to it including the port on the URL.
>
>
http://www.yourserver.com:81/
> ( If you have a DNS name... )
>
> or via IP :
>
http://111.111.111.111:81/
> ( If you don't have a DNS name.
> Replace the 111.111.111.111 with the real IP address )
>
> Does the machine where you created the application
> have a fixed IP assigned to it ?
>
> Or, does it have a variable IP ?
>
>
>
>
>
> Juan T. Llibre
> ASP.NET MVP
>
http://asp.net.do/foros/
> Foros de ASP.NET en Español
> Ven, y hablemos de ASP.NET...
> ======================
>
> "Shailesh" <Shailesh@discussions.microsoft.com> wrote in message
> news:074CECE4-E7CD-431C-9559-E79D6C67CD5F@microsoft.com...[color=green]
> > Juan,
> >
> > I am trying to access the site by the way. But when I try to access the
> > site
> > from remote machine I am not able to browse it. How can I access the site
> > from remote machine.
> >
> > "Juan T. Llibre" wrote:
> >[color=darkred]
> >> If you created the application on port 81, use :
> >>
> >>
http://yourserver.com:81/
> >>
> >> or via IP :
> >>
http://111.111.111.111:81/
> >>
> >> to access yopur application.
> >>
> >>
> >>
> >> Juan T. Llibre
> >> ASP.NET MVP
> >>
http://asp.net.do/foros/
> >> Foros de ASP.NET en Español
> >> Ven, y hablemos de ASP.NET...
> >> ======================
> >>
> >> "Shailesh" <Shailesh@discussions.microsoft.com> wrote in message
> >> news:F04BC80C-BD51-416C-B82E-4733A98A0FF0@microsoft.com...
> >> > Hi Ken,
> >> >
> >> > I have created a web site in my IIS 5.0. The site is not created under
> >> > 'Default Web Site', but as a individual site under IIS server. I
> >> > changed
> >> > the
> >> > default port from 80 to 81. Now I need to browse this site from remote
> >> > machine, but I am not able to do so. Can you guide me how can I achieve
> >> > this.
> >> >
> >> > Thanke you.
> >> > Shailesh[/color][/color]
>
>
>
>[/color]