Publish will not push adovbs.inc to target File System destination (classic asp and IIS 7.5) -
i have classic asp site on visual studio 2012 development machine , have noticed strange behavior publish.
a file called adovbs.inc exists in folder called debug within root of site. quite few files on (development) site reference without problem syntax:
<!--#include file="../debug/adovbs.inc" -->
after "successful" publish operation, note adovbs.inc file did not in-fact copied target location (on production machine) , hence get:
include file '../debug/adovbs.inc' not found.
i wonder if filetype .inc problem? server-side include files have filetypes of .asp in site. there "knob turn" somewhere in iis 7.5?
after lots of frustration, copied file , pasted windows explorer , file found @ runtime.
don't use vs publish website option classic asp site because there nothing compile, use copy website option instead, can find in website menu or right-click on website in solution explorer.
Comments
Post a Comment