How to code Request Queue Length
Hi all Expert,i want to code Request Queue Length so that i can control how many request is allows for web application.I've found this link...
View Articleweb form options
In a C#.net 2010 web form application, I have run a rebuild on the web deployment project on a test report server and everything works fine. However when I run a website site publish so the web form...
View ArticleUnable to find the requested .Net Framework Data Provider. It may not be...
Hi I have my system running in Dev server however in my Prod server I'm facing this error "Unable to find the requested .Net Framework Data Provider. It may not be installed. "[ArgumentException:...
View ArticleBlocking Certain Page Requests e.g. www.domain.com/wp-login.php
Hi,I don't know if this is a big deal or not but I get various semi-malicious page requests such as www.domain.com/wp-login.php, etcIs there any way I can block them at the initial point they arrive...
View Articleiis configuration
I have ip address and dns name registered. for ex : www.domain.com I have added v1.domain.com in binding but it is throwing the following error This site can’t be reachedv1.domain.com’s server DNS...
View Articleiis 6 to iis 8 import/export apppool and sites
hello all,i have a old server called A with iis6 and windows 2003i have a new server called B with iis8 and windows server 2012now, i have to create app pools, sites as like in A to B server. Way 1i...
View ArticleRookie to Deployment required help
I create a website on my pc using Visual Studio and Install IIS from Add or Remove Feature. Now, How can i access my website from my PC to any device connect with the same network of laptop.Thank...
View Articleimport virtual directories under site
Hello All,My old server IIS 6 wtih Windows 2003, has a site with more than 50 virtual directories. Now, i want to move them into New Windows 2012 server. So, i exported the site as XML file from IIS6...
View ArticleWindows Application C#
Can someone tell me why a debug build moved to the machine that uses it works and not the release. I am used to MVC so the difference with the exe etc...I cleaned, build in release and debug. I kept...
View ArticleDo Large Rewritemaps Impact on Performance
I have just hit the 250kb maximum size on my rewritemap.There are bout 1600 redirectsI could start another one but I am worried that this might impacting on the performance of my website.Any opinions?
View ArticleIIS URL Rewrite Rule
I have URL Rewrite rule in IIS 10 to enforce all http request to https this way and it works perfect.<rewrite><rules><rulename="HTTP/S to HTTPS...
View ArticleCould not create type Webservice error
Hi Guys,I've created a very simple webservice and its runs fine in my local development machine, but when deploying in IIS and running it online I get "Could not create type WebService"<%@...
View ArticleCan not log on locally to C:\inetpub\wwwroot\TrackingDesk as user ..... with...
I get the following error:Can not log on locally to C:\inetpub\wwwroot\TrackingDesk as usermol\aomran with virtual directory password.The mentioned Windows account mol\aomran is already have...
View ArticleDeployed MVC 5 app cannot find views
I have been getting this error:The view 'Index' or its master was not found or no view engine supports the searched locations. The following locations were searched: ~/Views/Home/Index.aspx...
View Articlegood patterns and practices about IIS
Hi mister,any good patterns and practices about IIS: WebSite, Applications, Virtual Directories, AppPool?aspnet 4.7.1 and IIS (Windows Server 2012 R2)Now, we have in a client 51 apps in Default Web...
View ArticleHow to Run a Single Page on different Apppool from Application but on same...
Hi,I have an application(Application1) and I have a webpage (MyPage.aspx),The whole application (Application1) is run on an Apppool(say Apppool1) and IISSite.I want to run Application1 on Apppool1 and...
View ArticleLINQ to Entity & Application Deployment
DearsI have an application that runs using LINQ to Entity and Oracle database server (which I'm not an admin on), I'm currently moving my application to production server but trying to test the new...
View ArticleReadOnly files in asp.net temp folder causes repeated errors
I've gotten this occasionally on our test server (and the solution generally has been - delete temp folders, iis reset, and/or aspnet_regiis -I) however on our dev boxes were now getting this all the...
View ArticleError 500.19 web config
We are trying to move a web app from a Windows 2008 server to a Windows 2016 server and we are getting the following error when trying to run the app. The error appears to be happening on the...
View Articlesystem.web.extensions could not be loaded ... .NET 3.5
I saw a few other threads on this but some were locked, though it better to start a fresh thread. I solve this issue but would like to understand what was happening --Working with an old ASP.NET app...
View Article