Running a .net 4.0 application under a 2.0 site in IIS -
i have iis "site" set app pool uses .net 2.0. have added .net "application" site requires .net 4.0.
i set app pool specific site use .net 4.0 when 500
error error code: 0x800700c1
can this? or trying impossible?
notes: wanted refrain changing app pool of whole iis site use .net 4.0 because there lot of code tested if do. can't add separate site entirely because run cross origin issues.
update: if set both app pool under .net 4 same error. have use same app pool both site , sub-app. feel should not requirement.
i changed enable 32-bit applications
true
application pool .net 4 sub-app , worked while keeping parent site app pool of .net 2.
haven't tested it, far works.
Comments
Post a Comment