ASP.net

  • Thread starter Thread starter Sarmad Aljazrawi
  • Start date Start date
S

Sarmad Aljazrawi

Is there a simple way to build asp.net application without having to use
vbc.exe and add all the references and files to compile?

I have a big application and there is no way to do it manually.

/regards
 
Hi, Sarmad Aljazrawi,

Using the Visual Studio is the best way.

Greetings
Martin
 
Just don't use code-behind.
Put all code between script-tags in you aspx-file.
 
Back
Top