Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vs.net on citrix

Status
Not open for further replies.

aky1234

Programmer
Jun 8, 2005
24
US
I Need some information regarding installation of visual studio.net on citrix and also can IIS be installed remotely on some other machine.if so ,can IIS handle running different applications at same time (training people in a class)
 
Aky1234,
I have not installed VS.Net on a citrix so i wont be of any help there.
can IIS be installed remotely on some other machine
Yes you can install IIS on a remote machine if the OS allows it ofcourse XP, win2k or win2k3 and you can debug and run the applications by attaching aspnet_wp process from VS.NET debug menu, Process and locate the machine name

can IIS handle running different applications at same time (training people in a class)
You can run multiple applications on IIS 5.1 but you have a limit of 10 sessions. So i would use IIS 6.0 (Windows 2003) and if you want to debug multiple applications Only IIS 6.0 allows multiple debug sessions, atleast its the only one I have seen perform this task

Hope that helps
Good luck


What would you attempt to accomplish if you knew you would not fail?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top