I fired up my first asp.net 4 app put together with visual studio 2010 and IIS doesn\'t seem to compile my code behinds on the fly for some reason, I have to build the site manually.
I\'ve seen a few posts about Application_BeginRequest, but non seems to have my problem. My Application_BeginRe开发者_如何学JAVAquest is being called for every image in my website.
I\'m working with a third party vendor at the moment who has supplied an ASP.Net web application. The web app generates around 200 unhandled exceptions per day, which end up as emails in my in-box. Up
We have an ASP.NET (3.5 SP1) application running on IIS7 / Windows 2008.We trap Application_Start and Application_End events in Global.asax.We also host WCF services in the app and trap the OnOpening
As of recently there is a express edition of the IIS 7. It is bundled with this crazy new tool Web Matrix (http://www.asp.net/webmatrix).
My company converted from an old website to a new one and we have a bunch of old pages with URLs like this:
I thought I could see an 开发者_如何学运维ASP.NET features panel (I don\'t know the exact name, though, some of them are .Net Compilation, .Net Roles, .Net Users and so on) on the IIS7 manager when I
I have a WCF REST service that exposes a method in class GreetService: [ServiceContract] public class GreetService
I just recently moved from a 2003 server to server 2008. I have a clickonce application that is structured like so
Hey everyone. I am getting 404 errors when I try to access my ASP.NET MVC 2 site. I\'m hosting this site using II7, and I have my site set to use the DefaultAppPool Intergrated pipeline mode. Here\'s