IIS

There are 2 entries for the tag IIS
Running 64-bit Binary References in Visual Studio

Technorati Tags: IIS,Visual Studio,ASP.NET I had an issue where we wanted to start including the 64-bit assemblies to our WAP project replacing the 32-bit references.  I was getting errors during runtime stating that it could not find the 64-bit assemblies when trying to run the web site on my local Vista 64-bit PC.  Yet if we added the 32-bit assemblies to the web project instead and then deployed to our 64-bit Server 2008 Development Server and then copied back over the 64-bit assemblies into the bin of our web project, the site ran fine. There is one little...

posted @ Monday, August 24, 2009 9:02 PM | Feedback (1)

404 Error When Running Web Applications in IIS 7

Technorati Tags: IIS,Visual Studio Today I was getting an annoying 404 (page not found) on any Application in IIS 7 I created.  I was trying to run our .NET 3.5 web application project and I knew everything was setup right in terms of configuring the site in the IIS Manager.  I looked at my hosts file, everything I could think of. I’d create an Application (right-click the default web site in IIS 7 and choose Create Application) manually as well as tried to create one through VS 2008 (in the web project properties, go to Web tab and...

posted @ Monday, August 24, 2009 8:43 PM | Feedback (0)