i have this error ... please help
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 v… (read more)
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>
How to disable save option in download messagebox in asp.net?
Programatically disabling save option in download dialog box.
why can't i open google doc using google drive app?
i bookmark a lot of my google docs. when i'm using my android phone i expect that when opening those docs i get prompted with the choice to open them with the google driv… (read more)
i bookmark a lot of my google docs. when i'm using my android phone i expect that when opening those docs i get prompted with the choice to open them with the google drive app. but that just doesn't happen when i'm using firefox for android. instead, the mobile version of the google doc is opened. that's ok, but i would much rather open it with the google drive app. the same things goes for when i want to open, say, a link to a youtube video; i don't seem to get redirected to the youtube app on my phone to open it.
p.s. in case this is of any relevance: i have installed the phony add-on and set it to the android (phone) agent. that's the only way i've been able to open the mobile versions of some of these sites. otherwise, i used to get the desktop version.
Which of the following 3D plugins work best with Firefox: Cosmo, Cortona, Flux, Octaga, Free WRL, Orbit Snap?
I am sharing a 3D application for family trees that require shared users to install one of the mentioned plug ins. I will be sharing on a website. I expect most invitees … (read more)
I am sharing a 3D application for family trees that require shared users to install one of the mentioned plug ins. I will be sharing on a website. I expect most invitees will be using Windows but also would like Mac users to have access. The developing company has not been extremely helpful in answering my question.
Basic authentication cache is not being cleared from the firefox browser with using JavaScript code when tries to override Uname,PWD and with response Http 401
Hi, I am trying to implement logout functionality for Basic authentication for our internal application with the below script. function clearCache(){ var ua= window.navig… (read more)
Hi, I am trying to implement logout functionality for Basic authentication for our internal application with the below script.
function clearCache(){
var ua= window.navigator.userAgent;
if(ua.indexOf("MSIE") > 0){
document.execCommand("ClearAuthenticationCache");
return true;
}else{
$.ajax({
url: '<%=request.getContextPath()%>/pages/PeleLogout.jsp',
username: ' ',
password: ' ',
statusCode: { 401: function() { //alert('Logged Out')
}
}
});
return true;
}
}
This function is working properly when deployed in my local tomcat server, but it is not working after deploying in WebSphere6.1 server..
sensitive keyboard using firefox 19
my keyboard is extra sensitive while using firefox on hotmail. com . I can type a user bame accurately, but when I type the password to login each key I press types in tw… (read more)
my keyboard is extra sensitive while using firefox on hotmail. com . I can type a user bame accurately, but when I type the password to login each key I press types in two or three character s. I can never login with my Firefox browser. I have no issues with hotmail using other browsers.
details:
Firefox 19
Samsung Galaxy S3
Model I747M
Android 4.1.1 Jelly Bean
mozzilla firefox not working Ncomputing system its work only 1 time 1 pc why?
Ncomputing system one computer attach more three desktop mozilla firefox working all computer please suggest version my computer oprating system windows 7
Cooliris integrated with Poca Gallery dosn´t function in Firex but in Crome and Explorer
I have Cooliris integrated with Poca Gallery. Now, you can not run on Firefox, but it does well on Crome and Explorer . Before 20/02/2013 there was no problem - what happ… (read more)
I have Cooliris integrated with Poca Gallery. Now, you can not run on Firefox, but it does well on Crome and Explorer . Before 20/02/2013 there was no problem - what happened?
