IIS
There are 2 entries for the tag
IIS
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...
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...