Hello Folks,
I found one problem which I can't clearly understand.
Situation:
I use Win 7 system and their IIS (I assume it's IIS 7).
I also use a Studio 2015 Community and their IIS Express for development under Win 7.
I have a production server Win 2008 running IIS 7 in x64 bits mode.
For development I use IIS in both - x32 and x64 - modes.
Application pools are configured to use .Net 4.0. All of them are configured to use .Net 4.0.
If IIS are running in x32 mode and I change a configuration in IIS Manager it stored in .Net 4.0 x32 web.config file.
If IIS are running in x64 mode and I change a configuration in IIS Manager it stored in .Net 2.0 x64 web.config file.
I can find some reason for opposite when x32 will use .Net 2.0 and x64 will use .Net 4.0, but can't explain my self why it's done in opposite way.
Can somebody explain this or tell me what need to be changed to use .Net 4.0 in both x32 and x64 configurations?