Parsing AD Users
Hello.. I'm running log parser to query our AD, grab just the users and import them into SQL; I'm using this so it'll automate our Employee Database webpage. This is working fine for all but one of our...
View ArticleIIS Express + MVC 3 App
Hello,I have a problem where I load a website from VS2010 through IIS Express and I get the typical IIS landing with IIS welcome image. The application default route its being ignore because if I enter...
View ArticleWebsite loses formatting in IIS Express
I have a website which looks fine in Blend for Visual Studio 2012 Development Server, but when I run it in VS2012/IIS Express it loses formatting and images. It also looks fine when published.
View ArticlePHP parsing errors in WebMatrix 2
Hi, I'm not able to get parsing errors dispayed in the browser using PHP 5.4 and IIS 7.5 express in Webmatrix 2.. This is even after making error_reporting = E_ALL and display_errors = On Only a blank...
View ArticleTemplate creation failed
When I try to open any of the templates I get this message: Template creation failed. The message is: There was an error creating site 'Empty Site7'. Invalid index. (Exception from HRESULT: 0x80070585)...
View ArticleModule logging fields missing
hi, This question might be stupid, cause I can't find any similar problem neither on google nor here. I guess I probably miss something to enable fields of source type "Module" to be correctly...
View ArticleOctober 2012 IIS Community Newsletter is published
http://www.iisnewsletter.com/archive/october2012.html
View ArticleProblem with .xls and .xlsx prompting 3 or more times from windows 7 to a...
Getting prompted 3 or more times trying to access .xls or .xlsx from a webpage. running NTLM authentication. after 2 or 3 prompts and keying in CaC pin the process just stops, no spreadsheet is...
View ArticleClient certificate in CERT_COOKIE
In IIS a server variable called "CERT_COOKIE" is available to be read. The description of this is: "The CERT_COOKIE server variable is a unique identifier for a client certificate." Not much info is...
View ArticleIIS 7.5 Error 403.7 - Forbidden
I'm a real beginner here, but somehow the help articles haven't, well, helped. "The page you are attempting to access requires your browser to have a Secure Sockets Layer (SSL) client certificate that...
View ArticleIIS 6.0 with .NET v 1.1,2.0,4.0 Possible?
Can you have 1.1,2.0,4.0 on the same server ? I have an app written in 2.0 that works fine, if i even SIMPLY install 4.0 and you try to start the site the app pool dies. I installed 4.0 with the...
View ArticlePrivilegedExe has stopped working - Error on startup
When I try to open a file associated with WebMatrix I get the following error: PrivilegedExe has stopped working. How can I fix this issue? Thank you!
View ArticleMSDeploy v3 - xpath-based default parameter values doesn't appear to work
According to the documentation page Parameterization improvements in Web Deploy V3, XmlFile parameter values can be given a defaultValue that infers the value from an existing xml file. The following...
View ArticleUnable to download the product list from . Check your network connection and...
This problem raises when I connect through proxy internet connection setting in IE. This is not fixed my Microsoft many year now. Online activation, Web Installer, etc will not work when we connect...
View ArticleWhy is IIS blocking a website I am trying to access
I frequently look at www.thereligionofpeace.com but for some reason, today, IIS is blocking it. Why?
View ArticleUnable to display username from windows authentication
Hello, I have a windows authentication, and I am required to display the username. It works for my ASP.NET when I use this code: protected void Page_Load(object sender, EventArgs e) { string userName =...
View ArticleThe configuration section 'system.web.extensions' cannot be read because it...
set-WebConfigurationProperty -filter /system.WebServer/security/authentication/digestAuthentication -location $sitedir -PSPath "IIS:\" -name enabled -value false -ErrorVariable err -ErrorAction...
View ArticleHow to Update Appsettings in web.config file?
Hi, I am publishing a Website(Not Web application) using web deploy tool. I am getting package.zip,Package.deploy.cmd, and Package.SetParameters.xml as an output. I am able to update only database...
View ArticleIIS and memorymappedfiles
dear IIS experts, I have developed an application using Visual Studio 2012 that stores data in memorymappedfiles. All works fine. I am now developing a solution that exposes part of the data through a...
View ArticleRequest Filtering not Filtering Verb Request
I'm trying to filter out two verbs (OPTIONS and PROPFIND) to prevent an issue with Office asking for credentials when attempting to open an Office document...
View Article