How can I force IIS Express to run in 32 bit mode?

前端 未结 4 1213
旧时难觅i
旧时难觅i 2020-12-08 04:13

I have a classic ASP app that I\'m trying to run under IIS Express on 64 bit Windows. It uses Jet to connect to a Microsoft Access database and will not work under 64 bit.

4条回答
  •  自闭症患者
    2020-12-08 04:40

    In IIS Express property window of VS studio, change the first option: 'Managed Application Pool' from 'Integrated' to 'Classic'

提交回复
热议问题