Help on compiled project

R

rabbit

after compilation I get the following
default.aspx, PrecompiledApp.config and bin folder with the .dll in it.

default.aspx (Contains the following)
This is a marker file generated by the precompilation tool, and should not
be deleted!

PrecompiledApp.config (Contains the following)
<precompiledApp version="2" updatable="false"/>

Bin folder (Contains the following)
..dll

When I upload the above to my Hosting and run it all I get is the
This is a marker file generated by the precompilation tool, and should not
be deleted!

but if run it from within the IDE of Visual Studio it runs fine

can you please explain what else needs to be done in order to work in the
hosting area.

any Idea?

Thanks
 
C

Cowboy \(Gregory A Beamer\)

Make sure your host has the proper .NET Framework installed and configured
on the server. What you describe sounds like either a) .NET is not installed
at all, b) an older version of .NET is installed or c) IIS is not configured
to run ASP.NET.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Blog:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
 

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

Top