Re: IIS 5.0 Creating a new WEBSITE with VS.NET



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@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:074CECE4-E7CD-431C-9559-E79D6C67CD5F@xxxxxxxxxxxxxxxx
> 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:
>
>> 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@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:F04BC80C-BD51-416C-B82E-4733A98A0FF0@xxxxxxxxxxxxxxxx
>> > 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



.



Relevant Pages

  • Re: forgot password not working
    ... Juan, thanks for your reply it lead me to the answer. ... I went into a folder they have for bulk ... In this case it was not necessary to open port 25. ... port number or network host it gives me an error messages. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Cant ssh
    ... Are you using IMAP and ... I have never used Putty so I do not know ... > more remote machine. ... the Linux box is also not serving my webmin page on port ...
    (Debian-User)
  • VB Net Socket Error?
    ... I wrote a few lines of code to send a UDP packet to a remote machine. ... if I give the sendto statement a bogus IP or port (that is not open ... Dim txString() As Byte = Encoding.ASCII.GetBytes ...
    (microsoft.public.dotnet.languages.vb)
  • Socket Error?
    ... I wrote a few lines of code to send a UDP packet to a remote machine. ... if I give the sendto statement a bogus IP or port (that is not open ... Dim txString() As Byte = Encoding.ASCII.GetBytes ...
    (microsoft.public.dotnet.framework)
  • Re: IIS 5.0 Creating a new WEBSITE with VS.NET
    ... I crated web site in my IIS, I have not created site under the 'Default Web ... I can't run more than one site on same port. ... "Juan T. Llibre" wrote: ...
    (microsoft.public.dotnet.framework.aspnet)

Loading