i have MS Visual Studio 2008 Express Edition and i create one project and i want to let other users on my network to access my project through the network so please how can i implemnet this.
i heard that you have to use the IIS but the problem that i dont know how to do this espicaly that i am using Windows Vista so please if any one can guide me to solve this isue.,
by the way i allready install Complete IIS Package
emadmilan
0 Points
7 Posts
How access my project through the network?
May 10, 2008 01:48 PM|LINK
hi every one
i have MS Visual Studio 2008 Express Edition and i create one project and i want to let other users on my network to access my project through the network so please how can i implemnet this.
i heard that you have to use the IIS but the problem that i dont know how to do this espicaly that i am using Windows Vista so please if any one can guide me to solve this isue.,
by the way i allready install Complete IIS Package
thanks inadvance
satalaj
Star
10505 Points
2031 Posts
MVP
Re: How access my project through the network?
May 10, 2008 05:21 PM|LINK
You need microsoft team suite foundation server. or TortiseSVN
Satalaj
jeff@zina.co...
All-Star
87677 Points
11637 Posts
Moderator
Re: How access my project through the network?
May 11, 2008 05:56 PM|LINK
Access it to write code or to view the pages?
You want www.iis.net, same login as here.
Jeff
emadmilan
0 Points
7 Posts
Re: How access my project through the network?
May 13, 2008 08:35 PM|LINK
no just to view the pages
as matter of fact i want my network users to use this site as helpdesk software
and i am the only who can edit the code.
satalaj
Star
10505 Points
2031 Posts
MVP
Re: How access my project through the network?
May 14, 2008 04:42 AM|LINK
Here are simple web deployment steps
http://forums.asp.net/t/1258351.aspx
once you deploy the site in IIS your network user will access it by using IP or Mchine name like this
e.g.
http://192.168.2.10/YourApplicationName/default.aspx
or
http://machinename/YourApplicationName/default.aspx
Satalaj
jeff@zina.co...
All-Star
87677 Points
11637 Posts
Moderator
Re: How access my project through the network?
May 14, 2008 01:11 PM|LINK
Install and configure IIS. See www.iis.net for help.
Jeff