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

前端 未结 4 1247
旧时难觅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:30

    For Visual Studio 2013 Visual Studio 2015 Visual Studio 2017 Visual Studio 2019:

     Tools
      -> Options
       -> Projects and Solutions
        -> Web Projects
         -> Uncheck "Use the 64 bit version of IIS Express for web sites and projects"`
    

提交回复
热议问题