473,748 Members | 8,779 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.net framework 2.0 install

will the install of .net framework 2.0 on a system with IIS installed
automaticaly register asp.net with IIS ?
thanks
Oct 12 '06 #1
16 1936
It should. If not, run aspnet_regiis /i

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************** *************** *************** ****
Think outside of the box!
*************** *************** *************** ****
"chaz" <ch**@newsgroup .nospamwrote in message
news:13******** *************** ***********@mic rosoft.com...
will the install of .net framework 2.0 on a system with IIS installed
automaticaly register asp.net with IIS ?
thanks

Oct 12 '06 #2

chaz wrote:
will the install of .net framework 2.0 on a system with IIS installed
automaticaly register asp.net with IIS ?
Just watch out if that server already had asp.net 1.1 installed. An
install of 2.0 won't upgrade existing apps to use 2.0 - you have to do
that in the new IIS property page.

Oct 12 '06 #3
I may be wrong, but I thought the default was all 1.1 applications will be
upgraded to run under .net 2.0. There is a /noaspupgrade flag you can use
to prevent this.

Further searching seems to indicate that managed applications will stick
to 1.1. However, unmanaged applications calling 1.1 may get upgraded to
call 2.0, but I'm not sure if /noaspupgrade will prevent this.

http://blogs.digineer.com/blogs/tabr.../12/09/15.aspx

On Thu, 12 Oct 2006 14:39:08 +0200, Eric <en*********@ya hoo.comwrote:
>
chaz wrote:
>will the install of .net framework 2.0 on a system with IIS installed
automaticaly register asp.net with IIS ?

Just watch out if that server already had asp.net 1.1 installed. An
install of 2.0 won't upgrade existing apps to use 2.0 - you have to do
that in the new IIS property page.


