Previous Next

Thread: ASP.net not installing on vista x64

Last post 08-30-2008 6:17 PM by eraxian. 4 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (5 items)

Sort Posts:

  • 08-30-2008, 2:53 AM

    • eraxian
    • Not Ranked
    • Joined on 08-30-2008, 2:52 AM
    • Posts 3

    ASP.net not installing on vista x64

    Am running vista ultimate x64, have installed .net framework 3.5 sp1 several times and still the .aspx extensions don't show up in the mime types and i can't host any .asp pages. please help, thanks guys!

    edit: oh and if this is the wrong forum, i apologize, please point me in the right direction, thanks Smile

  • 08-30-2008, 3:37 AM In reply to

    • ksingla
    • Top 10 Contributor
    • Joined on 06-13-2006, 11:02 PM
    • Redmond, WA
    • Posts 561

    Re: ASP.net not installing on vista x64

    Aspx extensions are not supposed to get added in mimetypes list as that list is for static content served by staticfilehandler unlike aspx content. What is the response you are getting for your aspx requests?

    Thanks,
    Kanwal

  • 08-30-2008, 1:40 PM In reply to

    • eraxian
    • Not Ranked
    • Joined on 08-30-2008, 2:52 AM
    • Posts 3

    Re: ASP.net not installing on vista x64

    this is the response i get:

     

    Error Summary

    HTTP Error 404.3 - Not Found

    The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

     

    ModuleStaticFileModule
    NotificationExecuteRequestHandler
    HandlerStaticFile
    Error Code0x80070032
    Requested URLhttp://localhost:80/test/firstpage.aspx
    Physical PathC:\inetpub\wwwroot\test\firstpage.aspx
    Logon MethodAnonymous
    Logon UserAnonymous

    Server Error in Application "DEFAULT WEB SITE"

     

  • 08-30-2008, 5:56 PM In reply to

    • mukhtard
    • Top 25 Contributor
    • Joined on 07-07-2008, 9:13 PM
    • Redmond, WA
    • Posts 165

    Re: ASP.net not installing on vista x64

    It seems you don't have the IIS7's ASP.NET feature installed.

    First make sure you remove the .aspx extension from the MIME types, this is a security hole, and will cause the source code of your aspx to be downloaded.

    Then go to appwiz.cpl -> Turn windows features on or off -> Internet Information Services -> World Wide Web Services -> Application Development Features -> ASP.NET

    Once you have it installed you should be able to serve ASPX pages.

    Thanks,
    Mukhtar Desai
    IIS Performance Team

  • 08-30-2008, 6:17 PM In reply to

    • eraxian
    • Not Ranked
    • Joined on 08-30-2008, 2:52 AM
    • Posts 3

    Re: ASP.net not installing on vista x64

    Thank you Mukhtar, that was exactly the problem!!!!
Page 1 of 1 (5 items)
Page view counter