Hi Im trying to setup a local installation of umbraco.
I have a macbook pro which has windows 7 installed on a bootcamp partition. I added IIS7 as a feature in the control panel. I then set up my site in IIS7 , I pointed the site to the correct folder, set the permission for Network Services and IUSR
I then realised that I hadn't set .NET as a required feature so went back and enabled this.
i keep getting this error though and im not sure what i am doing wrong!
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.
Yeah the site is set up a local site so I used IIS7 to create a new site and pointed the new site to the download of umbraco. I set up the permissions of this folder and set the binding to mysite.local. I then edited the hdocs file to add the mysite.local binding.
I changed the app pool to run in classic mode. But is still get the above error.
No probs. FYI for anyone else reading this thead, I also got the same error and it was due to the AXD file type not being registered as a mime type in IIS.
I followed the instructions in the following page and solved it:
HTTP Error 404.3 - Not Found
Hi Im trying to setup a local installation of umbraco.
I have a macbook pro which has windows 7 installed on a bootcamp partition. I added IIS7 as a feature in the control panel. I then set up my site in IIS7 , I pointed the site to the correct folder, set the permission for Network Services and IUSR
I then realised that I hadn't set .NET as a required feature so went back and enabled this.
i keep getting this error though and im not sure what i am doing wrong!
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.
any help would be awesome.
L
What is the page URL you are tryiong to access? Is it an ASPX page?
Please also check that Umbraco is installed as the root site (e.g. http://localhost/).
Hi Brian,
Yeah the site is set up a local site so I used IIS7 to create a new site and pointed the new site to the download of umbraco. I set up the permissions of this folder and set the binding to mysite.local. I then edited the hdocs file to add the mysite.local binding.
I changed the app pool to run in classic mode. But is still get the above error.
L
oops sorry totaly got your name wrong, sorry Barry :s
L
Okay got it working,
Turns out I hadn't enabled all of the windows features necessary for IIS. Specifically the ASP.NET features in Application Development Features, Doh!
Thanks Jon :)
L
No probs. FYI for anyone else reading this thead, I also got the same error and it was due to the AXD file type not being registered as a mime type in IIS.
I followed the instructions in the following page and solved it:
http://stackoverflow.com/questions/1098548/axd-files-generate-a-404-error
This worked for me under IIS 7.5 (Windows 7 64Bit) http://winsecondproblems.blogspot.com/2011/01/http-error-4043-not-foundthe-page-you.html
is working on a reply...