Hello everybody, I currently have an ASP.NET application in VB.NET, targenting the 4.0 Framework, with a Master Page.
I've been asked to create a light version of my application, where just two specific pages, over almost 30 in the regular application, need to be plublished. In order to achieve this goal I read in the Internet that, after publishing the website using VS2010, select just a specific subset of dlls from the bin folder and just deploy those in IIS. However the name of the generated dlls is generated by ASP.NET and does not match the page name.
I also thought to exclude from the VS2010 project all the pages that are not needed in the light version but it is a quite big work and I was wondering weather there was a faster solution to publish just specific pages. Can anybody help?