Technology/.NET2010/01/17 15:43

References:

After installing Windows 7 on my machine, I realised that Windows 7 has IIS 7 for web development. At the very first time, I thought IIS 7 wouldn’t be much different from IIS 5.1 or 6. Well, if I used Windows Vista at least once, I would never think like that.

The interface of IIS 7 has been totally changed, so I got in troubled with finding suitable configuration settings, especially “wildcard mapping”. The “Integrated Mode” of IIS 7 is not such worrying, but, for legacy ASP.NET 2.0 applications, “Classic Mode” of IIS 7 should be considered.

For IIS 5.1 or 6, the wildcard mapping is done in IIS configurations. However, for IIS 7, there is no wildcard mapping configuration for “Classic Mode”. Instead, just adding a handler into web.config file enables the web application to use wildcard mapping.

Posted by Justin

TRACKBACK http://justinchronicles.net/trackback/54 관련글 쓰기

  1. 쟈스틴_쇠사슬의 생각  삭제

    2010/01/17 15:51TRACKBACK FROM justinsays' me2DAY

    Setting up Wildcard Mapping on IIS 7 with a Classic Mode http://ur.ly/3Vvd

댓글을 달아 주세요