According to your trace it looks like it might be failing during Access Checking.
Try right-clicking your page and going to Public Access. Perhaps it's linked to a node or member group that has been deleted?
You can also see this in /App_Data/access.config - check to see that the node IDs and groups there actually exist...or just delete any entries inside of it if you're not using any protected pages.
Thx Tom -- That was not. I didn't really mess with that one yet. Also, access.config is file still empty -- all I see is "<access></access>". Any other thoughts? Thx a lot.
If you right-click and goto Public Access is anything setup?
Maybe also try rebuilding your umbraco.config - just delete it (backup or rename first), then touch your web.config or publish a page and it should regenerate.
As I mentioned in the other bug, sounds like I was playing with Public Access (Sorry Tom, for the past few weeks I was working hard to resolve this issue -- I don't even remember what I did before).
Details/Steps:
I copied the website (working website)
Sounds like I was playing with public access in the copied website. At some point something broke in the copied website and I deleted that one (but didn't empty the recycle bin).
Probably there is still some reference between orginal website and copied website (I am not sure how, but probably some of you understand internal can figure it out).
After Tom's repsonse that Access control is crashing, so I enabled the public access restriction to stop the page crash --- didn't help. Removed the public access -- that didn't help either.
Finally, emptying the recycle bin fixed the issue.
Pls help...
Hi All -- I am new to Umbraco and everything went fine until I hit this glitch http://our.umbraco.org/forum/getting-started/installing-umbraco/27168-defaultaspx-page-is-crashing. I am stuck and don't know what's next, please help me as I don't want to start over again. I understand this is not a paid forum -- but I am sure you can help me bring me out this one. Thanks again.
According to your trace it looks like it might be failing during Access Checking.
Try right-clicking your page and going to Public Access. Perhaps it's linked to a node or member group that has been deleted?
You can also see this in /App_Data/access.config - check to see that the node IDs and groups there actually exist...or just delete any entries inside of it if you're not using any protected pages.
-Tom
Thx Tom -- That was not. I didn't really mess with that one yet. Also, access.config is file still empty -- all I see is "<access></access>". Any other thoughts? Thx a lot.
If you right-click and goto Public Access is anything setup?
Maybe also try rebuilding your umbraco.config - just delete it (backup or rename first), then touch your web.config or publish a page and it should regenerate.
-Tom
Thx a lot again. Nothing is setup.
It did regenerated the umbraco.config, but still it crashes!!
OK...this is fixed now.
As I mentioned in the other bug, sounds like I was playing with Public Access (Sorry Tom, for the past few weeks I was working hard to resolve this issue -- I don't even remember what I did before).
Details/Steps:
is working on a reply...