Build for ASP.Net application using ANT
Hi,
I have created the build for my web application using Apache ANT. I used IsCmdBld.exe for making the build.
But when i browse the webpage from IIS, then i get following error on page:
"The file /ABC/Default.aspx has not been pre-compiled, and cannot be requested."
I have compiled the application using NANT and used aspnet_compiler for doing the same.
How to get rid of this error? Can anyone please guide me?
Thanks,
Deepa