I'm running IIS 7 on Server 2008, with a single AppPool for an application which is basically just a collection of ASP.NET WebMethods. Some of these methods process for hours before they return.
What's weird, is that sometimes when I launch multiple simultaneous requests IIS spins up a single w3wp process (and seems to share it amongst...
A WCF web service with the right class and method attributes can be accessed as a JavaScript file in a script tag. That is:
<script type=".." src="http://someserver/someservice.wcs/js"></script>
Is it possible to do the same thing with System.Web.ApplicationServices.AuthenticationService?
I'm creating a PhoneGap application ...
Hi
I want to get User's Location based on IP. When user enters website
I used to do it with XMLHTTPREquest in classic asp
how to do it with .net MVC.
I am new to .net
...