Can anyone say is there any way to configure request filtering for WCF get request on .NET 3.5? Specifically I want to pass datetime in UTC format as a part of a line like webservicehost/webservicemethod/param1/param2/1-16-2012T11:48:50 and I have got a problem with colons inside time because IIS treats it as a port or smth like directory name where colon is definitely illegal.
In an ASP.NET web app, using Integrated Windows Authentication, is the session tied to the windows identity? In other words, if I login (using IWA) to the app, and the app stores some "stuff" in my ...