iis6

Problem add site to IIS6

I have installed IIS6 in my pc that have the OS in XP. I have installed - IIS6 Manager, - IIS6 Resource Kit Tools I can open: Start>Control Panel>Administrative Tools>Internet Information Services (IIS6) Manager , But I cant add new site in IIS, I can't see the wwwroots site. In the right click in Internet Information Services I can ...

Programmatic check if the IIS6 compatibility role is enabled/disabled in IIS7

How can I check with C# if the IIS6 compatibility role is enabled/disabled on IIS7 ? ...

Redirects or Host Headers for domain names & WWW

If you web site address is: http://www.example.org should you set up an IIS web site for http://example.org with a permanent redirect to the www address or simply add the second Url as a host header? If you where to add the host header would that affect SEO? ...

Default document on GoDaddy when using UrlRewriter.net

I've got an Asp.net site set up on GoDaddy which is using UrlRewriter.net (not to be confused with UrlRewriting.net) to enable url rewriting which seems to be working ok, though I had to set IIS to run in IIS6 mode, rather than IIS7. The problem I have is that my default document is 'virtual' so while it's possible to browse to mydomain...

The worker processcalls OpenSubKey but returns null by accessing Remote Registry service.

My web server is deployed in IIS 6. The web server starts the Remote Registry service in the remote machine successfully by creating a process to run some remote operation commands. This first line runs successfully. But the second line returns null. #1 RegistryKey remoteRegKey = RegistryKey.OpenRemoteBaseKey(RegistryHive.LocalMachine...

How do I set the Execute Permissions for an IIS6 website with Powershell using WMI?

In inetmgr you can set the property I desire by going to Home Directory -> Application Settings -> Execute Permissions -> and setting the drop down to 'Scripts Only'. I'm trying to replicate this behavior in Powershell. The Target OS is Windows Server 2003 running IIS6. Currently I have this simple code to get the site: $Site = get-wmi...

GD DLL installation

I'm using the JpGraph library(PHP graphing Lib). I'm getting the foll error: "JpGraph Error Your PHP installation does not seem to have the required GD 2.x library enabled. Please see the PHP documentation, "Image" section. Make sure that "php_gd2.dll" statement is uncomment in the [modules] section in the php.ini file" I uncommented t...

Redirect issues

Whoever wrote the navigation for the site I’m currently working on (classic asp) points the navigation links to a folder, then inside to folder has an index.asp file, so the urls will look something like this www.mysite.com/myfolder/mysubfolder Now, when watch the page load using httpfox, I notice that the first entry is a 302 redirect ...

IIS6 throws error for jquery.

Hi, on my master page, I have referenced jquery file. I am doing simple hover function. When mouse hover, I change the css and when hover out, change the css back to originial. Nothing fancy. but my page throws jquery error when I run in IIS6 on server 2003. When I run on IIS5.1 on local xp machine, it works perfectly fine. Any idea? I ...

Authentication settings in IIS Manager versus web.config versus system.serviceModel

I have a WCF web service, and I want to use Basic authentication. I am getting lost in the authentication options: In IIS 6 Manager, I can go in to the properties of the web site and set authentication options. In the web site's web.config file, under system.web, there is an <authentication mode="Windows"/> tag In the web site's web.co...

Http Error 12031 when calling a Web Service Method in Web Farm Environment

Hi All, Currently we have an ASP.NET application running on 3 web servers (in a webfarm). We have an ASMX Webservice with ScriptService enabled, and we used it with ScriptManager in some of our ASPX pages and invoked some methods using javascript (with Microsoft Ajax Framework). Our problem is that when more than 1 servers are running...

How to export Configuration of each IIS 6 Web Site using WMI

Hi all, I need to export the WebSite Configuration (MetaBase) from IIS6 for a whole server, but I need each web site configuration to be saved separately. The result should be the same that can be obtained by right clicking on each Web Site in IIS Snap-in and selecting All Tasks->Save Configuration to a File. My idea is quite simple: 1- ...

Problem with creation of scheduled task from IIS6 on SR2003

Hi, I am writing a webapplication using .NET. The webapp creates scheduled tasks using the System.Diagnostics.Process class, calling SCHTASKS.EXE with parameters. I have changed the identity on the app pool, to a specific domain user. The domain-user is local administrator on all the four webservers. From webserver01 I am creating tas...

How to Redirect ot my asp.net intranet website from current JSP(java) Site

Hi, I wants to redirect to my asp.net intranet website from current JSP (java) site by putting a url in my current in java site hosted under tomcat Any suggestion really appreciated. ...

Clean install of IIS 6 on Windows Server 2003 ignoring 'web.config'?

Hi, Any help with this would be really appreciated! As the title suggests, I'm running a brand new install of Windows Server 2003 and IIS 6 and I'm basically attempting to mirror a live web server onto a new internal development server, which runs the same setup. It's an ASP.NET site that relies heavily on URL rewriting (using Intelli...

File Security (IP address access restrictions) in IIS7

I have a web service that contains 2 asmx files (public.asmx and private.asmx). On IIS6 I could go to the properties of private.asmx then, from the 'File Security' tab, deny all computers access except the IP address for localhost. In IIS7 I only seem to be able to do this for an entire folder. What am I missing? ...

MVC 2 with IIS 6 Problems

Hey guys, I'm using IIS 6 on a Windows 2003 Server and I am trying to get an MVC2 project installed on that machine. I am having nightmare-ish problems doing so! I've looked up TONS of references on what to do, and not 1 single one works. (They work for MVC1 projects, as I have a few of those running already using said solutions). Does...

MSDeploy migrate only configuration from IIS 6 to 7

We have 19 websites, many of which have many "virtual" directories, on a IIS 6 server. I am trying to migrate the whole thing over to IIS 7 on a different server. Following the instructions on http://learn.iis.net/page.aspx/427/migrate-a-web-site-from-iis-60-to-iis-70/ I attempted the following command line execution: msdeploy -verb:s...

iis6 - how find, what load it hights?

I have iis6 server. one site on its own pool. i see 90% load in task manager. site has big hits from internet. code is ok - its optimised very well. so, is there a method to see, what func or call load its hights? p.s.: log files are not so informative... ...

IIS7 GrantByDefault

I have an application (written in c#) that allow me to set IIS to allow or deny access to a website from all ip addresses. The application works fine for IIS6 however it does not work with IIS 7 (even with IIS 6 WMI Compatibility installed). heres the code (basically) Type typ = this.Entry.Properties[IIsWebDirectoryProperty.IPSecurity]...