[newbie] 'aspnet_compiler' is not recognized as an internal or external command [modified]
-
I was following a step by step in order to pre-compile an application. However I noted that the aspnet_compiler is within the v2.50727 folder not the v3.5 folder, as I would have expected.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_compiler -p C:\Inetpub\wwwr
oot\Blog -v / c:\Deploy -u
Utility to precompile an ASP.NET application
Copyright (C) Microsoft Corporation. All rights reserved.C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>
As a matter of fact it is noted that 1. Banner in the master page is not being rendered with this pre-compilated page2 See http://cid-b712073b3513eb8e.skydrive.live.com/self.aspx/.Public/Blog-anomaly.docx[^] The uploaded and compiled website looks like this: http://aspspider.info/jon80/Default.aspx[^] NOTE: Every now and then loading the website gives an error: Service not available. Anyone encountered similar issues? Ideas?? :confused: Related links http://msdn.microsoft.com/en-us/library/ms227976.aspx[^]
Jon
modified on Saturday, May 9, 2009 9:23 AM