I have a web site that allows users to select some checkbox settings, save them as reports in a database, and come back to run them at any time.
I have implemented the URL Routing in my projects I have followed the below article: URL Routing DEMO This URL Routing Demo works fine in my \"IIS 7.0 with a开发者_JS百科pplication pool asp.net 2.0 I
When using Directory services in IIS7, I am unable to get the invoke(method) to work with the app pool. It consistently returns the unknown name exception.
I\'m trying to detect when an ASP.NET application is recycling due to either the web.config file being modified or the IIS application pool being manually recycled.
I\'ve been trying to create a C# ASP.NET page which sits on a Windows Server 2003 IIS 6 server and when called (remotely), restarts/recycles a specific application pool on the server.
Application pools in IIS are recycled very frequently and I can\'t figure out why. I remember reading about a possible issue in IIS6 that meant you were forced to recycle but a quick search now turns
For reference, I orig开发者_C百科inally posted a version of this question on the Silverlight forum here:
I have a ASP.NET 4.0 application which connects to MSSQL through WCF and then Stored Procedure layers.
I have a very weird problem with one of my IIS application pool processes. Ive been getting a System.OutOfMemoryException error lately and ive been trying to figure out exactly what is going on. Basic
I am fairly new in asp.net development, so you can say that I have developed a poorly coded application that is giving me this error.