Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
A

Aaron S

@Aaron S
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SQL Server does not exists or access denied
    A Aaron S

    Below is the correct syntax for both Web.config and Code Behind files. Web.config: ------------------------------------------------------------------- ------------------------------------------------------------------- Code Behind in your Application (C# example): ------------------------------------------------------------------- using System.Data.SqlClient; using System.Configuration; namespace YourNameSpaceHere { public class YourWebPageNameHere : System.Web.UI.Page { public string strConnString1 private void Page_Load(object sender, System.EventArgs e) { strConnString1 = ConfigurationSettings.AppSettings["ConnectionString1"]; { } } ------------------------------------------------------------------- NOTE: Now you are able to reference this connection string throughout your code. Let me know if this helps, Aaron S. Power Base Media

    Database csharp database help asp-net sql-server

  • Connection to Internal Access DB from External Host
    A Aaron S

    Scenario: A company has an internal Access database located on a server within their network. They would like to have a small read/write asp.net page within their website located a Hosting Server outside their network. Question: Is it possible to setup a connection string from an external web application to an internal Access Database? Any help would be greatly appreciated.

    A Sandoval

    Database database sysadmin question csharp asp-net
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups