Framework 2.0 redist ASP.Net snapin not showing up

G

Guest

I just installed the framework 2.0 on windows 2003 server, and it seemed to
install ok, but when I go in the IIS Manager and right click the website and
do properties, I do not see the asp.net tab, why is this? Also, the
installation did not map my existing asp.net applications to the new version,
is this version not compatible with 1.1 so it won't map it? Any thoughts? I
can't find much documentation on the production framework 2.0, does anyone
know where it is?
 
P

Peter Huang [MSFT]

Hi

It is strange, based on my test, I can not reproduce the problem.
After I install the .NET 2.0 framework, the ASP.NET tab will apprear.
I think you may try to reinstall IIS and then .NET 2.0 framework.

We can use the ASP.NET tab to make the 1.1 program run under 2.2 framework.

Here is the link for the Whidbey vs.net 2005's document.
MSDN2 Library
The MSDN Library is an essential resource for developers using Microsoft
tools, products, and technologies. It contains a bounty of technical
programming information, including sample code, documentation, technical
articles, and reference guides.

This site, MSDN2, contains the documentation for two new products, Visual
Studio 2005 and SQL Server 2005. Use this site to access the latest
developer documentation for these tools and technologies and to preview
some of the upcoming changes to the MSDN Library interface. In the coming
months, the documentation hosted here will be consolidated into the MSDN
Library. See the About MSDN2 page for more details.

http://msdn2.microsoft.com/en-us/library/default.aspx

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
P

PL

This is a bug, use aspnet_regiis on the commandline instead.

The bug is listed as existing in beta2 but no note about it being fixed in rtm.

PL.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top