iis

Hi, i am getting this error when any wcf service is called from a WCF service running as windows service

Error Faulting application inetinfo.exe, version 5.1.2600.5512, faulting module webengine.dll, version 2.0.50727.3082, fault address 0x0002d640. help !! ...

IIS .net application, possible to host a .vb file inside a c# app?

I have an application that I've set default language to c#, is it possible to run a .vb class inside of this IIS application? ...

IIS Page cannot be found error

I have an IIS site setup to allow browsing, in a certain subfolder I have some files with .zfo extension. When I browse using IIS - I can see the file name - but when I click the file I get a 404 file not found exception, any ideas why IIS won't see this file? ...

How does the IIS 7 / ASP.Net pipeline work?

From an HTTP request all the way to my files (like .asmx)... what are modules, handlers, app pools... etc... I don't want to ready a chapter about it. Just a summary paragraph. ...

Why does FileSystemWatcher reset our website sessions?

We have an ASP.NET 2.0 website with an advanced configuration that is not catered for by a standard Web.config. Instead we're storing the config in our own Xml schema in the /bin/ folder, and we have a singleton object which caches this config and uses a FileSystemWatcher to detect updates. This logic sits in a separate class library whi...

Default page is not working

ASP MVC 1.0 being hosted on IIS 6. I set up the wildcard filtering already. When the user visits the root of the site, the home view appears but the jquery is non functional when trying to ajax query Home/SummaryView If I browse to the actual view url /Home then every thing works. Works fine in VS with the ASP .Net dev server. ...

Creating dynamic RSS feed page in ASP.NET (C#) - do I need to do anything extra?

I wish to create a dynamic RSS feed to represent my site's content. Currently, I have an XML file where each main entry has data for location, date, and summary of a file. If I were to create this feed in ASP.NET, would I need to do anything extra, in terms of things other than just parsing the XML and outputting some RSS? For example, h...

css/images not showing when hosting ASP.NET MVC in IIS on Vista Home Premium

Hi all, my css and images are not showing when hosting ASP.NET MVC in IIS on Vista Home Premium. Works fine when hosting through Visual Studio. Pool is Integrated, static content is checked for IIS install, not sure what's going on. I'm trying to hit my site from Virtual PC to test in IE6. Prefereably I could test it from the host ma...

Static files (.js, .css) triggering ASP.NET pipeline.

In my ASP.NET MVC application the ASP.NET pipeline is being invoked for static files (such as css and javascript files). This shouldn't be happening, right? (I mean, what's the point in processing them?). Maybe I'm completely wrong here, and ASP.NET should be processing these files - If so please let me know! Otherwise, What's the be...

Debugging 500 Internal Server Error on PHP running on IIS7 cluster

Recently my ISP switched our website to an IIS7.0 high availibility cluster. The website is running on PHP5.2.1 and I can only upload files (so no registry tweaks). I had tested the website before and everything seemed to be working, but now the checkout page fails with: 500 - Internal server error. There is a problem with the resource...

Security a single view (MVC ASP.NET) with Windows authentication?

I'm trying to take away anonymous access to a single view of an MVC application. I tried to did this by going to the directory (i.e. /views/private) and removing anonymous authentication. This didn't help. What is the easiest way to do this? ...

Apache, IIS... Server Explanation for a newbie

Hi I'm a relatively new student in computer science university program. We're getting into web development now. So far, I've only used Visual Studio. Should I be learning how to work with Apache AND IIS? What is the difference? Can I use Visual Studio with Apache? If I download XAMPP, can I still use IIS on the same machine later on? ...

Anyone got IIS working reliably as a WCF client

I'm trying to get IIS6 to work reliably with a WCF service I have hosted in a separate Windows Service application on the same machine. Users connect to IIS via some HTTP exposed services, which is working fine, and then IIS needs to get some information from the Windows service to put in the HTTP response. I also need a callback channel...

Deploying .Net Web Service on Windows Server 2008 fails

I am trying to deploy a web service, written in VS2008 on a brand new Windows Server 2008. The same project was deployed successfully countless times on Windows Server 2003. I have tried deploying in two ways (both works on the older Windows Server 2003): Publish the project using Http directly to the IIS server. I receive the followi...

sharepoint website error 403

I just created a web application on Sharepoint and followed all the instructions as given. When i created web app, it created the Database on SQL and the new website on IIS. But when i goto browse that website, It gives me the following error - The website declined to show this webpage HTTP 403 Most likely causes: •This website req...

Constructing Active Directory entry using PowerShell works in IIS 6 but not IIS 7

The following line of PowerShell works with IIS 6 installed: $service = New-Object System.DirectoryServices.DirectoryEntry("IIS://localhost/W3SVC") However, with IIS 7 it throws the following error unless the IIS 6 Management Compatibility role service is installed: out-lineoutput : Exception retrieving member "ClassId2e4f51ef21dd47e...

Tuning a WCF File Server

I'm tuning a server and need some guidance. This server provides the following features: an ASPX page with a DB call that is downloaded approximately every 3 minutes by several thousand machines a simple ASP.NET admin web site used by a tiny number of people but that must be highly available a WCF service that provides file synchroniz...

section registered as allowDefinition='MachineToApplication' beyond application level

I am getting this error when I create a new folder, and upload files to it. I have an existing site that's built, but I don't want to add this to the site, but rather have it be an application all by itself. Any ideas? ...

How to configure IIS to host multiple websites?

Suppose there are a.com,b.com,how to host them both with the same IIS? EDIT It's not hello.domain.com and goodbye.domain.com,but two totally different domain names ...

Post Username & Password To Protected Folder/Site

I'm trying to post a username & password from an HTML form to a protected folder on a website? Is this possible? I thought I just pass in a syntax in the URL like the below but not having any success http://username%[email protected] I'm still getting the alert pop up asking for the username and password? I need to b...