hi,
myquestion is that the asp .net is not show in iis/asp.dot menu, how i am ensure that the site has been confiured with .dot net 3.5
I know that i need to use the seprate aplicateion pool for the same
Naresh
Main Topics
Browse All TopicsHi
i have install .NET Framework 3.5 in IIS 6.0 on my windows 2003 std server, but it is not show in the IIS asp.net property
how i am sure that the .NET Framework 3.5 has been install on my server
how to configure the new website with .net framework 3.5
Regards,
Naresh
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: meverestPosted on 2007-11-29 at 13:17:11ID: 20377407
Hello,
first place to look is under the application configuration: right click the application node (or web site root if the application is the entire site) choose properties, and look at home directory tab. click on 'configuration' on application settings. Look through the list and change the asp.net path for each of the extensions that use it.
note: you can only use one asp.net version for each application pool! I recommend that you first create a new application pool, move the application to that new pool, and *then* change the asp.net version.
cheers.