PDA

View Full Version : Installing DotNetNuke


mekbebDA
10-23-2008, 06:18 AM
I have trie to install Dot net nuke on discount ASP.net. For some reason, i am getting a run time error that says like below. I have created a sub-directory under the root directory for the DotNetNuke. Am i missing something? Please help
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>

wisemx
10-23-2008, 06:45 AM
Hi,
Many of us can help you with this but you will need to modify the root web.config to allow for errors to show first.
Once you do that post again with the actual error message.
Salute,
Mark


Technical Evangelist for DiscountASP.NET
http://www.iis7test.com/webcasts/
http://weblogs.asp.net/markwisecarver/
http://blogs.windowsclient.net/wisecarver/default.aspx

mekbebDA
10-24-2008, 02:41 AM
Thank you mark:


i have modified the web.config to show the error. And here is the error



Server Error in '/DotNetNuke455/Install' Application.


Configuration Error


Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'DotNetNuke.HttpModules' or one of its dependencies. The system cannot find the file specified. (E:\web\meftehiecom\htdocs\dotnetnuke455\web.confi g line 94)

Source Error:





Line 92: <httpModules>
Line 93: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
Line 94: <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModu le, DotNetNuke.HttpModules" />
Line 95: <add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilter Module, DotNetNuke.HttpModules" />
Line 96: <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules" />
Source File: E:\web\meftehiecom\htdocs\dotnetnuke455\web.config Line: 94

wisemx
10-24-2008, 03:52 AM
Hi,
I found a reference to this on the DNN forums:
http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/107/threadid/105591/scope/posts/Default.aspx

You should probably post in those forums if that doesn't take are of it.
Salute,
Mark



Technical Evangelist for DiscountASP.NET
http://www.iis7test.com/webcasts/
http://weblogs.asp.net/markwisecarver/
http://blogs.windowsclient.net/wisecarver/default.aspx

mekbebDA
10-26-2008, 05:57 AM
wisemx

Thanks for the reply. the problem is resolved. i appreciate

mekbeb