After project compiled what to do

  • Thread starter Thread starter rabbit
  • Start date Start date
R

rabbit

default.aspx contains the following after compiled
This is a marker file generated by the precompilation tool, and should not
be deleted!

PrecompiledApp.config contains the following after compiled
<precompiledApp version="2" updatable="false"/>

a bin folder with the app .dll in it.

but when I execute the default.aspx from the hosting folder all I get is
This is a marker file generated by the precompilation tool, and should not
be deleted!

What is the next step to make work do I have to make changes to the
default.aspx to reference the .dll?

Please advise
 
default.aspx contains the following after compiled
This is a marker file generated by the precompilation tool, and should not
be deleted!

PrecompiledApp.config contains the following after compiled
<precompiledApp version="2" updatable="false"/>

a bin folder with the app .dll in it.

but when I execute the default.aspx from the hosting folder all I get is
This is a marker file generated by the precompilation tool, and should not
be deleted!

What is the next step to make work do I have to make changes to the
default.aspx to reference the .dll?

Please advise

Does your server support ASP.NET? It looks like your IIS has no script
map for the ASPX file extension and shows it as a simple text file.
 
Back
Top