| Question |
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...... ? |
|
Question Submitted By :: F.hussain |
|
I also faced this Question!! |
Rank |
Answer Posted By |
| |
|
Re: 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
# 1 | 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
| | Rambhopal Reddy |
| |
|
Re: 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
# 2 | 1) As said in your question it appears to be that u have
been configuring the application for different versions to
the same port.
2) We can configure the same application for different
versions in the same IIS server but need to assign
different prot number to the application.
3) First of all create a virtual directory for the first
application tab properties a default home directory appears
with default port number configure the application and then
create another application for the another port and
configure the applcation it work
Note: Type the url with port number to get the application
| | Dilip Kumar |
| |
|
|
| |
| |
| |