Browse by Tags

Related Posts

  • Take the whole site offline... Help.

    Morning Experts, I want to take a website offline for maintenance from time to time. I created a little redirect page in global.asax as followed: 1 protected void Application_BeginRequest( object sender, EventArgs e) 2 { 3 Boolean Offline = Convert.ToBoolean(Application[ "IsOffline" ]); 4 if...
    Posted to Web Forms (Forum) by le9569 on 06-16-2009, 12:00 AM
    Filed under: global.asax, website offline
  • Hey there, got a little problem... oh and I'm new

    Hey everyone I'm working on a chat made in asp.net right now, but I got a little problem. I took the basic code for the chat from here <a href="http://blogs.msdn.com/coding4fun/archive/2007/03/01/1785048.aspx">chat</a> so I could see how it works and then I would add my own...
    Posted to Web Forms (Forum) by Monoko on 06-06-2009, 12:00 AM
    Filed under: problem, users, application, asp .net, function, Global.asax, help, HttpContext, chat
  • favicon.ico causing errors

    Hi, I have a dedicated server running win2003, IIS6, .NET3.5 SP1 with MVC framework. Because I'm running IIS6 i've had to direct all requests through the .NET framework, and use an HttpCompression module to speed things up. I'm also using an error handler in the global.asax to mail me any...
    Posted to ASP.NET MVC (Forum) by chrispont on 05-28-2009, 12:00 AM
    Filed under: ASP.NET MVC Routing, Global.asax, "ASP.NET MVC"
  • NullReferenceException

    Hi, I'm a newbie in the ASP.NET MVC scene. I'm trying to build an application based on the Sharp Architecture project. I'm not using SharpArch directly though, i created my own project using SharpArch as reference to setup NHibernate and such. My problem is this: When i test my application...
    Posted to ASP.NET MVC (Forum) by taylanaydinli on 05-20-2009, 12:00 AM
    Filed under: NullReferenceException, Sharp Architecture, ASP.NET MVC, Global.asax
  • Re: Enable SSL in specific pages

    A Couple of questions here.... QUESTION 1. I was thinking is Request.IsSecureConnection returns a boolean (T/F) for if the connection is already secure....so if the iis picks up that the connection IS secure already it shoots back a true. Meaning, the logic for detecting a non-secure url would be: If...
    Posted to Free For All (Forum) by Ivan VB on 05-11-2009, 12:00 AM
    Filed under: rewrite, 3.5, global.asax, https, IIS Security, SSL, ssl specific pages
  • Log Out Problem with Global.asax

    hi all, i am facing this problem for quite some time. There is a userid and password and i want that only a particular number of users should be allowed to login at one time. The number of users is fetched from database. table structure userid pwd concurrent_access current_access admin admin 4 1 4 means...
    Posted to Getting Started (Forum) by Sitangshu on 04-29-2009, 12:00 AM
    Filed under: global.asax, logout
  • Access error information in custom error page

    Hi there, I have set up a a custom error page InternalError.aspx that displays a simple error message to the user. The web.config has <customErrors mode="On"> <error statusCode="500" redirect="InternalError.aspx"/> </customErrors> This works fine. However...
    Posted to Configuration and Deployment (Forum) by jtagg on 04-23-2009, 12:00 AM
    Filed under: custom error pages, Global.asax
  • Access error information in custom error page

    Hi there, I have set up a a custom error page InternalError.aspx that displays a simple error message to the user. The web.config has <customErrors mode="On"> <error statusCode="500" redirect="InternalError.aspx"/> </customErrors> This works fine. However...
    Posted to Configuration and Deployment (Forum) by jtagg on 04-23-2009, 12:00 AM
    Filed under: custom error pages, Global.asax
  • aspnet_compiler not copying global.asax

    I'm using aspnet_compiler.exe to generate a precompiled version of my Web site. I use following command: aspnet_compiler.exe -v / -p "c:\...\WebSite1" "c:\MyTarget" When I start a Web site from the target location (c:\MyTarget) parts of my application are not working. In this...
    Posted to Configuration and Deployment (Forum) by interactive on 04-22-2009, 12:00 AM
    Filed under: compiler, deploy application, Global.asax
  • Multilingual intranet web site support

    Hi All, I am having a requirement to develop an intranet based web application which will have multilingual support(English and chinese). I can't use google API as the application won't have any access to internet. I am ready to buy any software which i can include in my project. If anybody is...
    Posted to Localization (Forum) by singh.dharmbir on 04-16-2009, 12:00 AM
    Filed under: non-English Locale, Profile, resourcemanager web application project, resources.cs, REST, Visual Studio 2005, visual studio 2008, VS 2005 Web Application Projects, web Application Projec, Web Application Project, web Application project site, Web Application Project Profile, web Application Projects, .NET, .net 2.0, 3.5, asp.net 2.0, ASP.NET "Web Reference" "Web Application Projection" appSettings, C#, Develpment server, GAC, Global.asax, gridview, membership provider, web.config application asp.net, web.config asp.net assemblyinfo, web.config assembly reference, WebSite Vs Web Application Project, add web reference, ASP.NET web application project masterpage master page, vs2005 designer vs2008, vs2005 productivity time, aspnet_compiler
Page 1 of 9 (83 items) 1 2 3 4 5 Next > ... Last »