I had installed Vista Enterprise, and then turned on IIS7 (with all needed components including ASP.NET support) from control panel due to installation instructions from Windows Help. My Vista came with .net fx version 3.0 built-in, and therefore i downloaded .net fx version 3.5 from MS site and installed it.
After, when i tried to open my asp.net application in browser, the IIS7 displayed a error screen with "MIME type handler is not set" error. Then i had look at my IIS7 settings: there is no asp.net file extensions under mime types, and no "Default.aspx" in "Documents". But under "ISAPI filters" i have "ASP.Net_2.0.50727.0". What i must do to make my ASP.NET applications run? Please tell, where can i get whitepapers about manual configuring IIS7 for serving ASP.NET applications.