Click here to Skip to main content
15,921,295 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralRe: asp.net mvc 4 razor, time to learn something new this year. Pin
jkirkerx8-Feb-15 11:54
professionaljkirkerx8-Feb-15 11:54 
AnswerRe: asp.net mvc 4 razor, time to learn something new this year. Pin
Erik Funkenbusch7-Feb-15 15:15
Erik Funkenbusch7-Feb-15 15:15 
GeneralRe: asp.net mvc 4 razor, time to learn something new this year. Pin
jkirkerx8-Feb-15 11:01
professionaljkirkerx8-Feb-15 11:01 
QuestionHow to convert .vox file format to mp3 format Pin
PR_Chauhan2-Feb-15 20:00
PR_Chauhan2-Feb-15 20:00 
AnswerRe: How to convert .vox file format to mp3 format Pin
Richard MacCutchan2-Feb-15 23:43
mveRichard MacCutchan2-Feb-15 23:43 
GeneralRe: How to convert .vox file format to mp3 format Pin
PR_Chauhan10-Feb-15 3:23
PR_Chauhan10-Feb-15 3:23 
QuestionCount the alphabet and Numeric from a string Pin
Sujith Karivelil31-Jan-15 1:28
professionalSujith Karivelil31-Jan-15 1:28 

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.