Click here to Skip to main content
15,887,135 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDatabase Query Pin
Malikdanish5-Feb-15 20:18
professionalMalikdanish5-Feb-15 20:18 
AnswerRe: Database Query Pin
Erik Funkenbusch7-Feb-15 15:21
Erik Funkenbusch7-Feb-15 15:21 
SuggestionRe: Database Query Pin
ZurdoDev9-Feb-15 5:03
professionalZurdoDev9-Feb-15 5:03 
GeneralRe: Database Query Pin
KiranKumar Roy15-Feb-15 23:40
KiranKumar Roy15-Feb-15 23:40 
QuestionReplace text in web page at run time Pin
maxRazar4-Feb-15 22:57
maxRazar4-Feb-15 22:57 
AnswerRe: Replace text in web page at run time Pin
jkirkerx6-Feb-15 10:19
professionaljkirkerx6-Feb-15 10:19 
QuestionNot able to update global.asax file in production environment Pin
syedkhaleel4-Feb-15 18:08
syedkhaleel4-Feb-15 18:08 
AnswerRe: Not able to update global.asax file in production environment Pin
Erik Funkenbusch7-Feb-15 15:26
Erik Funkenbusch7-Feb-15 15:26 
Your global.asax file won't update because it hasn't changed. This file only has a small amount of metatdata in it to point to the DLL. If you right click on the global.asax in your solution explorer, choose "view markup" and you will see only a single line of code that looks like this:

HTML
<%@ Application Codebehind="Global.asax.cs" Inherits="WebApplication.Application" Language="C#" %>


Since this file doesn't change, it won't be updated when you deploy. As such, this isn't the cause of your problems.

More than likely, the cause is something else, but since you haven't included more details about your problem we can't really help more.
--
Where are we going? And why am I in this handbasket?

GeneralRe: Not able to update global.asax file in production environment Pin
syedkhaleel8-Feb-15 21:29
syedkhaleel8-Feb-15 21:29 
QuestionVariables gone during grid insert command Pin
byka4-Feb-15 2:54
byka4-Feb-15 2:54 
AnswerRe: Variables gone during grid insert command Pin
Richard MacCutchan4-Feb-15 3:03
mveRichard MacCutchan4-Feb-15 3:03 
GeneralRe: Variables gone during grid insert command Pin
byka4-Feb-15 3:15
byka4-Feb-15 3:15 
GeneralRe: Variables gone during grid insert command Pin
Richard MacCutchan4-Feb-15 3:33
mveRichard MacCutchan4-Feb-15 3:33 
GeneralRe: Variables gone during grid insert command Pin
byka4-Feb-15 3:42
byka4-Feb-15 3:42 
QuestionRe: Variables gone during grid insert command Pin
Richard MacCutchan4-Feb-15 3:52
mveRichard MacCutchan4-Feb-15 3:52 
AnswerRe: Variables gone during grid insert command Pin
byka4-Feb-15 4:15
byka4-Feb-15 4:15 
GeneralRe: Variables gone during grid insert command Pin
Richard MacCutchan4-Feb-15 4:34
mveRichard MacCutchan4-Feb-15 4:34 
GeneralRe: Variables gone during grid insert command Pin
Richard Deeming4-Feb-15 5:41
mveRichard Deeming4-Feb-15 5:41 
Questionasp.net mvc 4 razor, time to learn something new this year. Pin
jkirkerx3-Feb-15 10:56
professionaljkirkerx3-Feb-15 10:56 
AnswerWhat's do you think is the best migration path to a classic asp.net web site to a responsive design? Pin
jkirkerx3-Feb-15 12:46
professionaljkirkerx3-Feb-15 12:46 
GeneralRe: What's do you think is the best migration path to a classic asp.net web site to a responsive design? Pin
F-ES Sitecore5-Feb-15 7:40
professionalF-ES Sitecore5-Feb-15 7:40 
GeneralRe: What's do you think is the best migration path to a classic asp.net web site to a responsive design? Pin
jkirkerx5-Feb-15 9:28
professionaljkirkerx5-Feb-15 9:28 
AnswerRe: asp.net mvc 4 razor, time to learn something new this year. Pin
harsimranb7-Feb-15 7:59
harsimranb7-Feb-15 7:59 
GeneralRe: asp.net mvc 4 razor, time to learn something new this year. Pin
jkirkerx8-Feb-15 11:06
professionaljkirkerx8-Feb-15 11:06 
GeneralRe: asp.net mvc 4 razor, time to learn something new this year. Pin
harsimranb8-Feb-15 11:46
harsimranb8-Feb-15 11:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.