473,320 Members | 1,821 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Framework 1.0 ad 1.1 running side by side configuration problems?

All,
I deployed my website that requires V1.1 in the
production server. I installed the framework v1.1 with
the dotnetfx.exe /c:"install /noaspupgrade" and
everything went fine.

Then, I installed my app via and installation pkg.
without a proble,
Then, I ran the following command to tell IIS to run my
app with V1.1
aspnet_regiis.exe w3svc\1\1root\Myapp
which did the job.

However, when I try to run it it gives me a blank page:
Page caanot be displayed
.....
....
TTP Error 500.

Q1. How can I make visible the actual error rather than
the default error page?
Q2. Should be 2 separate ASP.Net processes running for
the 2 diiferent versions: aspnet_wp.exe?
Q3. Do I need to configure something on the IIS?

I remembered that when I installed V1.0 long time ago, I
had to start the aspnet_wp.exe manually for the fist
time.

PS: I deployed the same app in two other testing-servers
and they worked fine. However, they only had V1.1
installed.
Nov 17 '05 #1
5 1988
Hi Juan,

I have reviewed your issue. Due to the nature of your issue I need to do
additional research to determine the best way to provide assistance.

Best regards,

Jacob Yang
Microsoft Online Partner Support
<MCSD>
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 17 '05 #2
Jacob,
Thank you for your effort. Actually, the problem is
that I'm running both framework versions side by side in
the same server. When I installed the V1.1 I did it
as "noaspupgrade" not to affect any website on the
server. In order to make my website use the new release I
had to run the aspnet_regiis.exe w3svc\1\1root\Myapp from
the new release directory. Thus, when I see the
properties for this website it DOES reflect the change;
however, when I run it (Login.aspx) It does not egt
serviced (Page cannot be displayed. Error on the server)

Thank you for your help in advance.
JP

-----Original Message-----
Hi Juan,

Based on my research and experience, I want to share the following information with you:

1. To see the more information about the error message, please try to configure the Internet Explorer script debugging options. To do this, follow these steps:

1) Open Internet Explorer.
2) On the "Tools" menu, click "Internet Options".
3) In the "Internet Options" dialog box, click "Advanced".4) Click to clear the "Disable script debugging " check box.5) Click to select the "Display a notification about every script error" check box.
6) Click "OK".

2. To check and configure which .NET Framework is used in IIS, please perform the following steps:

1) Open "Internet Information Services".
2) Right click the folder of your web application and select "Properties".3) In the Directory tab, click the "Configurationˇ*" button.4) Select the ".aspx" extension and double click it.
5) In the field of "Executable", you will find which version aspnet_isapi.dll is used.
6) If you want to change it, please click the "Browseˇ*" button.
Does it answer your question? If I have misunderstood your concern, please let me know.

Best regards,

Jacob Yang
Microsoft Online Partner Support
<MCSD>
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
.

Nov 17 '05 #3
Hi,

check if isapifilter of the site/computer is set to the 1.1 framework.

Natty Gur, CTO
Dao2Com Ltd.
34th Elkalay st. Raanana
Israel , 43000
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 17 '05 #4
HI Juan,

Please perform the following steps on your side and tell me if you see any
new error message:

1) Open Internet Explorer.
2) On the "Tools" menu, click "Internet Options".
3) In the "Internet Options" dialog box, click "Advanced".
4) Click to clear the "Show friendly HTTP error messages " check box.
5) Click "Apply" and "OK".
6) Test your web application again

Best regrds,

Jacob Yang
Microsoft Online Partner Support
<MCSD>
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 17 '05 #5
HI Juan,

Please perform the following steps on your side and tell me if you see any
new error message:

1) Open Internet Explorer.
2) On the "Tools" menu, click "Internet Options".
3) In the "Internet Options" dialog box, click "Advanced".
4) Click to clear the "Show friendly HTTP error messages " check box.
5) Click "Apply" and "OK".
6) Test your web application again

Best regrds,

Jacob Yang
Microsoft Online Partner Support
<MCSD>
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Jim | last post by:
I've just bought a new Windows Server 2003 and I am trying to move an exiting FrontPage website to this new machine. I can't get ASP pages to run. IIS 6.0 has been installed. From the snap-in,...
0
by: Richard | last post by:
I am having problems calling a dll that was compiled in framework 1.0 from a service compiled in 1.0. MSDN Help states: The application configuration file is an .xml file located in the same...
10
by: Aaron | last post by:
Should I install .NET framework 2.0 on my production web server, I need to use some of its new features? It seeems stable enough to run in a production environment. When the final version is...
0
by: HakonB | last post by:
Hi all I get an exception when trying to deserialize a simple configuration file using XML Serialization. The very long stacktrace can be seen at the bottom of this message. I've see other...
21
by: Sharon | last post by:
I wish to build a framework for our developers that will include a singleton pattern. But it can not be a base class because it has a private constructor and therefore can be inherit. I thought...
8
by: Jay Balapa | last post by:
This am I posted the following message thinking there was a problem with Dot Net Framework 2.0. But problem occurs only with Dot Net 2.0 and IIS 6.0 installed machines. I tested this on my laptop...
29
by: =?Utf-8?B?SGVybWF3aWg=?= | last post by:
Hello, Please anybody help me. I have only a little experience with web development. I created simple project using ASP NET 2.0 (VS 2005) It works fine on local computer. When I tried to run...
13
by: dancer | last post by:
I have made a new post because when I try to respond to another, I get the error, "Article Rejected -- Ill-formed message id" This is in response to the advice of Juan Libre to install Net...
9
by: AceKnocks | last post by:
I am working on a framework design problem in which I have to design a C++ based framework capable of solving three puzzles for now but actually it should work with a general puzzle of any kind and I...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.