Before anyone flags this as duplicate from the other barrel full of questions about WCF, I don\'t want MSDN links and blog article references. I can Google for myself, and have been at this for 3 days
How do I set maxAllowedContentLength value per action? I have a few actions that used to upload files, each one needs a different maxAllowedContentLength value.
I am working on a website provisioning system using IIS 7 (and IIS6) and using C# as development Tool (under .Net 3.5) using WMI.
I am having a rather bizarre error when trying to debug a .NET web application. My system: Windows 7 Ultimate (IIS7), Visual Studio 2008, DotNetNuke 4.8.2.
I have an ASP.NET application running on a Windows Server 2008 box with IIS 7. The application started on Windows Server 2003 with IIS 6.
At a customer of ours, candidates take tests with our software. If their test is finished, some calculations are done on the server. Now, sometimes, 200 candidates can end their test at the same time,
I am working on a tool which audits access to existing web application. Existing app does not have any hooks in place, but my plan is to inject an IHttpModule by modifying web.config and log whatever
I Have some problems with redirecting to another URL based on the query string parameters. I want to redirect users which enter www.domain.com/signup.aspx?p=1 to:
I am working on an ASP.Net Web Site Provisioning software using WMI(System.Managment) and C#. I am trying to create FTP site on my \"Target Server\" located somewhere on LAN while executing code on
I\'m running several ASP.NET web sites with InProc session state and I would like to retrieve the number of active sessions per web site and hopefully any details around each session (eg client connec