So I am working on a project with multiple areas and we would like to configure IIS to rewrite our requests to make the url开发者_如何学JAVAs nicer.I have been messing around with the URL rewrite modu
I have a ASP.NET \"website\" which uses a 32-bit dll. When I XCOP开发者_高级运维Y to our 64-bit server, the page which uses this 32-bit dll throws an exception. I\'ve already set the \"Enable 32-Bit A
Hallo, I am tryiing to migrate an application written with visual studio 2008 from windows XP IIs 6.0 To Windows 7 with IIS 7.5 and I have this problem:
I am using ASP.Net + .Net 3.5 + VSTS 2008 + IIS 7.0 + C# to develop a web application. I find when debugging in VSTS 2008, if I call Response.Close() method in page_load (please refer to code below),
I am using a script manager for ASP.NET MVC to combine and compact CSS files and JavaScript files for pages on a website. For the most part this works as expected, however there are times (couple of t
I have a created web service that takes 2 complex types as parameters.I can use the auto-generated WSDL to create a new application that calls my web service and it works perfectly.
Looking at thenode in a Web.config, I see that it allows both httpCompression and urlCompression elements. What\'s the differ开发者_Go百科ence between the two? I just want to do standard gzip, which o
I\'m currently experiencing an issue using WCF streaming to return a large set of serialized objects over the internet while hosted through IIS. I\'m not sure if it is a network issue or a WCF issue,
How can I make IIS handle net.tcp co开发者_JAVA技巧nnections?You need to add net.tcp to the enabled protocols of your site. Go to IIS Manager, right-click on your website, go to \'Manage Web Site\' or
I have a site on my IIS and everything works fine in FireFox but in IE i just get to startpage and when i try to login in nothing happens.