ASP.NET: Failed to execute request because the App-Domain could not be...
We have an ASP.NET Web Form Application written in .NET 3.5 framework. This application has been evolved for over 10 years now and is a mature application. It has been implemented across a number of...
View Article.NET Framework support on Server 2012 R2
I work for an organization that has several applications on a Windows 2003 server. I don't manage the individual applications but I do manage the server itself. Since this role is somewhat new to me, I...
View ArticleThe configuration section 'system.web.extensions' cannot be read because it...
My system: I have installed Windows 7, VS2010 and .NET40 and ASPAJAXExtSetup.msi I used to work with vs2008 and .NET3.5, after installing VS2010 I upgraded to .NET40. I dont think that is the issue...
View ArticleSession is getting kicked before Session time-out.
Hi,We have a scenario in my asp.net application, where my website auto-saves the form every 5 minutes through JS. Now, my testing has pointed-out an issue where when the application is left idle for...
View ArticleRead IIS site name/ID during ASP.NET application_start event
This applies to IIS7+ in Integrated mode.Is it possible for ASP.Net applications to read the IIS website name and/or ID value during theapplication_start event? Please note I am not looking for...
View ArticleSERVER_PROTOCOL on IIS 10 not returning HTTP/2.0
IIS 10 does not correctly set the server protocol when an HTTP/2.0 request is received.Using ASP.NET and HttpContext.Request.ServerVariables["SERVER_PROTOCOL"] returns "HTTP/1.1."This is annoying when...
View ArticleASP.NET application initialization is failing on Server 2016/IIS 10
I have no idea if this is the correct place to post this, but we're trying to run our application on Server 2016 and all of our app pools are failing to start. This is the error found in the event...
View ArticleASP.NET WEB API works fine in IIS 7 and IIS7.5, but have a fixed delay in IIS...
i have a simple webapi. It only makes a getasync call to a third party WS(in the code i put a dummy WS that you can try).[HttpGet] public async Task<List<string>> DemoStack() {...
View Articleasp.net 4 under iis 8.5
Hellounder my application pools I see:.NET v2.0 .NET 2.0 Classic .NET v4.5 .NET v4.5 Classicshould I see ASP pools ?under add and remove windows features its ASP.NET 3.5 and 4.5 are installed. did...
View ArticleSignalR web applications Working processes problem in IIS 7.5
Hi everyone.In my company we have many web applications on a web server. Recently we developed a Chat module to this applications using SignalR. But a strange problem occured on these applications. In...
View ArticleIIS 8.5 not compress html content for MVC
because MVC's url like /product/view/1IIS 8 is ok when use static compressionbut IIS 8.5 not think they are static content and not compressed
View Article.NET Framework for Website (NOT Webapplicatoin)
How do I change the .NET Framework for a ASP.NET Web site?Currently I have all 4.6.1 aka (394271) https://msdn.microsoft.com/en-us/library/hh925568(v=vs.110).aspxHowever, when writing out to a...
View ArticleRDP Apps Deployment dosen´t work - ASP .NET Error
HelloI got in my Win Server 2012R2 the issue that the RemoteApp deployment won´t work.Download of the Webfeed.aspx File works! If I want to add the RemoteApps manually trough the Control Panel i get an...
View ArticleOdd 'The resource cannot be found' error
I have a UAT server and two Prod servers (2012 r2) that are not yet live but all have been working fine. In the past month or so (not sure quite when) they have starting giving the following error for...
View ArticleURL Rewrite - HTTPS to HTTP
My site is ASP.Net framework 2.0 on IIS 7.5. It is non-ssl site with all pages working on HTTP.Suddenly it is observed that with latest IE11 update, site is being redirected to HTTPS automatically. On...
View ArticleNew ASP.NET with oracle ODP.NET only connects with admin login
noob on iis and asp.net C# mvc5 with oracle ODP.NET managed driver....worked thru many problems but now site works locally on my newly created iis on spare workstation with iis 6.1 with either user or...
View ArticleIIS8 Application Initialization not working after first init
I am trying to get application initialization working on Win Server 2012R2 DC and IIS8, for an ASP.NET WebApi. I have followed these...
View ArticleCannot do async await from a website running in IIS 10
I have a website where we have created a client to consume responses from a web.api from the server side using the below code. If I run that code on my machine I can see that the request goes out...
View Articleiis looking for asp.net file reference in the wrong place!
I have an asp.net web application which has been deployed for *years* with no problem.At first, it was deployed by hand, then by scripts in CruiseControlRecently, we changed the deployment tool to...
View ArticleProblem binding an SSL Cert with SNI enabled to support multiple SSL certs on...
I'm having a strange issue with IIS8.5 on Windows 2012 Server trying to select a wildcard SSL cert for site bindings with SNI flag enabled. Earlier I had a single SSL certificate to be selected for...
View Article