Search

You searched for the word(s): userid:659564

Matching Posts

  • Re: Web app Deployment

    You wouldn't want the source files on your server because even though they are unaccessible to the client, anyone who has access to the server could view them. The easiest way to deploy if you're using 2005 is to R-Click on project and do Publish Web Site to a local folder. This makes a creates a compiles version of the site (.cs -> .dll's). You are left with just the minimum pages you need to run the site, and no source :)
  • Re: Dynamic Connection String

    Hey Omar Just Add Reference to System.Configuration. The use the full namespace System.Configuration.ConfigurationManager or using System.Configuration; to get to the app.config in the C# project.
Page 1 of 1 (2 items)