TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dean Guenther
NA
4
0
getWebConfiguration problem
Oct 17 2006 11:42 AM
HI folks, I'm using .NET 2 and C# in studio v8. I can't seem to get it to recognize GetWebConfiguration. I say this: using System; using System.DirectoryServices; using System.Configuration; using System.Web.Configuration; using System.Configuration.Provider; using System.Web.Security; using System.Collections; using System.Data; using System.Data.SqlClient; using System.Text; using System.Web; using System.Web.Services; Configuration config = Configuration.GetWebConfiguration("~/"); And the error says: system.configuration.configuration does not contain a definition for getwebconfiguration. What am I forgetting to include? -- Dean Guenther Unix/Windows System Admin Washington State University
Reply
Answers (
0
)
accessing web services from winforms and maintaining sessions
Results of Web Method differ from server to client.