asp.net-webmethod

IIS and the number of w3wp processes

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...

Possible to access ASP.NET authorization web service as a JavaScript file?

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"&gt;&lt;/script&gt; Is it possible to do the same thing with System.Web.ApplicationServices.AuthenticationService? I'm creating a PhoneGap application ...

How to get Json Data from IPinfodb.com with MVC WebService/Method

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 ...