Description:
An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local
server machine. Details:To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors>
tag should then have its "mode" attribute set to "Off".
Notes:The
current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
Description:
An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local
server machine. Details:To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors>
tag should then have its "mode" attribute set to "Off".
Notes:The
current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
This is the default error page, which tells you nothing! If you would read the error message and do exactly what it says, you'll get a more meaningfull error message. And if you don't know how to solve it, start your own thread instead of reopening an old
thread....
NOT BEING FAMILIAR WITH THIS FORUM SYSTEM OR SETUP, I DID THE BEST I COULD. IS WAS TRYING TO GET AN ANSWER FROM A KNOWLEDGABLE PERSON. OBVIOUSLY, YOU are not that person. WHY START a new thread when this thread covers the same
issu i an having?
NOT BEING FAMILIAR WITH THIS FORUM SYSTEM OR SETUP, I DID THE BEST I COULD. IS WAS TRYING TO GET AN ANSWER FROM A KNOWLEDGABLE PERSON. OBVIOUSLY, YOU are not that person.
And I'm just explaining (just like Wendy) that the error you got is exactly telling you what to do. Did you read it and tried to change the web.config file accordingly?
BossDoc
WHY START a new thread when this thread covers the same issu i an having?
You're not the topic starter, so you're unable to mark any answer as the right answer. Also, you cannot conlude based on the default error page that you're facing the same issue. Most likely, it is not, because if you did what was marked as the answer, your
problem would be solved.
So once again, try to get a more meaningfull error message by following the instructions in the error you see now. If you don't understand the real error message, first try to find a thread or article using google if anybody faced the same issue already,
and if the answers/solutions given can help you. If not, please open a new thread (don't reopen old thread even if you think you're facing the same issue) and ask for help which most likley you'll get. With this error, nobody is able to help you other than
telling you to do exactly what the message is telling you.
girizh
Member
302 Points
404 Posts
Incorporating BlogEngine.Net into an existing website.
Feb 18, 2012 06:18 PM|LINK
I am tryinng to integrete the BlogEngine.Net into my website and I followed this link http://www.ajaymatharu.com/integrating-blogengine-into-an-existing-site/.
Hoever I'm getting the following error.
The type or namespace name 'Resources' could not be found (are you missing a using directive or an assembly reference?)
Does anybody know how to rectify this?? Plz help.
Regards.
Mark As Answer if it helps you :)
dinakaran
Member
625 Points
216 Posts
Re: Incorporating BlogEngine.Net into an existing website.
Feb 19, 2012 11:30 AM|LINK
Hi
may be in your config file this line was missing
check it out
<add name="Resource" verb="*" path="res.axd" type="BlogEngine.Core.Web.HttpHandlers.ResourceHandler, BlogEngine.Core" resourceType="Unspecified" requireAccess="Script" preCondition="integratedMode"/>
BossDoc
Member
6 Points
3 Posts
Re: Incorporating BlogEngine.Net into an existing website.
May 05, 2012 01:26 PM|LINK
i amm having a problem with version 2.6 (fresh install)
http://www.thenewdisciples.org/BlogEngine.Web/default.aspx it will not work.
dinakaran
Member
625 Points
216 Posts
Re: Incorporating BlogEngine.Net into an existing website.
May 05, 2012 03:24 PM|LINK
Hi,
I am not tried 2.6 version , i will help you please send me the exact error you are facing because i am not able to find the error message from this link http://www.thenewdisciples.org/BlogEngine.Web/default.aspx
BossDoc
Member
6 Points
3 Posts
Re: Incorporating BlogEngine.Net into an existing website.
May 05, 2012 09:47 PM|LINK
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details:To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>Notes:The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>KathyW
Participant
1638 Points
299 Posts
Re: Incorporating BlogEngine.Net into an existing website.
May 05, 2012 10:16 PM|LINK
That is not the error. That is telling you what you must do to see the error. Follow the instructions so you can see the error.
hans_v
All-Star
35986 Points
6550 Posts
Re: Incorporating BlogEngine.Net into an existing website.
May 05, 2012 10:16 PM|LINK
This is the default error page, which tells you nothing! If you would read the error message and do exactly what it says, you'll get a more meaningfull error message. And if you don't know how to solve it, start your own thread instead of reopening an old thread....
BossDoc
Member
6 Points
3 Posts
Re: Incorporating BlogEngine.Net into an existing website.
May 05, 2012 11:23 PM|LINK
NOT BEING FAMILIAR WITH THIS FORUM SYSTEM OR SETUP, I DID THE BEST I COULD. IS WAS TRYING TO GET AN ANSWER FROM A KNOWLEDGABLE PERSON. OBVIOUSLY, YOU are not that person. WHY START a new thread when this thread covers the same issu i an having?
hans_v
All-Star
35986 Points
6550 Posts
Re: Incorporating BlogEngine.Net into an existing website.
May 06, 2012 09:00 AM|LINK
And I'm just explaining (just like Wendy) that the error you got is exactly telling you what to do. Did you read it and tried to change the web.config file accordingly?
You're not the topic starter, so you're unable to mark any answer as the right answer. Also, you cannot conlude based on the default error page that you're facing the same issue. Most likely, it is not, because if you did what was marked as the answer, your problem would be solved.
So once again, try to get a more meaningfull error message by following the instructions in the error you see now. If you don't understand the real error message, first try to find a thread or article using google if anybody faced the same issue already, and if the answers/solutions given can help you. If not, please open a new thread (don't reopen old thread even if you think you're facing the same issue) and ask for help which most likley you'll get. With this error, nobody is able to help you other than telling you to do exactly what the message is telling you.
http://www.mikesdotnetting.com/Article/69/How-to-get-your-forum-question-answered-avoid-thread-jacking
dinakaran
Member
625 Points
216 Posts
Re: Incorporating BlogEngine.Net into an existing website.
May 06, 2012 03:19 PM|LINK
Hi,
you need to check wheather this line exist or not in your web.config file
<configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>