I am at a bit of a loss, and could use some help. I am a developer, and am setting up a new development environment. My old and new machine both have Windows 7 Professional, 64 bit. On my new machine, I have enabled IIS. I believe it is running IIS 7.5. After setting up IIS, I open up IIS Manager, and browse to the default website. Under the default website, there is normally an ASP.NET section. It is there on my old machine, but my new machine doesn't have it. The App Pool the website is assigned to is using .NET Framework 2.0. I have changed it to use version 4.0, and I still don't see the ASP.NET section in IIS Manager. I am not sure what I am doing wrong.
I am going to try pasting a screen shot of my IIS Manager. As you can see, under the areas there is no section for ASP.NET. On my other machine there is. My understanding is that there is a 32 bit version and a 64 bit version of IIS Manager. I have
tried running them both, and it doesn't make a difference. I have tried turning on and off 32 bit support for the app pool, and it doesn't make the ASP.NET section show (my understanding is that this could make a difference in IIS 6). Does anyone know what
I am doing wrong? Specifically I am trying to get to the ASP.NET section so I can get to the SMTP Email section so I can set up how email is delivered. I was able to do this on my old machine, but can't on the new one because the whole section is missing.