--
Happy Coding!
Morten Wennevik [C# MVP]
Oct 12 '06 #4
Yes.

--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net
"chaz" <ch**@newsgroup .nospamwrote in message
news:13******** *************** ***********@mic rosoft.com...
will the install of .net framework 2.0 on a system with IIS installed
automaticaly register asp.net with IIS ?
thanks

Oct 12 '06 #5
Thanks , now to figure out why it didn't ...:-(

"Steve C. Orr [MVP, MCSD]" wrote:
Yes.

--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net
"chaz" <ch**@newsgroup .nospamwrote in message
news:13******** *************** ***********@mic rosoft.com...
will the install of .net framework 2.0 on a system with IIS installed
automaticaly register asp.net with IIS ?
thanks


Oct 18 '06 #6
Hi,

When you mean "asp.net didn't install correctly to IIS when installing .NET
2.0 framework", do you mean that the asp.net related Application Mappings
are not registered in IIS?

You can use the section titled "Verify That ASP.NET Handles the Request" in
following KB to verify this:

#HOW TO: Troubleshoot ASP.NET Web Applications
http://support.microsoft.com/kb/815166/EN-US/

Some other resources that might be useful for your troubleshooting :

#Troubleshootin g an ASP.NET Installation (IIS 6.0)
http://www.microsoft.com/technet/pro.../Library/IIS/1
87d0e2c-8e89-49ad-a89d-e26e4d76ee68.ms px?mfr=true

#Aaron Stebner's WebLog : Unified .NET Framework Troubleshooting Guide
http://blogs.msdn.com/astebner/articles/454956.aspx

Sincerely,
Walter Wang (wa****@online. microsoft.com, remove 'online.')
Microsoft Online Community Support

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
=============== =============== =============== =====

This posting is provided "AS IS" with no warranties, and confers no rights.

Oct 18 '06 #7
no, I mean that it didn't register . What can be checked to determine if
asp.net is registered?
thanks
"Walter Wang [MSFT]" wrote:
Hi,

When you mean "asp.net didn't install correctly to IIS when installing .NET
2.0 framework", do you mean that the asp.net related Application Mappings
are not registered in IIS?

You can use the section titled "Verify That ASP.NET Handles the Request" in
following KB to verify this:

#HOW TO: Troubleshoot ASP.NET Web Applications
http://support.microsoft.com/kb/815166/EN-US/

Some other resources that might be useful for your troubleshooting :

#Troubleshootin g an ASP.NET Installation (IIS 6.0)
http://www.microsoft.com/technet/pro.../Library/IIS/1
87d0e2c-8e89-49ad-a89d-e26e4d76ee68.ms px?mfr=true

#Aaron Stebner's WebLog : Unified .NET Framework Troubleshooting Guide
http://blogs.msdn.com/astebner/articles/454956.aspx

Sincerely,
Walter Wang (wa****@online. microsoft.com, remove 'online.')
Microsoft Online Community Support

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
=============== =============== =============== =====

This posting is provided "AS IS" with no warranties, and confers no rights.

Oct 20 '06 #8

chaz wrote:
no, I mean that it didn't register . What can be checked to determine if
asp.net is registered?
asp.net 2.0 gives you a new tab on the IIS applet called "ASP.NET".
Look at the properties on your web site.

Oct 20 '06 #9
re:
What can be checked to determine if asp.net is registered?

Run amy aspx page. If it runs, asp.net is registered with IIS.
If it doesn't, it isn't registered.

If it isn't registered, you can register it by running

aspnet_regiis -i

from a command window in the appropiate .Net Framework directory.

Drive:\WINDOWS\ Microsoft.NET\F ramework\v1.1.4 322 for .Net 1.1
Drive:\WINDOWS\ Microsoft.NET\F ramework\v2.0.5 0727 for .Net 2.0


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"chaz" <ch**@newsgroup .nospamwrote in message
news:0C******** *************** ***********@mic rosoft.com...
no, I mean that it didn't register . What can be checked to determine if
asp.net is registered?
thanks
"Walter Wang [MSFT]" wrote:
>Hi,

When you mean "asp.net didn't install correctly to IIS when installing .NET
2.0 framework", do you mean that the asp.net related Application Mappings
are not registered in IIS?

You can use the section titled "Verify That ASP.NET Handles the Request" in
following KB to verify this:

#HOW TO: Troubleshoot ASP.NET Web Applications
http://support.microsoft.com/kb/815166/EN-US/

Some other resources that might be useful for your troubleshooting :

#Troubleshooti ng an ASP.NET Installation (IIS 6.0)
http://www.microsoft.com/technet/pro.../Library/IIS/1
87d0e2c-8e89-49ad-a89d-e26e4d76ee68.ms px?mfr=true

#Aaron Stebner's WebLog : Unified .NET Framework Troubleshooting Guide
http://blogs.msdn.com/astebner/articles/454956.aspx

Sincerely,
Walter Wang (wa****@online. microsoft.com, remove 'online.')
Microsoft Online Community Support

============== =============== =============== ======
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
============== =============== =============== ======

This posting is provided "AS IS" with no warranties, and confers no rights.


Oct 20 '06 #10

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

Similar topics

0
987
by: Thomas Mobley | last post by:
I placed dotnetfx.exe on my install medium, put the relative path to to it in my launch condition properties installurl property, it asks if I want to install it, and does the install, but it doesn't continue installing the application itself, and when I try to rerun the setup I get an error stating that the install was interrupted and I need to restart the install, which is what I just did. No further attempts to install, even after...
3
20679
by: CMan | last post by:
Hi, We are currently trying to install .Net Framework v.1.1 on a server which already has v1.0. We are receiving the following error. Error 1704.An installation for Microsoft .NET Framework SDK (English) is currently suspended. You must undo the changes made by that installation to continue. Do you want to undo those changes?
2
9635
by: Someone Please Help! | last post by:
I had Visual Studio .NET installed on my system for a while and then decided I would install a second copy of Windows 2000 on my second drive and use it strictly for developing Visual Basic apps. I reformatted and reinstalled Windows 2000 on my first and my second drives. On the second drive I tried to install Visual Studio .NET. Of course, the install program said I needed to update some components so it ran the updates on the Component...
1
2097
by: Tomas Vera | last post by:
(This was posted in the Framework.Setup group a couple of days ago with no response. Hoping someone here has an idea on this.....) Hello, I'm unable to install (re-isntall) the 1.1 Framework. Recently, one user started having trouble running ANY .net apps (0xC0000005 Error - App Failed to Initialize). As part of the troubleshooting a MS MVP suggested re-installing the
9
1583
by: Dave | last post by:
If you have VS 2005 installed on your machine and you install the 3.0 Framework, if you want to build a 2.X based framework project, how dow you do this ? Dave
13
6651
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 Framework Service Pack 1 in order to use ASP.net 1.1 and the net Framework 1.1 ------------------------------------------------------------------------------------------------ I found the following file, "svcpack.log" at C:\WINNT. It contains many...
17
2609
by: Peter Anthony | last post by:
Can the 3.5 version of .NET Framework (currently Beta 2) be installed on pre-Vista machines? Or is it Vista-only? And, why doesn't .NET Framework come pre-installed with the operating system? I think one of the main reasons people will reject such software is having to install something first. I understand it might need upgrading, but why do Windows machines come without any .NET Framework (or am I wrong about this)? It seems that...
11
3897
by: pg | last post by:
My old HD crashes, so I had to do a total re-install. After installer XP, I went to the Micrsoft Update site to get all the update. After 5 hours or so ... the update cycle started looping. You see, it wanted to install the Dot Net Framework for me, so okay, I let the Update site do the download the installation.
0
1922
by: =?Utf-8?B?VmFuZXNzYQ==?= | last post by:
Hi all! I am having problems on installing .NET Framework 3.5 on some machines. In one machine the error is: WinVerifyTrust returned -2146762751 Wintrust not on machine Error: O arquivo 'C:\DOCUME~1\user\CONFIG~1\Temp\VSD22.tmp\WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe' foi alterado desde a sua publicação inicial.
3
6356
by: =?Utf-8?B?VmFuZXNzYQ==?= | last post by:
Hi all! I am having problems on installing .NET Framework 3.5 on some machines. In one machine the error is: '.NET Framework 3.5' RunCheck result: Install Needed Verifying file integrity of C:\DOCUME~1\Windows\CONFIG~1\Temp\VSD31.tmp\DotNetFX35\dotNetFx35setup.exe WinVerifyTrust returned 0 File trusted
0
8828
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9367
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9319
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9243
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8241
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4599
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3309
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2213
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.