Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Child Web Apps Child Web Apps
Previous
 
Next
New Post
3/11/2007 2:03 PM
 

Hi all,

I want to create Child Web Apps work appropriately within a parent DNN 3.x please help me


Regards, Hassan Ali
 
New Post
3/11/2007 2:15 PM
 

Hi all,

I inserted my web Apps in my local DNN directory and I added it as child web Apps I get an error starting that an assembly could not be loaded... this error references the DNN application web.config:

  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: ?

Source Error:

Line 43:     <!-- HttpModules for Common Functionality -->
Line 44:     <httpModules>
Line 45:       <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite" />
Line 46:       <add name="Exception" type="DotNetNuke.HttpModules.ExceptionModule, DotNetNuke.HttpModules.Exception" />
Line 47:       <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->

Source File: C:\DotNetNuke\web.config    Line: 45

Assembly Load Trace: The following information can be helpful to determine why the assembly 'DotNetNuke.HttpModules.UrlRewrite' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = DotNetNuke.HttpModules.UrlRewrite
 (Partial)
LOG: Appbase = file:///C:/DotNetNuke/qubaa
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: DotNetNuke.HttpModules.UrlRewrite
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dotnetnuke_qubaa/b22280cc/6b05954/DotNetNuke.HttpModules.UrlRewrite.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dotnetnuke_qubaa/b22280cc/6b05954/DotNetNuke.HttpModules.UrlRewrite/DotNetNuke.HttpModules.UrlRewrite.DLL.
LOG: Attempting download of new URL file:///C:/DotNetNuke/qubaa/bin/DotNetNuke.HttpModules.UrlRewrite.DLL.
LOG: Attempting download of new URL file:///C:/DotNetNuke/qubaa/bin/DotNetNuke.HttpModules.UrlRewrite/DotNetNuke.HttpModules.UrlRewrite.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dotnetnuke_qubaa/b22280cc/6b05954/DotNetNuke.HttpModules.UrlRewrite.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dotnetnuke_qubaa/b22280cc/6b05954/DotNetNuke.HttpModules.UrlRewrite/DotNetNuke.HttpModules.UrlRewrite.EXE.
LOG: Attempting download of new URL file:///C:/DotNetNuke/qubaa/bin/DotNetNuke.HttpModules.UrlRewrite.EXE.
LOG: Attempting download of new URL file:///C:/DotNetNuke/qubaa/bin/DotNetNuke.HttpModules.UrlRewrite/DotNetNuke.HttpModules.UrlRewrite.EXE.

I've tried using "remove" tags in the web.config , but no change:

  <httpModules>
   <remove name="UrlRewrite" />
  </httpModules>
Any ideas on how to keep ASP from trying to load the UrlRewrite found in the parent folder's application?

Thanks,

 

Server Error in '/dotnetnuke/qubaa' Application.

Configuration Error

 

 

 


Regards, Hassan Ali
 
New Post
3/12/2007 8:15 AM
 

hi all,

please reply me


Regards, Hassan Ali
 
New Post
3/12/2007 8:54 AM
 
sorry ... what did your try? .... you copied some webapps (asp? asp.net? ???) into child portal folders? do you want to integrate your web apps in dnn?
 
New Post
3/13/2007 9:14 AM
 

Hi all,

I have a separate web Apps that developed with ASP.NET 2003 with C# and it have its web.config.

I found solution to my problem that I copied some DLL files from DNN bin's folder to my Apps bin's folder and change my Apps web.config's file .

Now when I open http://localhost/dnn3/test/Default.aspx the page is opened.

BUT this Apps have Authentication ( User & Password) to open other pages in this

When I logged in this Apps this error appears to me

  Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive]
   System.Web.UI.Page.get_Session() +147
   System.Web.UI.UserControl.get_Session() +14
   qubaa.Controls.UCLogin.Authenticate() in c:\inetpub\wwwroot\qubaa\controls\uclogin.ascx.cs:37
   qubaa.Controls.UCLogin.lbSubmit_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\qubaa\controls\uclogin.ascx.cs:72
   System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +108
   System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +138
   System.Web.UI.Page.ProcessRequestMain() +1277

Server Error in '/dnn3/test' Application.

Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive

 

Note This Apps Worked well olone, please help me


Regards, Hassan Ali
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Child Web Apps Child Web Apps


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out