WebResource.axd throwing exceptions in web farm
We have an array of about 12 servers serving a website. Over the past few hours, one single server has started throwing exceptions for WebResource.axd and ScriptResource.axd requests.
We have an array of about 12 servers serving a website. Over the past few hours, one single server has started throwing exceptions for WebResource.axd and ScriptResource.axd requests.
I’m developing an asp.net application and I need to call a confirm dialog box on the code behind. And after that, I need to get the user’s click (if he clicked at OK or Cancel).
I created asp.net webpage , i want to log on my asp page using windows username and password when login button click. i have search some code(http://www.codeproject.com/Articles/37558/Windows-Authentication-Using-Form-Authentication) in net for login my asp page. It works for my local user name and password but i want to access Specific domain group members to my asp.net page
I have a page that executes a custom query that its saved somewhere on the database.
I need to be able to enable pagination on the gridview.
I have code of Jquery login control loke following using this into asp.net but but confused where and how I can simply authenticate username and password.
A more concrete example of what you’re trying to do would be useful.
Otherwise you’ll get all sorts of answers, many of which will be off
the mark.
I have found several tutorials on how to upload an image or multiple images in Xamarin. However, I have not found how to send multiple images with each image containing some satellite data.
I’ve got a MVC 3 view which displays a list of items that can be filtered by date.
iam using c#,asp.net and iis, i want to simulate slow internet connection on my pc for testing my app.
I have an ASPX file that contains two modals (myModal and addModal) and a gridview that has buttons calling each of these. I am having trouble with the second modal when opening and clicking its Submit button as it won’t fire a PostBack. Its only a problem with the second one. If I change the sequence of these Modals within the ASPX file, then I again have trouble only with the second one in the file.