Archives by Tag 'IIS'
WCF WSDL & xsd:import schemaLocations link to local machine name not domain name while hosted in IIS
By admin - Last updated: Saturday, February 21, 2009
When WCF svc web services hosted in IIS, the links within WSDL for xsd schemaLocations uses local machine name, the will cause issues when 3rd parties try to obtain the complete WSDL reference from the server unless they modify the main WSDL file to change those schemaLocations links to use domain name for the xsd:import. [...]
Could not load file or assembly ‘App_Web
By admin - Last updated: Monday, January 19, 2009
The error I had was
Could not load file or assembly ‘App_Web_dos8lyc_, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’ or one of its dependencies. The system cannot find the file specified.
The quick fix is to delete all the files under
C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
Haven’t tried any official hotfix yet.
