Browse by Tags

24 May 2007
Running two different versions of ASP.NET on the same server
I just installed Orcas and was getting this error when running a performance test: Event Type: Error Event Source: ASP.NET 2.0.50727.0 Event Category: None Event ID: 1062 Date: 5/24/2007 Time: 11:11:12 AM User: N/A Description: It is not possible to run Read More...
2 Comments
Filed under: , ,
 
14 March 2007
Solution: WPF/e not showing up on new server deployment
I just deployed a new wpf/e control to a new server and found that I need to register the content types for xaml, etc. You will find the configuration steps here: http://msdn2.microsoft.com/en-us/library/ms752346.aspx Read More...
0 Comments
Filed under: , ,
 
26 February 2007
Solution to externally referenced config file caching: restartOnExternalChanges
If you are referencing an external configuration file in your web application and are caching that access, then look at using the restartOnExternalChanges config attribute to restart the domain on config change. More info here: http://msdn2.microsoft.com/en-us/library/ms228057(VS.80).asp Read More...
1 Comments
Filed under: , ,
 
13 November 2006
Page Cannot Be Displayed error in IIS
The "page cannot be displayed" issue in IE could be many things. First turn off the Show Friendly Error Message option in IE. Then check event viewer. And if all else fails recreate the website in IIS. Read More...
0 Comments
Filed under: ,
 
09 November 2006
Commerce Server/IIS: File or assembly name Microsoft.CatalogServer, or one of its dependencies, was not found.
This typically means that you need to configure your site to use v2.0 of the .NET framework. aspnet_regiis -i is one way, another is to manually switch to 2.0 in the ASP.NET tab of the sites IIS property window. Server Error in '/CatalogWebService' Application. Read More...
2 Comments
Filed under: , ,
 
Page view tracker