I need help with wcf service. i have a ajax-enabled wcf service: public class AddFavorites : Page { // Add [WebGet] attribute to use HTTP GET
Once deployed parts of my web-application stop working. Index-es on each controller do work, and one form posting via Ajax, Login works too. Other then that yields 404. I understand that nothing parti
I have a 3-node web farm being managed by IIS7 and Application Request Routing.I have a folder hierarchy in my web app that needs to be secured via SSL.What is the best practice 开发者_如何学运维for g
I am currently working on a project that is using Dojo as the js framework. Its a rather rich ui and as such is using (and thus loading) a lot of different .js files for the dojo plug-ins
Does anybody know how to programmatically get the sites list and vir开发者_开发百科tual dirs in IIS 7?Check out this post - seems to be a brand-spanking new management API in the Microsoft.Web.Adminis
I need to change the where a virtual directory\'s physical path is in C#. This is executed via an installer so it will be running on the machine where the virtual directory resides.
I am currently developing a service with wcf 4.0 (visual studio 2010 RC). When I try my service on the Visual Studio Development Server, it all works perfect.
Request.RawUrl always returns the /default.aspx variant. I did not find any way at all to differentiate between these urls. Does anybody know how to do that?
I am in the process of migrating an existing webserver running IIS 6 to IIS 7.I have setup the new websites on the new server but cant seem to test them as once 开发者_如何学编程I have entered the dom
How can I check with C# if the IIS6 开发者_如何学JAVAcompatibility role is enabled/disabled on IIS7 ?you can check read the value in the registry