The tag has no wiki summary.

learn more… | top users | synonyms (1)

1
vote
2answers
38 views

C. Printing error messages due to user entering letter instead of number

The user has to enter a number greater than 0 in order to print some stuff. my code for when the user enters a number less than 0 uses a while loop. It then asks the user to type in a number again. ...
0
votes
0answers
42 views

Enabling customErrors shows error on status bar in ASP.NET 2.0 Web Application

In an ASP.NET 2.0 application, I just add below section to redirect to custom error page in case of exception. <system.web> <customErrors defaultRedirect="/ErrorPages/Default.aspx" ...
1
vote
1answer
101 views

Turning off IIS8 Custom Errors for Classic ASP - Potenial bug in IIS?

I think I have found a bug regarding in the IIS Error Pages system. Note: - I am not using .NET Error Pages - this is set to Off The problem: When a custom error page is setup for the 500.100 ...
0
votes
1answer
56 views

CustomErrors not redirecting to custom page but MVC default error page

I have a new MVC 4.0 solution created from scratch using VS2012 web express and IIS Express. As the tile says I changed my web.config and added the following in : <customErrors ...
0
votes
1answer
51 views

How to redirect custom error page - with custom error url

I want to redirect custom error page with the visited custom error url So for example lets say i have visited http://stackoverflow.com/myOwnError Now i want visitor to still land this page. But ...
0
votes
1answer
47 views

Turn CustomErrors off and on quickly for production and development

I develop a lot of ASP.NET web forms. During testing, I have customErrors off, then I have a ResponseRedirect custom error for when I move the form into production. I'm wondering if I can simplify my ...
0
votes
1answer
146 views

Knockout validation issues

