To run ASP.Net 2.0 Application
Hi!!!!!!!!!!!

I have one Problem that is How to give path for a ASP.NET 2.0 Application. Beacause In normal applications We can Specify the .EXE file to run. But in ASP.NET 2.0 Application How to do this?

SetOutPath "$INSTDIR\bin"
file bin\AAA.exe -- This is for Normal Application

But How to do this for a ASP.NET 2.0 Application?
Can any one please tell me?