By TheCalicoTree - Sat 28 May 2011
|
My new site was working well, PC crashed then when I try to access on local I get an IE error 'Internet Explorer cannot display the webpage'.
There are no other errors.
Tried debugging and the default.aspx page is found and then when trying to build the page it seems to not create the page object at this point:
tblPage = PagesBLL.GetPageByName(pLanguageID, _PageName)
I checked the databse tblKartrisPages and there is a record for default.
Any ideas?
| Internet Explorer cannot display the webpage | | Internet Explorer cannot display the webpage |
|
By Mart - Mon 30 May 2011
|
first thing you need to do is turn OFF friendly error messages in IE (go into settings). At default it hides errors and shows just a generic one - it thinks this is "friendly" but its not, because it doesn't let you see whats wrong.
Once you do that you should have a more specific error.
|