Powershell WebAdministration module: unlock section for physical path...
Environment: Windows 7 SP1, Server 2008 R2 SP1, Server 2012 R2, Powershell 3I have developed an installer using PowerShell for our suite of web applications. Depending on the environment, I am running...
View ArticleCannot access to corporate SQL Server database with integrated...
Intranet web page accessing to a corporate internal SQL Server database with integrated connection string and connect to the server with the user’s own network/domain id.Connection...
View Articlesimplifying the powershell script to add multiple application pools
Hi Guys,i have a power shell script that creates multiple application pools.$sitecms = 'cms.mac'$sitecmscontent = 'cms.mac.content'$username = 'username'$password = 'password'#App pool 1New-WebAppPool...
View ArticleBinding from Default Web Site to Virtual Application
Good Afternoon.Under the Default Website, I have a virtual application called "test". I created a host header called "test.domain.com" under the Default Web Site bindings and set "test.domain.com" up...
View ArticleIIS Certificate binding using C#
Hi,I am working with SSL certificate and want to bind the certificate using C# to 443 https port . I have code written to add certificate & bind this certificate to 443 port using C#. but the...
View ArticleRedirect based on URL
Hi all,Not sure if this is the right group to ask. But I think the answer of my question has to do with scripting.We have an ADFS setup running with one website (for example sts.company.com). ADFS has...
View ArticleVBScript not working in IE after hosting in IIS7.5
Hello,I have this code to set my network printer as my default printer when the user clicks on printer icon (a html button). This code works fine when i run the code locally using visual studio. After...
View ArticleHow to get WCF service working with IIS.
Hello mates. (Sprry for my bad English).I encountered some difficulties with WCF service publishing. A had all what i need to run (Bin folder, myservice.svc and web.config files), but it doesnt work. I...
View ArticleSystem.Web in Applicationhost.config not working anymore (IIS8.5)
We used to add the following section to our Applicationhost.config (IIS7). Unfortunately this does not work in IIS8 anymore. This seems like a bug.Section:<system.web><httpRuntime...
View ArticleCould not create SSL/TLS secure channel.
Win server 2008 R2.I have an internal site that needs to access a third party secure site using a certificate which has been supplied by them. At present all seems to work locally.When i set up the app...
View ArticleHTML file not displaying?
Hi, I'm doing a project as a technician and I'm configuring a web server in IIS 7. I did all the steps in the below video on how to configure an IIS 7 web server but when I type in the ipadress or...
View ArticleAdd a new host header
can someone hlep me with host headers i have default website with sites ( not sure what we call ) under that i would like to copy and have a diffrent host header , when i did i don't see bindings at...
View ArticleHow to add a assign to particular site
when we go on the top level we see Server Certificates . i want to add a different certificate here and assign to particular website only .is it possible ? how ?Thanks a lot !!
View ArticleThere is a duplicate 'system.web.extensions/scripting/scriptResourceHandler'...
We have tried to (manually) copy web sites from one server to a new one (from IIS 7.0 to IIS 8.5). However, a sub-application Default Web Site\ws is throwing the "There is a duplicate...
View ArticleIIS 7.5 configuration isolation
Hello everyone,Not sure if I have created this thread on the right forum. I have some queries on IIS 7.5 and applicationhost.config file. I have an asp.net application which runs under IIS 7.5. This...
View ArticleLooking for script to install multiple appool's multiple sites and content...
have lot of stuff in around can't fine something which can pick appools sites under default websites , website names and folder names and content within one script .any one came across ?Thanks !
View ArticleAdding serviceautostartprovider via code (in applicationHost.config) C#
I would like to know how to add serviceautostartprovider's entry in applicationHost.config file.I would like to register my custom Preload client. I know how to edit and register manually. But I need...
View ArticleIIS 7 configuration comparison
Our application deployed in IIS 7 environment and previously in IIS 6. After migrate from IIS 6 to IIS 7 the same application throws error in one server and it works fine on another. The code is...
View Articlemysql connection error
hii try to install xammp server and it is installed successfully but when i click on admin button it shows me error see image it shows me errorwhat should i do any help please
View ArticleCreate SSL binding and import certificate using Native or Java code
Hi,I need to import a certificate into the Windows certificate store, and create / modify an SSL binding for a particular IIS site to use this certificate. The certificate and private key are in PEM...
View Article