We\'re getting ready to switch our ASP.Net application to a new web farm environment. However, our testing has revealed an intermittent problem whereby a page takes up to 2 minutes to finish loading,
Setup I have web service that takes its inputs through a REST interface.The REST call does not return any meaningful data, so whatever is passed in to the web service is just recorded in the database
I have Windows 7 professional running IIS7.I have installed ASP.NET MVC 1.0 and VS2008. When I run the app with Cassini it runs fine. When I create a virtual directo开发者_开发百科ry and run it on IIS
I am running PHP5 on IIS7 on Windows Server 2008 R2. Check out the below code which writes a string received via a POST request parameter into an XML file.
Other than having to install something like Fiddler on my server, after adding a redirect in IIS, is there a log or something or a way built-in to show me that a valid 301 redirect took place other th
I\'m currently trying to set up a website that uses both windows authentication and forms authentication.I am using ASP.NET MVC and both IIS6 and 7 need to be supported.How would I go about letting kn
Ok, I need to know how to do a redirect (where to put the code or specify the setting).We\'re redirecting from one app to another after we\'ve moved the app.
I\'ve recently upgraded my development machine from Windows XP to Windows 7.How can I tell which w3wp.exe process belongs to which App Pool on a desktop running Window开发者_如何学运维s 7?
I\'m writing a web application and I\'d like to work out what type of browser/OS the request is coming from, and customise the returned content accordingly.So if someone visits the site from an iPhone
It\'s a hard question. We have an ASP.NET application, IIS7 server (running classic pipeline, if its relevant) and one fat ugly COM objects library.