asp.net - Automatic .aspx publishing in SharePoint -


i publishing code behind .aspx in sharepoint. can automatically publish .dll bin folder of virtual directory, cannot figure out how push .aspx pages , images server without manually using sharepoint designer.

where folder exist?

or need create sharepoint feature this?

the .aspx files under c:\program files\common files\microsoft shared\web server extensions\12\templates\layouts

a quick , dirty way deploy new functionality (which accessible on server) drop aspx's folder. not safe, gives way test things before investing time full blown solution/feature deployment.

i suggest reading on andrew connell's development methods, think has book doing sharepoint development out too. 'developing sharepoint features' talk best jumpstart doing sharepoint development i've heard. http://www.andrewconnell.com/blog/


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -