Using IIS 6 on XP Server ’03, using WP 3.2.1, when I attempt to use the auto-update for my plugins, I receive this message: The update process is starting....
I just discovered why all ASP.Net websites are slow, and I am trying to work out what to do about it
I just discovered that every request in an ASP.Net web application gets a Session lock at the beginning of a request, and then releases it at the end of...
“The page you are requesting cannot be served because of the extension configuration.” error message
I’m getting this error message when trying to run my application. I don’t know how to fix it: HTTP Error 404.3 – Not Found The page you are requesting...
Under Windows Server 2008 with ASP.NET 4.0 installed there is a whole slew of related user accounts, and I can’t understand which one is which, how to they differ,...
I have a web project in my solution file that is “unavailable” when I open the solution. When I right-click on the web project and reload the project, I...
I have a project that requires my URLs have dots in the path. For example I may have a URL such as www.example.com/people/michael.phelps URLs with the dot generate a...
Traditionally I use custom domains with my localhost development server. Something along the lines of: dev.example.com dev.api.example.com This has provided me a ton of flexibility when working with external...
How can I quickly determine what the root URL is for my ASP.NET MVC application? I.e., if IIS is set to serve my application at http://example.com/foo/bar, then I’d like...
I have an asp.net MVC 4 solution. When I try to open it using Visual studio 2012, I get following error: Microsoft Visual Studio Configuring Web https://localhost: for ASP.NET...
Ok, what I have: Visual Studio 2010 RC, W7 x64, started a new project type of Silverlight application. Hosting the Silverlight application in a ASP.NET Web Application Project. Silverlight...