Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a project in asp.net framework 2.0.
I have a business nedd need to convert the project to framework 4.5.
I can use visual studio open with to autometically convert to framework 4.5.

I am concern about IIS server what things need to change to work . Presently framework 2.0 is running in the server.

What I have tried:

I do not have access to IIS server. so not done anything in IIS side.
just want to know what changes is required in IIS side
Posted
Updated 10-Jun-16 16:46pm
Comments
F-ES Sitecore 17-May-16 10:27am    
Change the target CLR framework of the application pool from 2 to 4, anything else depends on what your site actually does, ie if it uses custom modules or handlers you might have more work to do, but if it's a basic site then just changing the target clr should be all that is needed.
ZurdoDev 17-May-16 10:28am    
Correct. I suggest you post as solution.

1 solution

As mentioned in the comments a while ago, change the app pool to run .net 4 and then test.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900