Getting configuration settings from web.config/app.config using class library
Configuration settings in 3.5 is driving me nuts… Help! 😉
Configuration settings in 3.5 is driving me nuts… Help! 😉
I am using .NET 3.5 and building pages inside of the Community Server 2008 framework.
I have a bunch of textboxes on my asp.net page, and on TextChanged event, I want to run a stored proc to return a Name, based on user input. If I have a block of code like:
I am currently working with a ASP.NET Web site project in Visual Studio 2008 and everytime I make a change to code behind page for a user control and browse to page that is using the user contorl I get the following error:
I’ve found myself having a requirement to configure log4net based on a file relative to the physical location of the running ASP.NET web application. We like to start the logger as early as possible, so Application_Start seems a proper place. In IIS6, this works fine and has been running for ages, but now we moved to IIS7 and this won’t work anymore:
I have an asp.net page with multiple validation summaries setup with ShowMessageBox="True" and several validators. I have run into a situation where when validation fails the validation summary displays correctly but then the next click that would normally trigger a postback of the page does not trigger a postback. So the steps look like this:
I am starting a project with asp.net visual studio 2008 / SQL 2000 (2005 in future) using c#.
We upgraded from .NET 2.0 to .NET 3.5. A co-worker of mine is getting the following dialog when attempting to run the ASP .NET web project under the debugger in Visual Studio 2008. He can build fine, but he can’t debug (hence, it’s a run-time issue):