I am new at ASP.net and VB.net. I am learning from the book “Beginning ASP.Net 3.5 in VB 2008”
The book is using Web.config and when I call it with
Private Conn As String = WebConfigurationManager.ConnectionStrings("MyConnectionString").ConnectionString
There is error saying:
Name
WebConfigurationManageris not declared.
Is WebConfigurationManager a function?
You probably forgot:
in a library.