Browse by Tags

Related Posts

  • Problem accessing Profiles in Console application

    Hi, I am having a strange problem whereby I can access Membership and MembershipUser perfectly from my console application, but accessing Profiles is causing an Exception. Firstly, I have a reference to System.Web in my project. In my class, I am including System.Web.Wrofile and System.Web.Security....
    Posted to Security (Forum) by kreid on 03-22-2007, 12:00 AM
    Filed under: Web.config, Profiles, app.config, Visual Studio
  • Re: Referencing Config settings in ASP.Net app from DLL

    The solution for me looks like the DLL settings should be in the "hosting" applications config file My issue was that I succeded to get the Connection string created with the TableAdapter wizard as properties setting which means that the connection string should be added as <add name="XXXChart.Properties...
    Posted to Configuration and Deployment (Forum) by salgo60 on 03-27-2007, 12:00 AM
    Filed under: web.config, connection string, dll, app.config
  • How do I merge web services' app.config with web app's web.config? Help!!

    I have a web application project that uses a separate class library containing web service references (service layer). I want to be able to configure the web reference URLs dynamically and I know you can set this up by setting the URL behavior to 'Dynamic', etc, etc. The problem is VS2005 puts the URLs...
    Posted to Configuration and Deployment (Forum) by pranata on 04-20-2007, 12:00 AM
    Filed under: 2.0 webservices deployment, asp.net, web.config, ASP.NET 2.0, web service, applicationSettings, app.config
  • Re: WebConfigurationManager vs. ConfigurationManager

    [quote user="josere"]WebConfigurationManager has methods to open a web configuration object on design (not-readonly) time[/quote] That's exactly what I need now! I'm implementing control, and its designer should access the values from web.config section. How can I load System.Configuration...
    Posted to Configuration and Deployment (Forum) by Vadim Milichev on 06-12-2007, 12:00 AM
    Filed under: ConfigurationSection, web.config, web.config C# ASP.net, WebConfigurationManager, app.config
  • reading from the web.config instead of app.config

    I am referencing a class library from my web application. The class library has an app.config file and the web application, of course, has it's own web.config. For some reason, when the class library executes the statement "ConfigurationSettings.AppSettings[<key>] ", it appears to...
    Posted to Configuration and Deployment (Forum) by slyttle on 06-12-2007, 12:00 AM
    Filed under: web.config, app.config, configurationManager
  • Urgent, The connection name 'LocalSqlServer' was not found in the applications configuration or the connection string is empty

    Hi, I'm having a BIG problem, this is my 3rd day looking for answer ! I'm trying to create a custom membership provider with MS SQL database 2005 but not the default ASPNETDB. I've changed the web.config to be as following: < connectionStrings > < add name = " sqlConn "...
    Posted to Configuration and Deployment (Forum) by jocker_wow on 09-27-2007, 12:00 AM
    Filed under: web.config, membership, connection string, aspnetdb, app.config, machine.config, custom membership, provider, LocalSqlServer
  • Urgent, The connection name 'LocalSqlServer' was not found in the applications configuration or the connection string is empty

    Hi, I'm having a BIG problem, this is my 3rd day looking for answer ! I'm trying to create a custom membership provider with MS SQL database 2005 but not the default ASPNETDB. I've changed the web.config to be as following: < connectionStrings > < add name = " sqlConn "...
    Posted to Configuration and Deployment (Forum) by jocker_wow on 09-27-2007, 12:00 AM
    Filed under: web.config, membership, connection string, aspnetdb, app.config, machine.config, custom membership, provider, LocalSqlServer
  • Debug ASP.Net Application in Lan environment - Remote Web Server

    Hi, I have been doing dvelopment on local PC so far. Yesterday, I tried starting development on Local Area Network using following setup: The ASP.Net projects are stored on local directory on Web Server running Windows server 2003 standard. The database SQL 2005 is installed on a Database server running...
    Posted to Configuration and Deployment (Forum) by vipDev123 on 02-17-2008, 12:00 AM
    Filed under: setup project remote database, ASPNETCOMPILER, web.config, connection string, setup, web.config C# ASP.net, Application Configuration, net framework internet information services custom actions asp.net visual basic web setup project, deploy mutliple applications iis, Temporary ASP.NET Folder, app.config, ASP and Web.config, IIS connect from remote computer, Deployment Architecture, Web.config multiple applications, Deploying Web Application witrh, three tier project, IIS 6.0, visual studio, windows authentication, web.config system.directoryservices.protocols, deploy application, Configuration IIS WebConfigurationFileMap Metabase, IIS 5.1, asp .net, configuration - Deployment, ASPNETDB remote configuration, asp.net deploying, ASP .net website breakpoint, application deployment, Application_Error
  • why do I get this message?

    Server Error in '/my_prototype' Application. Failed to access IIS metabase. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details:...
    Posted to Configuration and Deployment (Forum) by mark_celiz09 on 03-08-2008, 12:00 AM
    Filed under: IIS, Web Site, .ASPX, web.config, deployment, Web Site Administration Tool WSAT role provider AuthorizationStoreRoleProvider, Webdeployment, app_code, website deployment, App.Config, .NET 2.0
  • How to manage connection strings in n-tier asp.net applications and use the same as in web.config in other projects of solutions

    In asp.net application we have multi-tiers like DAL, Business and UI How we can manage to read connection string from web.config. I have an application on my side where DAL is implemented as Typed datasets and conncetion string comes from App.config >> which is hard coded by code genration to Settings...
    Posted to Configuration and Deployment (Forum) by beretta_10 on 05-27-2008, 12:00 AM
    Filed under: web.config, app.config, database tableadapters, database connection
Page 1 of 2 (12 items) 1 2 Next >