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

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesManipulation Response object Manipulation Response object
Previous
 
Next
New Post
3/25/2015 7:24 AM
 

I'm trying to return a http status 400 in a module if a specific error condition occurs by this method:

internal void SendError(int statusCode, string status, string statusDescription)
        {
            Response.ClearHeaders();
            Response.ClearContent();
            Response.Status = status;
            Response.StatusCode = statusCode;
            Response.StatusDescription = statusDescription;
            Response.Flush();
            Response.End();
        }

This method is invoked in Page_Load of my module but the Response does not really end. The page is generated as if there was no error . Is there any possibility to cancel further processing and returning an empty page with the given status ?


Best wishes from Germany
Torsten Weggen

dotnetnuke.blog. DNN Usergroup German Speaking Area Eurepean Network of DotNetNuke Professionals
 
New Post
3/25/2015 9:04 AM
 
Try adding   Response.Clear () as the first line

 

Westa

 
New Post
3/25/2015 9:32 AM
 

Hi Wes

unfortunately the same result. Every skinobject throws an error but no empty page.


Best wishes from Germany
Torsten Weggen

dotnetnuke.blog. DNN Usergroup German Speaking Area Eurepean Network of DotNetNuke Professionals
 
New Post
3/25/2015 9:32 AM
 

And u may need to set the webconfig to include
customErrors mode="On"

Westa

 
New Post
3/25/2015 9:42 AM
 
I did a little googling and found that a lot of other people had similar problems. E.g: http://blog.dmbcllc.com/dotnetnuke-re...
Is there really no solution to end the processing and return immediately whatever I filled the response with ?

Best wishes from Germany
Torsten Weggen

dotnetnuke.blog. DNN Usergroup German Speaking Area Eurepean Network of DotNetNuke Professionals
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesManipulation Response object Manipulation Response object


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