IIS and ASP.NET on Vista

  • Thread starter Thread starter Jayme.Pechan
  • Start date Start date
J

Jayme.Pechan

I can't seem to get my ASP.NET applications to work on vista. The problem
appears to be the MIME types for .aspx are missing. There are a lot of
references to ASP.NET throughout the setup but it is all enabled as far as I
can tell. I'm sure I wouldn't have to manually add the .aspx mime types.
Is there some setting somewhere to enable it? Thanks.
 
I get the following error when trying to access an aspx page in my asp.net
application...

Description: The page you are requesting cannot be served because of the
Multipurpose Internet Mail Extensions (MIME) map policy that is configured
on the Web server. The page you requested has a file name extension that is
not recognized, and is not allowed.

Error Code: 0x80070032

Notification: ExecuteRequestHandler
 
I figured it out. It turns out that even though there is a bunch of ASP.NET
stuff in the configuration for the IIS sites, it wasn't actually installed.
I added it in the windows install and then those .NET options started
working.
 
Back
Top