AppDomain.CurrentDomain.UnhandledException does not get called
I have a WCF service that has the following code in Global.asax:
I have a WCF service that has the following code in Global.asax:
As we know that a virtual direcoty can be linked to a folder with a diffrent name, how can I get the physical path of a virtual directory ?
How to respect “Serve static content from a cookieless domain” page speed rule in IIS6?
I’m using Visual Studio 2015 to publish my ASP.NET Core app to IIS 7.5. All I’m trying to do is view a normal default.htm page within my wwwroot. Everything works fine when I use VS’s IIS Express, however when I publish is to IIS 7.5 and point the physical path to the wwwroot folder that Visual Studio created on publish, I get nothing but a blank screen (404). What’s weird is when I run the default app.run method from within the Configure method of startup.cs, it works perfectly:
When uploading a new DLL for a large web application (dll is around 1mb) IIS throws an error because the DLL is ‘in-use’, meaning the website is down while the DLL is being uploaded. Is there a way to stop this behaviour?
I have a big problem. There are devices in live that send the URL “/updates “. It’s a typo of the developer for those devices. In the server logs, it looks like “/updates+”.
Is it possible to restart server from ASP.NET application that is hosted by LocalSystem or LocalService account? This is working when I create custom administrative account and put AppPool to run under that account:
I’m from PHP background. I used to use Apache, MySQL and PHP for web development.
I’m just starting asp.net mvc.
I have an Asynchronus IHttpHandler in ASP.net and I am seeing this exception error in my ELMAH capture.
We have a swf file that we want to secure and make available only to authorized users.