CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2016
    Posts
    4

    IIS doesn’t load Website / WebApplication on 64 bit PC

    Hello,

    I am facing below issue:

    IIS website / web application which is running perfect on 32 bit machine but not running on 64 bit server.

    Please help me to solve this with your effective solution.

    Thank you

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: IIS doesn’t load Website / WebApplication on 64 bit PC

    In the build settings for the web site, what is the platform target set to? The choices are Any CPU, x86 or x64.
    Do you have the "Prefer 32-bit" checkbox checked?

    Does the website use other assemblies that are 32-bit only (but if Any CPU is used, the code will try to run as 64-bit)?

    In general, Any CPU is usually used, but changing the aforementioned settings can help with debugging.

  3. #3
    Join Date
    Aug 2016
    Posts
    3

    Re: IIS doesn’t load Website / WebApplication on 64 bit PC

    Hello,

    I was facing the same problem, I also tried to resolve this by myself but unable to do so. However, this company MSP IT Concepts (www.mspconcepts.com) resolved this for me. They have excellent ASP.NET development team which helped me fix this and many other bugs in my ASP.NET related stuff. you may want to get in touch with [email protected] I'm sure they would be able to help. They are professionals & quick to provide accurate solution for your web development projects.

    Thanks

  4. #4
    Join Date
    Sep 2016
    Posts
    1

    Re: IIS doesn’t load Website / WebApplication on 64 bit PC

    I am facing the same issue, it would be appreciated if someone shares his experience with us.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured