Precompile.axd returns error 404

  • Thread starter Thread starter Shimon Sim
  • Start date Start date
S

Shimon Sim

I tried to use Precompile.axd to compile my site but got HTTP404 (The
resource cannot be found) instead. I am running ASP.NET Version:2.0.50727.42
..
Any suggestions?
Thank you,
Shimon.
 
Hi Shimon,

As Scott has mentioned, the "Precompile.axc" extension is removed ever
since beta2 of .net framework 2.0, so currently to precompile ASP.NET 2.0
website application, we can use either the aspnet_compiler.exe commandline
tool or vs 2005 IDE...

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


--------------------
| From: Scott Allen <[email protected]>
| Subject: Re: Precompile.axd returns error 404
| Date: Mon, 23 Jan 2006 01:08:52 -0500
| Message-ID: <[email protected]>
| References: <#[email protected]>
| X-Newsreader: Forte Agent 1.8/32.548
| MIME-Version: 1.0
| Content-Type: text/plain; charset=us-ascii
| Content-Transfer-Encoding: 7bit
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: dyn-170-224-243.myactv.net 24.170.224.243
| Lines: 1
| Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTFEED02.phx.gbl!tornado.fa
stwebnet.it!tiscali!newsfeed1.ip.tiscali.net!nntp.eutelia.it!feeder.news.tin
it!207.46.248.18.MISMATCH!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP14.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:372799
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| On Sun, 22 Jan 2006 17:39:29 -0500, "Shimon Sim"
|
| >I tried to use Precompile.axd to compile my site but got HTTP404 (The
| >resource cannot be found) instead. I am running ASP.NET
Version:2.0.50727.42
| >.
|
| Precompile.axd didn't make it to the final feature set. You can use
| the aspnet_compiler command line tool (or pre-compile your
| applications before deployment using the Web Deployment Projects:
|
http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx
|
| --
| Scott
| http://www.OdeToCode.com/blogs/scott/
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top