How to use Process Monitor to Resolve an UnauthorizedAccessException
I’m trying to write a log file from an ASP.NET application under IIS7, but keep getting the following exception:
I’m trying to write a log file from an ASP.NET application under IIS7, but keep getting the following exception:
I’ve got an asp:Image. I want this control to display, only if <%#Eval("Image")%> is not null.
A basic question but there is no such question on Stack Overflow (for ASP.NET)
I’ve done a bit of searching, and most people seem to hit this when sending larger amounts of data, but I’m not.
I have been trying for a week now to reduce the number of requests on our web application but I can’t seem to combine the .axd files. I got a suggestion from somewhere which worked locally (development box) but doesn’t work on our test and production environment as they are both on HTTPS. The developer didn’t comment on that and the component he wrote was last updated in 2011. (I will find the link and update this post).
I am trying to handle all HTTP errors to my custom error pages, but I find that when there is a % at the end of url, i cannot use config setting or code to handle it,
for example: http://localhost/abc%
the response is:
Bad Request – Invalid URL
HTTP Error 400. The request URL is invalid.
I was looking for an event that would fire or a way to tell if the user was leaving a page. Either to navigate to another page or closing the page alltogether. Is this possible through the events that fire?
I am very new to linq to sql and I am not sure how to actually delete a record.