iis

sharepoint 2003 Faulting application w3wp.exe after installing SP3

Hi there I upgraded our sharepoint 2003 to SP3 and applied post sp3 hotfixes to both SPS and WSS. Now I have a random problem. When I launch sharepoint I get an error message An unexpected error has occurred. Web Parts Maintenance Page: If you have permission, you can use this page to temporarily disable Web Parts or remove personal ...

Is there a way for IIS6 to do http and https together in the same site?

The site needs to be accessible both from HTTP and HTTPS (in case the client wants the form submissions to be secure or not) The site is hosted in IIS6 and ideally I'd like to be able to just have one website in there and it can handle both http and https..is this possible? alternatively i was thinking maybe creating a "secure" subdire...

generating Excel file error

Hello everyone, I am using the following code in classic ASP to generate Excel file, the code is simple and it works. I run the code under IIS 7.0 on Windows Vista x86. Two issues, there is a weird warning box, here is the screen snapshot http://i27.tinypic.com/2n81udw.jpg All cells' background is white, no border of each cell sho...

configuring asp.net to start a method before each application start on IIS

hi all. how I Can Configure IIS to start a method (I define it) before starting each asp.net's application on it? i just want to do someting with IIS (not each application) so that any application that starts on Server executes a method that i Defined it. in fact i want to create a threat that do something. for example i can create this...

Installing PHP in IIS 5.1

I know there have been some similar questions to this, but they haven't helped me. I'm trying to install Wordpress 2.8.4 on my XP box, with IIS 5.1. I installed MySQL, and found that it was possible to install Wordpress through the Microsoft Web Platform Installer. After installing Wordpress (the install worked fine), I proceeded to the...

How can I use my local iis and mvc to work together?

I have started a new mvc project and clicked on project\properties\web - use local IIS server (mine is 5.1). I've created a virtual directory all ok. When I run I get a 403 error - in url http://localhost/myProjectName/ I have set IIS to windows integrated security and set web.config to windows. My ultimate goal is to use mixed win...

How to Implement URL Routing with PHP + IIS?

I wrote a content switcher script that uses dynamic URLs to pass parameters indicating what data is to be sent. For example to view the about page you would type: http://www.example.com/?page=about The issue is that this is not user friendly especially in my case where users will not necessarily be accessing this page via a link from t...

ASP.NET application: AJAX PageMethods returning internal server error about "index.php" on Production Server Only

I have an ASP.NET application running on two almost identical Virtual Windows Server 2003. The first one is my develop and test server. I have installed the .NET WebExtensions for Framework 2.0 there and the application runs well. Now I tried to publish the same application on a second server (lets call him the production server) and als...

Using Kerberos & LDAP

How do I implement Integrated windows authentication using ASP.Net kerberos protocol & LDAP in IIS? ...

301 redirects with Joomla on IIS

Hello, I'm running Joomla on IIS. I've got about a dozen categories (financial newsletter publishers) that I'm using to organize about 40 articles (financial newsletters). I'm using the joomla built-in SEO so the URL's look like this: http://www.global-autotrading.com/autotraded-newsletters/13-angel-publishing/43-options-trading-pit.ht...

Where session's are stored in IIS 6.0

By default when a user opens a website he is assigned a unique session that remains intact with him while he is surfing the site. I remember in apache this session is stored as text file on server. Can any one let me know how autogenerated seesion are stored in IIS and the path where i can see all the seesions of existing users. ...

IIS SMTP remote domain smart host never sends

I'm not a novice but sure feel like one, Using IIS SMTP, I'm unable to get the smart host for a remote domain to send email. Instead it always wants to send it from the IIS server unless I turn on smart host for entire SMTP IIS server in the properties. No matter what settings I put in the remote domain settings, it never uses those ...

Stream AVI file from memory using IIS/Asp.Net

I have some AVI files on disk but they are encrypted. I'm wondering if there is a way I can decrypt them and stream them to the browser (using MemoryStream or something similar) without having to write any files? I know there is Windows Media Services but I'm using a Vista machine and Windows Media Services will only install in Windows ...

Where are store SessionID on the client

I have a web site in ASP 3.0. This web site initialize authentication by session on the server, and retreive the id of the user in the session. A multiple clients access to the web site with no problem. Some of them lost there session. I think is due to a client configuration with the sessionID token or someting like that. Could some b...

WCF MSMQ binding with an IIS service - how to instantiate the service?

I have a WCF service with netMsmqBinding. My client can send messages to my queue, and when the service is running it retrieves messages from the queue as expected. If the service is not running, messages received are queued until the service starts. My problem is that the service does not start when a message hits the queue. The ser...

WCF binding -wsHttpBinding uses a session?

In a previous thread one of the respondents said that using wsHttpBinding used a session. Since I'm working in a clustered IIS environment, should I disable this? As far as I know, sessions don't work in a cluster. If I need to disable this, how do I go about it? ...

Is there a way to restrict access to an ASMX Webservice, i.e. the asmx page and its WSDL?

I have a C# .net webservice that I need to restrict access to. I already require my consumers to use a username and password to call the service. But, is there a way to restrict access to the actual asmx page and the WSDL? I would need to restrict access to the webservice by username/password and IP address. If a user did not have th...

What causes an HTTP 405 "invalid method (HTTP verb)" error when POSTing a form to PHP on IIS?

I have one form in a PHP (5.2.9-1) application that causes IIS (Microsoft-IIS/6.0) to throw the following error when POSTed: The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access. It's an HTTP 405 status code. All other forms in the application work, so I believe that the ...

Find web.config location

Given virtual directory and port can you find the actual path of a web application? I can get the virtual directory and port via a visual studio setup project, and I'd like to make some modification to the web.config file after install (using a custom action). ...

Enumerating Application Pools in IIS

Hello, I am wondering if there is a way to enumerate the collection of applications pools (not the applications in a given pool - but the pools themselves) on the local IIS server using ASP.net 3.5 without the use of WMI, and if so can someone provide a link or example to how this is done? (I forgot to add the IIS version is 6.0). ...