Access Web page

  • Thread starter Thread starter Guest
  • Start date Start date
You need to set your web site up in IIS.
Visual Studio 2005 has a new option to host files locally with a local web
server that only works from the local machine. But you don't have to use
this feature, you can set your projects up in IIS just like before and then
you can access your site from other computers just like before.
 
Issue was that I have 2003 version installed along side of 2005 version, To
resolve all we have to do .

Go to IIS, Right -click properties of web site, ----> Go to ASP.net Tab and
change version 2.0.50727.

It works fine Thank you for your quick response Steve.

For more details on issue:
http://support.microsoft.com/kb/909642


Steve C. Orr [MCSD said:
You need to set your web site up in IIS.
Visual Studio 2005 has a new option to host files locally with a local web
server that only works from the local machine. But you don't have to use
this feature, you can set your projects up in IIS just like before and then
you can access your site from other computers just like before.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net


NAVIN.D said:
In visual studio 2003 we can access a web page from other computer as

http://computername/servicesone/index.aspx

How do I achieve it through visual studio 2005, As when we go the same
address it prompt error message, we did try with the following but couldnt
suceed.

http://computername:1501/servicesone/index.aspx

Regards,
Navin
 
Back
Top