I am having my project(folder format) in IIS, i want to convert that folder into application (like right click->Convert to application), i want to perform this in C# code, i am using .net 2.0. i followed this link Using ServerManager to create Application within Application, but i don't know
Site site = serverManager.Sites.First(s => s.Id == 3);
What is that? when i try to add that code i am getting error called: microsoft.web.administration.sitecollection does not contain a definition for first
Please do some replies...