MVC + IIS7 = CSS Issue

前端 未结 5 1278
Happy的楠姐
Happy的楠姐 2021-02-08 05:14

I have a web site running via IIS7 on Vista. The site is running on port 88, so http://localhost:88 should render the default /Home/Index view.

This works correctly, as

5条回答
  •  渐次进展
    2021-02-08 05:59

    The problem was in the way I created the application. According to the forum thread located here, I needed to select the "Classic .NET AppPool" to fix my problem. Gotta love progress!

提交回复
热议问题