Accessing the ASP.Net Development Web Server

Accessing the ASP.Net Development Web Server

am 16.01.2008 12:48:38 von _AnonCoward

Is it possible to have a local (local - meaning same subnet,) computer
access the web development server that ships with Visual Studio 2005?

Even if it means opening a port every time Visual Studio debugs the site, so
that at least the other computer can test the site.......?

Thanks in advance,
JJ

Re: Accessing the ASP.Net Development Web Server

am 16.01.2008 12:59:03 von amir.khatibzadeh

yes you can share the casini to use in a group
also you can specify a special port number to use for all builds ( it
does not change permenantly

Re: Accessing the ASP.Net Development Web Server

am 16.01.2008 13:12:50 von _AnonCoward

How do I share it to enable web access from a remote PC?

wrote in message
news:5b6d210d-1ef7-45c7-90b6-7b63ac6829fb@s13g2000prd.google groups.com...
> yes you can share the casini to use in a group
> also you can specify a special port number to use for all builds ( it
> does not change permenantly

Re: Accessing the ASP.Net Development Web Server

am 16.01.2008 14:19:38 von nomailreplies

The correct answer is: you don't.

The ASP.NET development server only works as localhost,
and you cannot access localhost from any external computer,
even if it's in the same subnet as your computer.

You can install IIS on the computer, of course.

If you can't/won't install IIS, you could install Cassiniv2, which is much better than
the original "Cassini", which was the early basis for the ASP.NET Dev Server:

Direct link to the source files:
http://blogs.msdn.com/dmitryr/attachment/548131.ashx

You also need the v2.0 version of GACUTIL which is installed
with VWD Express, VS 2005 and the .Net Framework 2.0 SDK.

Make sure you read the "ReadMe.txt" file included in the zipped source.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"JJ" wrote in message news:%23ySOgkDWIHA.4896@TK2MSFTNGP06.phx.gbl...
> How do I share it to enable web access from a remote PC?

> wrote in message
> news:5b6d210d-1ef7-45c7-90b6-7b63ac6829fb@s13g2000prd.google groups.com...
>> yes you can share the casini to use in a group
>> also you can specify a special port number to use for all builds ( it
>> does not change permenantly
>
>

Re: Accessing the ASP.Net Development Web Server

am 16.01.2008 16:24:57 von _AnonCoward

Thanks. I suspected as such. I'll use IIS I think.


"Juan T. Llibre" wrote in message
news:OqvyzJEWIHA.4696@TK2MSFTNGP05.phx.gbl...
> The correct answer is: you don't.
>
> The ASP.NET development server only works as localhost,
> and you cannot access localhost from any external computer,
> even if it's in the same subnet as your computer.
>
> You can install IIS on the computer, of course.
>
> If you can't/won't install IIS, you could install Cassiniv2, which is much
> better than
> the original "Cassini", which was the early basis for the ASP.NET Dev
> Server:
>
> Direct link to the source files:
> http://blogs.msdn.com/dmitryr/attachment/548131.ashx
>
> You also need the v2.0 version of GACUTIL which is installed
> with VWD Express, VS 2005 and the .Net Framework 2.0 SDK.
>
> Make sure you read the "ReadMe.txt" file included in the zipped source.
>
>
>
>
> Juan T. Llibre, asp.net MVP
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en español : http://asp.net.do/foros/
> ======================================
> "JJ" wrote in message
> news:%23ySOgkDWIHA.4896@TK2MSFTNGP06.phx.gbl...
>> How do I share it to enable web access from a remote PC?
>
>> wrote in message
>> news:5b6d210d-1ef7-45c7-90b6-7b63ac6829fb@s13g2000prd.google groups.com...
>>> yes you can share the casini to use in a group
>>> also you can specify a special port number to use for all builds ( it
>>> does not change permenantly
>>
>>
>
>
>