(1) What's the best place to store connection string in a ASP.Net project? (2) How can I access it in asp pages? (3) What's the solution for global variables in a ASP.Net project?
3. Avoid using them. A properly designed application shouldn't need them. What would you intend to use them for? There may be better solutions depending on what you want to do.