Weather I can use Dotnet framework 1.0 and 2.0 in same
machine for Two application or not if "Yes" then how will
configure in IIS for Framework 1.0 and 2.0 First
Application will be working in .net Frame work 1.0 Send
will be .net Frame work 2.0 How to Configure IIS for both
Application using Virtual Directory I tried but when
Confirte 1.0 then Second Application not working which is
having 2.0 Framework but when Conf. 2.0 then Send
Application works but First app. Not Work ...... How I
Configure IIS for both Application Throwing ERR "The web
application you are attempting to access on this web server
is currently unavailable. Please hit the "Refresh" button
in your web browser to retry your request. " After Hitting
Refresh Button also not works...... ?

Answer Posted / rambhopal reddy

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

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In .net how many error will occur?

2420


Program ended with error or warning, return code: 4

13691