Ask a Question related to ASP.NET Web Services, Design and Development.
-
farseer #1
app.config and Settings.Designer.cs
Currently, in my project, there is a folder named "Properties" which
contains one item, Settings.settings, which contains one subitem,
Settings.Designer.cs.
My project also contains an App.Config file at it's root.
If i make a change in AppConfig.config and then open the
Settings.setting dialogue, i am notified that a setting has changed and
asked if i want to update it in the .settings file.
However, I tend to like to keep all my config files in one location
under a config directory. if i try to do that here by creating a
folder named config and moving App.Config under there, then when i
change a setting in App.Config, it is not reflected when i open the
Settings.setting dialogue.
How can i get around this?
farseer Guest
-
WebService not obeying web.config error reporting settings
Hi I'm trying to setup a web service to run under a web-site on Windows 2003 Server . If I type the URL to the web-service in the address bar of... -
Web.Config / Security Settings for sites NOT on sys partition
I have a Win2K server set up with .NET 1.1, IIS5, and I run a few development test sites on this server for deployment elsewhere. Up until now,... -
Web config security settings
Hi all; I want to use user name and password in my asp.net project for all aspx files but not for asmx files. Or i want to use some files with... -
Transfer settings, config to new computer?
I need to replace the XP Home that came on a computer with XP Pro. Will the Win XP Transfer Settings wizard include Dreamweaver configuration and... -
Config settings.
Hi. I have couple config setting for my Application. I created class with static members. Application_Start method reads settingg from...



Reply With Quote

