Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

aspx vs code behind

Status
Not open for further replies.

developer155

Programmer
Jan 21, 2004
512
US
My question is:
if I put the page code in the aspx page itself (not in code behind .cs) when I deploy the application is all I have to do is copy the aspx page to the server without releasing new dll?
I understand that project file wil change and need to be put in Source Safe, but I am not clear about dll

thanks!!!
 
>>if I put the page code in the aspx page itself (not in code behind .cs) when I deploy the application is all I have to do is copy the aspx page to the server without releasing new dll?


yup. absolutely correct...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top