Yes, you can managed dotnet framework 1.1 and 2.0 in one
system. the configuration will be changed on iis server.
Step 1: Go to run prompt inetmgr
Step 2: right click on your application [Default website]
Step 3: go to properties select asp.net menu.
Step 4: Select asp.net version either what you want.
Step 5: ok.
even your application will not run
do this steps: in command prompt
cd C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
aspnet_regiis -i
then try to execute your program.
Thanks
buddy  |