global-asax
Changing Global.asax variables from IIS
Can I change acce开发者_C百科ss or edit the values specified in Global.asax from IIS?? The reason is that I don\'t have the source code and the only change we need right now is to change the connectio[详细]
2023-03-07 06:47 分类:问答Set session variable in Application_BeginRequest
I\'m using ASP.NET MVC and I need to set a session variable at Application_BeginRequest. The problem is that at this point the object HttpContext.Current.Session is always null.[详细]
2023-03-05 15:18 分类:问答Can you run a "service" that runs a scheduled task from an ASP.Net project?
I built a Windows Service for a client of ours that collects all the changed/new rows from the database, turns them into a CSV and FTP uploads them somewhere every night. Now as it turns out they don\[详细]
2023-03-03 12:16 分类:问答Which event fires every time in ASP.NET
I know that Global.asax开发者_JS百科 has events which fire for an application at a specific time. But I need an event which fires every time the application receives a request.In Global.asax event App[详细]
2023-03-03 02:37 分类:问答Using session in global to update user login counter in SQL
Hallo, I am relatively new in both asp and sql, but has created a website where users can log in and I want to save how many times each user has been logged in.[详细]
2023-03-02 03:20 分类:问答F# Global.asax -- language not supported?
Im trying to write a simple F# ASP.Net MVC app Ive added the Global.asax as follows <%@ Application Inherits=\"WebApplication.Core.Global\" Language=\"F#\" %>[详细]
2023-03-01 12:18 分类:问答The controller for path icon does not implement IController, Regular expression
I have an exception in project: The controller for path \'/Content/Images/CustomFavicon.ico\' was not found or does not implement IController.[详细]
2023-03-01 11:27 分类:问答Would it be better to handle request in global.asax?
I am making a simple request parses that takes in urls with querystring parameters and spits back xml.[详细]
2023-03-01 00:45 分类:问答Application_Error does not fire?
In Webform1.aspx.cs: protected void Page_Load(object sender, EventArgs e) { throw new Exception(\"test exception\");[详细]
2023-02-23 00:01 分类:问答ASP.NET MVC How to access a property in the Global.asax file from the Controller?
in the Global.asax file, I manage some threads, and - from the Controller - I need to invoke an event of the 开发者_Python百科one\'s thread. Is it possible to have access to that thread ?You could use[详细]
2023-02-21 01:49 分类:问答