1

I'd like to run iis-express within a user session on a windows terminal services server.

However, I'd like only my current user to have access to the iis-express hosted site. Is there a way of achieving this, or does localhost have to be available to all users on that server?

Stuart
  • 131
  • 3

1 Answers1

0

Is it for a specific user, or just the current user? If a specific user, you can set the site to use Windows Authentication and only give rights to the site to that user.

Mufasa
  • 428
  • 1
  • 9
  • 20
  • Ideally it's the current user - I'd like it to be possible to run different IIS express instances (on different ports) in each user session. – Stuart Sep 22 '11 at 08:51