I am currently getting this when visiting my http:// websitehere.com/excelData.aspx page:
This is a marker file generated by the precompilation tool, and should not be deleted!
The file system directory on the server looks like this:
--mainDir
|--excelData.aspx
|--PrecompiledApp.config
|--Web.config
|--bin
|--App_Web_cuydkh1j.dll
|--exceldata.aspx.cdcab7d2.compiled
Not sure what I need to add/remove in order for it to display my page without that precompilation tool text on it.
The IIS server is version 6.1
excelData.aspx
), that is actually the only content. This means it was compiled as uneditable (fully compiled, html and all). I maybe bastardizing the term "pointer" but hope you get the idea. The (corresponding) file in the/bin
is what needs to be executed (and isn't). Hth... – EdSF