I have a WCF service that exposes some methods with WebInvoke and POST method, this has been working on a Windows 2003 server machine for some time now, the thing is that I have to migrate the service
I have an ASP.NET 2.0 web site hosted on Windows Server 2008 with IIS 7. I am using InProc session mode (specified in web.config). My client wants the timeout to be of 3 hours, meaning if the web site
We\'d like to restrict the maximum upload file size in our web site.We\'ve already set the appropriate limits in our web.config.The problem we\'re encountering is if a really large file (1 GB, for exa
What are the steps to be made开发者_JS百科 to run an IIS7 Application Pool under a domain account? I know how to create a domain account and how to set the identity of the Application Pool.
How do you back-door authenticate Windows users into a website using forms authe开发者_Go百科ntication running on IIS 7.0?Create a separate page to handle windows logins. This page will authenticate t
I am attempting to set the content-type of an asp.net .ashx file to text/plain. When I run this through the ASP.NET Development Server, the content-type is properly set. When I serve it through IIS7
How can I set the ehe .net framework version and the managed pipeline mode programmatically for a IIS 7 prog开发者_运维问答rammatic via C#? What a the metabase property names for that?You could use th
I have developed a C# 3.5 Mvc 1.0 application using oracle 11gR2 client which uses odp .net 2.112.1.0. I want to deploy it in my IIS7 server which has oracle client 10g which uses odp.net 2.102.2.20 .
I\'开发者_StackOverflow中文版m using IIS7 url rewrite module. Here is my blog link: http://www.kad1r.com/
I am testing my own http module and studying IIS integrated pipeline at same time. In my module, I registered events: RQ_BEGIN_REQUEST, RQ_END_REQUEST, RQ_AUTHENTICATE_REQUEST, RQ_AUTHORIZE_REQUEST