I want to specify the default document and the asp.net version for an virtual directory through C#
For default document I have wrote the code as
"deVDir.Properties["DefaultDoc"].Value = "Mainscreen1.aspx";
and i am not able to get the property name for ASP.NET VERSION which will be given as "2.0.50727".
can anybody guide me ?