开发者

Use 64bit browser from Visual Studio (during webapp development)

开发者 https://www.devze.com 2023-02-10 14:50 出处:网络
Is it possible for Visual Studio to launch a 64bit version of IE whe开发者_JS百科n debugging an ASP.Net application?

Is it possible for Visual Studio to launch a 64bit version of IE whe开发者_JS百科n debugging an ASP.Net application?

I need to be able to use multiple tabs during debugging and IE 32bit crashes when I open a second tab.


In Visual Studio Solution Explorer

  • click on any Web Form page (.aspx)
  • click on "Browse With...", that opens a dialog box
  • click the "Add" button
  • choose ""C:\Program Files\Internet Explorer\iexplore.exe" for the path (on 64-bit systems, this is IE 64) and for example "Internet Explorer 64-bit" for the friendly name
  • click on the "Set as Default" button
  • close this dialog box
0

精彩评论

暂无评论...
验证码 换一张
取 消