473,654 Members | 3,253 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Precompile.axd returns error 404

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.507 27.42
..
Any suggestions?
Thank you,
Shimon.
Jan 22 '06 #1
2 1796
On Sun, 22 Jan 2006 17:39:29 -0500, "Shimon Sim"
<sh**********@c ommunity.nospam > wrote:
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.507 27.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/re...p/default.aspx

--
Scott
http://www.OdeToCode.com/blogs/scott/
Jan 23 '06 #2
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 <sc***@nospam.o detocode.com>
| Subject: Re: Precompile.axd returns error 404
| Date: Mon, 23 Jan 2006 01:08:52 -0500
| Message-ID: <1l************ *************** *****@4ax.com>
| References: <#s************ *@TK2MSFTNGP11. phx.gbl>
| 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.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: dyn-170-224-243.myactv.net 24.170.224.243
| Lines: 1
| Path:
TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GXA01.phx.gbl!T K2MSFTFEED02.ph x.gbl!tornado.f a
stwebnet.it!tis cali!newsfeed1. ip.tiscali.net! nntp.eutelia.it !feeder.news.ti n
it!207.46.248.1 8.MISMATCH!TK2M SFTNGP08.phx.gb l!TK2MSFTNGP14. phx.gbl
| Xref: TK2MSFTNGXA02.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:3727 99
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| On Sun, 22 Jan 2006 17:39:29 -0500, "Shimon Sim"
| <sh**********@c ommunity.nospam > wrote:
|
| >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.507 27.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/re...p/default.aspx
|
| --
| Scott
| http://www.OdeToCode.com/blogs/scott/
|

Jan 23 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1518
by: Bernard Dhooghe | last post by:
DB2 UDB V8.1 Fixpak 4 AIX 5.1 CLASSPATH: /usr/opt/db2_08_01/java/db2jcc.jar:/usr/opt/db2_08_01/java/db2jcc_license_cu.jar:/usr/opt/db2_08_01/java/sqlj.zip:/usr/java131/jre/lib/rt.jar: Program: tmp0.sqlj import java.sql.*; import sqlj.runtime.*; import sqlj.runtime.ref.*;
1
1714
by: Steve Franks | last post by:
Hi - I'm using VS.NET 2005 and have read about this precompile.axd that supposedly can be hit with a browser to force a complete recompile on the production server. However I do not have this .axd file. Where can I get it and how is it installed? Also what is to prevent an outside users from hitting this a bunch of times on purpose? Steve
8
1524
by: Mike Owen | last post by:
Hi, I am trying to pre-compile a project prior using ASP.Net 2.0, VS 2005, to putting it onto a live server. The reason for doing this is that other people have access to the server, and I thereofre want to keep the code secure. If I use the 'Build/Publish Web Site' option, it asks me to tell it the 'Target location' which in this case is 'C:\Temp\PrecompiledWeb\Project1'
0
3339
by: cjeschke | last post by:
Using PRO*C precompiler on windows, I precompile my c code with embedded Oracle 9.2 queries. When I link the program including all the Oracle 9.2 libraries I can find, i get an undefined _sqlcxt: >make gcc -oreplaceCard.exe -lm -LC:\oracle\ora92\precomp\lib -LC:\oracle\ora92\oci\lib\msvc -IC:\oracle\ora92\oci\include -IC:\oracle\ora92\precomp\public replaceCard.c c:/djgpp/tmp/ccsIViCl.o(.text+0x58a):replaceCard.c: undefined reference to...
1
1739
by: Tessa | last post by:
Hi, Is there a way to use aspnet_compiler to precompile an existing asp.net 2.0 web application that is on another server? I need to initiate the precompile programmatically from another .net windows program running on a different machine. thanks for any info
2
1008
by: =?Utf-8?B?U2hpcHN0ZXI=?= | last post by:
Ok, I have tried to look everywhere to see if anyone has had the same problem. Its driving me crazy. I am trying to precompile my web application and i get no error messages but am left with a blank folder where all the compiled code should be. plus I see the files being created while its compiling, but then when its done they disappear. Anyone got any ideas? Thanks
7
3116
by: bruce barker | last post by:
a previous long thread brought this up. I can find no way to precompile a web application from visual studio. by precompile I mean all the aspx code is converted to assemblies by visual studio, not at runtime by asp.net. if you view the compiled aspx page it should only contain the line: This is a marker file generated by the precompilation tool, and should not be deleted!
3
2009
by: Scott M. | last post by:
Scenario: ASP .NET 2.0 Web "Site" All but one page is written using inline VB .NET code. One page is written using VB .NET code-behind. MSBuild options are set at the default (allow pages to be updateable) When I "publish" the site and take a look at the precompiled folder that is generated by this process, I see a /bin folder has been created with one file in it "App_Web_pccpykfu.dll".
1
171
by: Gabriel Pineda | last post by:
hi everybody, i have an issue for you: i have an operative site wich i'm trying to precompile to protect the code that will be installed on client. the issue is: if i run the precompile (aspnet_compiler) it throw me some errors: ex: Name 'CN' is not declared. this is because the variable es declared in another page, that includes the one which throw the error. how can i bypass these "errors" ? how can i precompile the site? is it...
0
8379
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8294
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8816
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8494
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7309
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4297
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2719
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1924
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1597
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.