I want to place an aspx inside the TEMPLATE->LAYOUTS folder of the server running WSS. Should I create the same folder structure under the pkg folder of visual studio or under the project root?

In other words should I do this

pkg->TEMPLATE->LAYOUTS or this

project root->TEMPLATE->LAYOUTS

Also where should I place the elements.xml and features.xml

Thanks, as you may thought I'm starting developing with VSeWSS tools for VS2008

link|improve this question

feedback

1 Answer

Place the folders under your project root. And, it should be "Templates":

project root -> Templates -> LAYOUTS

I'd place the .XML files under the pkg folder hierarchy, though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.