App domain restarts when .resx file changes. Any way to avoid this?
I have an ASP.NET app with many .resx (resource) files used for localized user controls and pages.
I have an ASP.NET app with many .resx (resource) files used for localized user controls and pages.
I have googled this a little and didn’t really find the answer I needed.
How do you get the ipaddress and location of every website vistor of your website through Asp.Net?
I have to run a automated job every 5 hours.
I needed to debug my javascript functions written in asp.net.
I have an ASP.NET MVC 2 app targeting .NET 4 that needs to be able to resize images on the fly and write them to the response.
I’ve recently been developing a website using asp.net webforms that uses in proc sessions and I noticed that session ids are shared amongst browser tabs. So I was wondering what you would do for the following situations:
I am using the ASP.NET Web API to build a prototype of a web service (and site) which has a method to download a file. When the user on the front-end presses the export button a jQuery ajax GET request is made and received by the controller which on it’s turn calls the method named Excel (shown below). The method runs without any problem and finishes. When I look in Chrome at the header (see https://skydrive.live.com/redir?resid=2D85E5C937AC2BF9!77093) it receives the response with (as far as I am concerned) all the right headers.
I’ve been searching for something similar but no luck. I want to build an app that uses different controllers for same urls. Basic idea is like that if a user is logged in as admin he uses lets say admin controller, if user is just a user he uses user controller. This is just an example, basically I want to have a function that decides what controller route takes.
I’m trying to edit a list of items in a strongly-typed razor view. The templates don’t give me the option to edit a list of objects in a single view so I merged the List view with the Edit view. I only need to edit one boolean field in a checkbox.
The problem is that i cant get the data back to the controller. How do i do it? FormCollection? Viewdata? Thanks in advance.