iis webservice timeout
iis webservice is throwing the timeout error everytime the service is hit but is processing the same request a few seconds later. I am wondering why it's throwing the timeout error initially and then...
View ArticleEditing Web.Config with IIS Manager
I am trying to use IIS Manager to edit my web.config files rather than edit them directly in a text editor. (I have found it way too easy to totally screw up a web.config file with a text editor.)I see...
View ArticleProblem with 401 entry in httpErrors
I have a config file which has following for error handling page in my web form asp.net 4.0 application.<httpErrors errorMode="Custom" existingResponse="Replace"><remove statusCode="401"...
View ArticlePlease help a newbie - HTTP Error 500.19 0x80070021
Hi,Let me start by saying that I am not a web expert in any sense and I need some clarification on a web.config configuration/locking problem that I am having in order to persude my hosting company...
View Articleiisexpress.exe: Managed (v4.0.30319)' has exited with code -1073741816...
Between 10 an 20 times a day when running my MVC 4 app in deebug from VS 2012 my IIS Express will throw an error. While the app is being loaded into the browser it suddenly throw the below error and...
View ArticleIIS 7.5 Secure Communication Error - The underlying connection was closed:...
We are experiencing the following error when trying to use an external web service from our application deploy under IIS 7.5.Error - The underlying connection was closed: Could not establish secure...
View ArticleWebapi on local IIS8 only accessible from machines in LAN, not externally
Hi,I have deployed a webapi on my local IIS8. The webapi gets data from my local SQL Server 2012 and returns XML. When I run it on localhost (http://localhost/api/matches/) it works fine. I can also...
View ArticleShould we separately install IIS after VS 2012 or can we use IIS Express...
<div class="content-container">HTTP Error 403.14 - ForbiddenThe Web server is configured to not list the contents of this directory.I get the above error after installing the VS 2012 and running...
View Articlecreate new file after click event for video capturing using web cam
I want to make new file when ever user click button, but when ever I click it start over write previous file rather than creating new file.. helpprivate void buttonStartRecording_Click(object sender,...
View Articlebest way to backup sites
Hi,If running IIS with several websites, ie wordpress and ASP, can windows backup be used to backup the sites including all database filesfor the wordpress? Would the site need to be stopped before...
View ArticleWebDeploy fails after AppFabric 1.1 setup
Hi!We deploy one of our projects by webdeploy 3.5. We noticed that after installing AppFabric 1.1 we get an error when deploying:An error occurred when the request was processed on the remote...
View Articlemstsc.exe present in .cshtml file is not working when application is hosted...
Hi -I have a mstsc code in .cshtml below:@{ var Name = ""; var Employee_ID = ""; var Team = ""; var Laptop = ""; var Desktop1 = ""; var DesktopMonitor1 = ""; var Desktop2 = "";...
View ArticlePrevent Direct URL Access of Files
I have an IIS7/PHP/MySQL website that employs a user login to gain access to different areas of the site. There are some files contained wihtin the site that can be accessed directly without logging in...
View ArticleDeploying published Web app to IISExpress
I am trying to deploy a published Web app to IIS Express. But everytime I try to run the site from the Browser it returns Internet Explorer cannot display web page. It does this even when I start...
View ArticleIIS 7.5 not providing Cert_Subject
This thread http://forums.iis.net/t/1190137.aspx?IIS+7+5+CERT_SUBJECT raised questions on why Cert_Subject was coming up empty in IIS 7.5. However it was never answered. I questioned the OP to see if...
View ArticleVisual Studio 2012 Update 4 broke IIS Express' ability to require client...
I had my IIS Express configured as specified on this page http://jasonrshaver.com/?tag=/Client+Certificates . This allowed me to run my application in SSL for the 11 months from June 2013 all the way...
View ArticleIIS 7.5 CERT_SUBJECT
I'm trying to figure out why the CERT_SUBJECT variable is populated on a IIS 7 server but is empty on a 7.5 server? Anyone know why this would be?Thanks
View ArticleIIS SMTP relay server hardware sizing
Hi all,i got a new requirement from management to do sizing for IIS7/SMTP relay server in windows server 2008 r2.have the following detail(1) we will use IIS 7/SMTP relay in windows server 2008 r2 to...
View ArticleRequest is not available in this context
I cannot get the site to work, works fine on local, but once I web deploy it I get the error below.Exception Details: System.Web.HttpException: Request is not available in this contextStack Trace:...
View ArticleRedirection from http to https is not working
Hi guys,So I found this guide http://www.jppinto.com/2009/04/automatically-redirect-http-requests-to-https-iis-7/ and I did everything exactly as it is there, but redirection is not working at all, I...
View Article