New to both Asp.Net 4.0 and IIS7 deployment. I am having a runtime problem with my application. Basically certain pages are not loading, also looks like a memory issue related to certain calls etc.
I\'m designing an ASP.NET 4.0 Web application where administrators may create an auction with an expiration. The expiration time would be stored in a database. How can I ensure that the auction ends a
I want to log some information about my visitors.Is it better to use the II开发者_JAVA技巧S generated log or to create my own in an SQL 2008 db.
开发者_StackOverflow社区What would be simplest way to get this functionality in my website. A small example code will be appreciated.Microsoft provide a free URL rewriter you can install on IIS7:
I have a simple WCF Rest Service with one method. The interface is defined as: [ServiceContract] public interface IHelloRest
New to actually deploying a Asp.Net MVC web application with sqlexpress in the App_Data folder, how would I handle database updates after it is live and in use.
Helo community, I migrate my application to the IIS integrated mode. (IIS 7.5) I\'m using the IIS wildcard mapping, so every request is processing through my application.
I noticed an odd problem when developing a web site project on localhost using ASP.Net 4.0, IIS 7.0, and IE8.Postbacks do not wo开发者_开发百科rk after the page has been idle for a few seconds, like 3
When setting up asp.net error handlers for things like 404 errors, it is more \'efficient\' to do this in IIS, or handle it in the Global.asax Application_Error event? I know the latter will be called
I want to be able to add/update/delete rewrite rules from the web.config. Is th开发者_如何学Cis possible and are there any gotchas?You can use Global.asax to do routing. You can also write custom cla