I have the following issues with my knockout model validations and not sure how to resolve them. Following is my model first of all, with the validation rules: var Data = function (data) { this.Val = ...
3
votes
1answer
146 views

Custom exception handling in ServiceStack REST service

I have a ServiceStack REST service and I need to implement custom error handling. I've been able to customize service errors by setting AppHostBase.ServiceExceptionHandler to a custom function. ...
1
vote
1answer
38 views

Handle create controller exception in MVC3

I have a controller that takes multiple arguments and I am using Unity to create an instance of that controller. The problem is that under certain circumstances Unity is not able to build all of the ...
0
votes
1answer
111 views

CodeIgniter custom validation errors for each rule per each field

I'm using CodeIngiter 2.1 and I wanna define custom validation errors for each rule per each field. The fields are as follows. array( 'field' => 'firstname', 'rules' => 'required', 'error' ...
0
votes
1answer
31 views

How to return custom error messages in case of parse error

I don't like to return those HTML pages saying that there was an error parsing the request. How can I return a custom string such as "parse_error" in such a case from my WCF services
0
votes
0answers
71 views

Custom Error Message While importing Workbook (sharepoint 2010)

I have An Excel Web Access Webpart.I want a custom error message to be displayed when invalid excel workbook is trying to be imported.Step By Step Explanation is expected as I am new To sharepoint. ...
1
vote
1answer
137 views

Configuring Magical Unicorn Mvc Error Toolkit

I am trying to configure the Magical Unicorn Mvc Error Toolkit (v 2.1.2) on my MVC4 web site but I can't get it to work. Here's my code: Web.config <customErrors mode="On" ...
2
votes
5answers
264 views

Anyway to simulate server busy error 500.13 on iis 7?

Is there any way that I can return 500.13 error from IIS? I need the test the custom error page for 500.13 error.
0
votes
0answers
70 views

Windows authentication custom error on cancel popup

I'm trying to change the default 401 page of my website on IIS7 that the users see when they click cancel on the login popup box. I've changed it on "Error Pages" feature (to use "Execute URL on this ...
0
votes
3answers
84 views

Customize Error message for when ClickOnce application notices wrong version of .Net installed

When you try and run a .Net 4 ClickOnce application on a machine running .Net 3.5, it pops up the following error: Unable to install or run this application. This application requires your system to ...
0
votes
1answer
40 views

How do I return a reasonable error code when using customErrors redirect?

In web.config of my ASP.NET website I have customErrors turned on and set to redirect to a specific action in case of HTTP 404: now I start Fiddler and in my browser query some URL ...
3
votes
1answer
154 views

Custom Error Page is not working on live server

I have implemented Custom Error Functionality in my project, and its working on local IIS but not working on live server. I have implemented this functionality using Global.asax file and i am calling ...
1
vote
0answers
30 views

How can I configure IIS to use customerrors with option set to recreate for all extensions/MIMEs?

I'm currently using customErrors, and I would like to use the recreate option, always. This currently works for URLs such as mysite.com/asdf My custom error page loads as this URL: mysite.com/asdf ...
0
votes
3answers
168 views

Dnn Error with Custom Errors Off Still not Showing Error

Background: I had setup a DNN 7.0 test environment and built a couple of custom modules. On my third custom module, I finished setting it up using Chris Hammond's template and followed the ...
0
votes
1answer
48 views

a href error direct default aspx

I have a url like : 120.xxx.xxx.xxx/myfile.pdf ,but it doesn't exist and it not direct to my error.aspx Can someone to tell me whats happened and My web.config code <customErrors mode="On" ...
0
votes
0answers
71 views

customErrors 401 Capturing

I have been searching both Stack Overflow and various forums but I am having trouble understanding the process of capturing HTTP errors within ASP.net and IIS. At this time I have configured by ...
1
vote
2answers
58 views

custom errors in asp

I am trying to do an error page which redirect to it whenever an error occurs. This is my code: <customErrors defaultRedirect="Error.aspx" mode="On" /> which is working fine ...
1
vote
0answers
47 views

Issue with Custom Error setting on IIS7

I'm having a really wierd error with Custom errors setting on IIS 7. I have an ASP.NET MVC3 application which uses JavaScript/Ajax/Jquery. I am trying to move my hosting over to another provider ...
0
votes
2answers
218 views

How do I create a custom validator with a custom error message in Grails?

How do I create a custom validator in grails and make it pass a custom string back to the view and an error message? I saw so many people getting stuck in the same please, I decided to create a ...
0
votes
0answers
127 views

Redirect to login page when ajax pagemethods return status code 401

I am trying to redirect to my login page, every time that I get 401 Unauthorized error, from calling a pagemethods function. I added AllowCustomErrorsRedirect to mt script manager: ...
0
votes
1answer
169 views

How to make IIS7 serve custom content with status code 404

I have a classic ASP page that sets the response header to 404 Not Found plus some you might be interested in links: Response.Clear Response.Status = "404 Not Found" Response.Write ...
0
votes
0answers
130 views

HttpRequestValidationException ignores CustomError from web.config

Within the config file we have set our custom errors: <customErrors mode="On" defaultRedirect="~/errors/ExtErr.aspx?0"> <error statusCode="400" ...
0
votes
1answer
184 views

IIS 7.5: sending http status code 422 with custom errors on

I use custom action filter in asp.net mvc app to return http status code 422 and json list of validation errors (basically serialized model state dictionary) to client, where I handle that with global ...
0
votes
0answers
89 views

Setting CustomErrors to On in Web.Config crashes site

I have an ASP.NET MVC3 site where CustomErrors are set to Off in Web.config. Naturally, I want to set it to on. However, when setting it to on: <customErrors mode="On" ...
0
votes
1answer
62 views

Programming errors in included files PHP [closed]

I have a common directory core for most important files of my PHP application. They work nice, when I call them from PHP script, but if I open it from my browses, I usually see programming errors such ...
0
votes
0answers
190 views

Customerrors redirectmode=“ResponseRewrite” does not work when authenticated

I have customErrors on, with my redirectMode set to ResponseRewrite. When authenticated, I get the generic ASP.NET 404 page which reads as follows: Server Error in '/' Application. The resource ...
-1
votes
2answers
243 views

Unable to access Website on godaddy

I have developed the asp.net website in visual studio 2010 express edition. I have a Windows hosting domain. I have uploaded the contents and the requied folder using file manager under root. I tried ...
1
vote
0answers
127 views

Using msbuild xmlupdate to set customErrors mode

We use xmlupdate to make changes to our web.config in our test environment. This works successfully when we're just updating the value of the node. We're wanting to turn OFF customErrors in our test ...
0
votes
1answer
400 views

Error404 and System.Web.Routing.RouteTable.Routes

I'm using Routing in Asp.net 4.0/vb.net as example below: rotas.MapPageRoute("test", "test/{detail}/{id}", "~/test/test.aspx") In web.config has set the customErrors: <customErrors ...
1
vote
0answers
302 views

MVC elmah custom errors not redirecting, different results for different browsers

This question seems to be all over stackoverflow, but I can't seem to find the right answer. I setup ELMAH with MVC3, and ELMAH is logging errors as it should. The client, however, is not being ...
0
votes
2answers
56 views

Simple error checking if statment

I want to replace the list of warnings and errors with a simple error banner. I'm trying to check if this code produce errors and if so output a custom error $sxml = simplexml_load_file($yurl) I ...
1
vote
1answer
297 views

Is it possible to handle 404 errors only in ASP.Net?

What web.config settings should I enter so that I can handle 404 errors but not other errors. The reason I want to handle 404 errors is that sometimes I purposely enter urls for inexisting pages but ...
1
vote
1answer
106 views

Stop warning dialog from appearing with custom error codes - LabVIEW

I have created a custom error file using the 'Error Code Editor', I want to disable the warning dialog that appears when my error codes are detected. How can I do this? <?xml version="1.0" ...
0
votes
1answer
381 views

HTTP 500, customErrors redirect not working

I'm using MVC2. My webconfig says <customErrors mode="On" redirectMode="ResponseRewrite" defaultRedirect="~/internal-server-error"> <error statusCode="500" ...
0
votes
0answers
205 views

connection string problems in asp.net, sql server

I have created a database on my host using SQL server management studio and have uploaded my website, App_Code and App_Data folders. My connection string is as follows: <connectionStrings> ...
0
votes
1answer
296 views

Unable to read configuration section 'System.web' because it lacks a statement of the Chamber

my web.config is <?xml version="1.0"?> <configuration> <configSections> <sectionGroup name="system.web.extensions" ...
1
vote
1answer
50 views

Reporting failures from anonyous PL/SQL blocks

The following SQL*Plus script WHENEVER OSERROR EXIT FAILURE WHENEVER SQLERROR EXIT FAILURE DECLARE EXIST_INDEXES BOOLEAN := FALSE; BEGIN FOR INDEX IN (SELECT * FROM INDEXES) LOOP ...
0
votes
1answer
175 views

Win2008R2 ASP.NET 3.5 Custom Errors… can't seem to get this to work

Help! I have a custom HttpModule that handles the Application.Error event. The module is working... it logs messages to the event log and I can see these messages... all the way through to the end of ...
0
votes
2answers
1k views

Two step MVC 3 Error Handling using Custom Error Controller and HandleErrorAttribute

I am using a combination of HandleErrorAttribute and a Custom Error Controller in the Custom Errors section for error handling in a MVC3 application. The logic is to handle any Ajax request errors via ...
3
votes
1answer
84 views

Create custom error on release build

Is there any way I can create a custom error message that displays as a reminder to myself and other colleagues that there is unfinished code in the app, if they try and do a release build? Thanks ...
1
vote
1answer
191 views

IIS CustomError redirect lacks ContentType header, blocked by firewall

The CustomErrors directive in my web.config is working, except that for 404's, IIS serves a 302 redirect with no ContentType header. This causes firewalls to block the response, and clients never get ...
1
vote
2answers
764 views

Where to save your .htaccess file on Apache for 404 page

I have an Apache web server running on Amazon EC2 and I am trying to make a custom 404 page which I did, but I want it to popup when a mistyped or wrong URL is requested. This is my .htaccess code ...
3
votes
2answers
647 views

How can I get customErrors' defaultRedirect value from code?

I would simply like to do something as follows: var defaultRedirectUrl = SomeMethodToGetDefaultRedirect(); of course in web.config I have <customErrors mode="On" defaultRedirect="~/Error"/> ...
0
votes
1answer
591 views

Selenium IDE login validation error test

I have a login page. There are textboxes for username and password. If you click login button when you don't enter username and password, a span shows as "Invalid login". If you just enter ...

1 2 3 4