What's the point of configuring IIS at the RoleInstance level?
-
2010年12月20日 上午 11:08
Hi,
I noticed that with RDP we log on to a roleinstance (instead of a role). Any configuration done in that instance doesn't apply to other instances. Doesn't this violate the PaaS paradigm, where all instances of one roletype are equal?
Thanks in advance.
With regards,
Patriek
If this reply is of help to you, please don't forget to mark it as an answer.
所有回覆
-
2010年12月20日 下午 12:07
Hello Patriek,
RDP'ing to a role instance is typically only used to explore/investigate/troubleshoot. Any changes you would do, get undone, if the instance reimages. IIS configuration should typically be done, using the newly exposed configuration settings in the configuration files, or using Startup tasks. These settings are being applied on Role level and to all instances that will be created for that role.
Best regards
- 已標示為解答 Patriek van DorpMVP 2010年12月20日 下午 12:23
-
2010年12月20日 下午 12:24
Thanks Sam,
I just needed some confirmation that changing anything in a RoleInstance when logged in with RDP is bad practise. You gave me this confirmation ;-)
With regards,
Patriek
If this reply is of help to you, please don't forget to mark it as an answer.

