Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi guys, I want to give a try to umbraco. my problem is as follows:
Installed umbraco through webmatrix, everything is working fine.
umbraco local host showing site working all good.
I upload the files to IIS 7 site and get 500 error message. I deleted web.config file form iis 7 sites root and get server '/' application error.
can anyone help me out to get this thing up and running much appreciated in advance
Hi umbracotest
You need the web.config file on the root of your website otherwise the app does not know where to fetch data etc. from.
So try recreating it if you can and add it to your site again and everything should be fine if the rest of the setup has been done correctly.
You can verify that by having a look at this installation guide done by Sebastiaan Janssen: http://cultiv.nl/blog/2011/7/18/how-to-install-umbraco-manually/
Hope this helps.
/Jan
Make sure your application pool is ASP.NET4.0 and Integrated Pipline mode.
What version of umbraco have you installed ?
If Umbraco V5.0 is your flavour then you will also need MVC components installed on the server. http://www.asp.net/mvc
Umbraco Gurus -> Am I right in advising the above re V5.0?
Cheers
Nigel
Im using umbraco 4.0
ok I have web.config under root,
my error is this
"500 - Internal server error.There is a problem with the resource you are looking for, and it cannot be displayed."
everything works fine under http://localhost:54680/
iis I have it under application pool asp 4.0 pipeline integrated
still 500 error
Im pretty sure i need to have web.config file somehow modified not sure how
more help would be appreciated
If you are using version 4.0, I believe that should have the application pool set to ASP.NET 2.0
As an aside - Version 4.0 is quite old - is there a reason for using it rather than 4.7.1 ? Or even V5 ?
Yup, if it's good old umbraco 4.0 then app pool must runt asp.net 2.0 and classic mode.
@umbracotest: Did you manage to get this issue solved?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
umbraco on iis 7 , 500 error
Hi guys, I want to give a try to umbraco. my problem is as follows:
Installed umbraco through webmatrix, everything is working fine.
umbraco local host showing site working all good.
I upload the files to IIS 7 site and get 500 error message. I deleted web.config file form iis 7 sites root and get server '/' application error.
can anyone help me out to get this thing up and running much appreciated in advance
Hi umbracotest
You need the web.config file on the root of your website otherwise the app does not know where to fetch data etc. from.
So try recreating it if you can and add it to your site again and everything should be fine if the rest of the setup has been done correctly.
You can verify that by having a look at this installation guide done by Sebastiaan Janssen: http://cultiv.nl/blog/2011/7/18/how-to-install-umbraco-manually/
Hope this helps.
/Jan
Hi umbracotest
Make sure your application pool is ASP.NET4.0 and Integrated Pipline mode.
What version of umbraco have you installed ?
If Umbraco V5.0 is your flavour then you will also need MVC components installed on the server. http://www.asp.net/mvc
Umbraco Gurus -> Am I right in advising the above re V5.0?
Cheers
Nigel
Im using umbraco 4.0
ok I have web.config under root,
my error is this
"500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed."
everything works fine under http://localhost:54680/
iis I have it under application pool asp 4.0 pipeline integrated
still 500 error
Im pretty sure i need to have web.config file somehow modified not sure how
more help would be appreciated
If you are using version 4.0, I believe that should have the application pool set to ASP.NET 2.0
As an aside - Version 4.0 is quite old - is there a reason for using it rather than 4.7.1 ? Or even V5 ?
Nigel
Yup, if it's good old umbraco 4.0 then app pool must runt asp.net 2.0 and classic mode.
@umbracotest: Did you manage to get this issue solved?
/Jan
is working on a reply...