I'm creating an installer for an ASP.NET app, and everything seems to work fine until I run the setup file, it creates all the folders and all the IIS stuff, BUT I keep getting a parse error from the asp page when I try to load it. The page itself is fine, because if I Copy-Paste-Replace the folder that contains the web page with the one Visual Studio generates (the sourse folder from wich installshield is getting the page to put into the installer) I no longer get the parser error (even though the code line it aparently can't read is still there). So I'm gessing that installshield is doing something to my page :S
Has anyone dealt with this before?
Thanks!