Browse by Tags

Related Posts

  • Deploying web application whith sql server 2005

    Hi , I trying to deploye web appliaction , includede all files and data base,but when i tried to buld msi file it is giving and error Error 1 Unable to find source file 'C:\Program Files\Microsoft SQL Server\MSSQL.2\MSSQL\Data\BlueOceanTecnologies_log.ldf' for file 'BlueOceanTecnologies_log...
    Posted to Configuration and Deployment (Forum) by Deeno20 on 04-09-2009, 12:00 AM
    Filed under: SQL Server 2005, sql server 2005., SQL2005, vb.net deployment, VS 2005, Web Application Project, web Application Project deployment publish, Web Application Project deployment web site, web Application Project deploymentb, web application setup, web application wizard, .net 2, .net 2.0, application deployment, asp.net 2.0 Deployment, Debloyment & Configuration, Debloyment Problem, deploment, Deploy application in a fresh server, deploy error, developement server, development server, ASp .net2.0, Application settings", Application_Error, "asp.net" "web application" "asp.net deployment" "Application Configuration
  • Site working locally, not working on web

    I just started to deploy a website on a machine that has been set up for me to be a server. The machine has IIS 6.0 and .Net 3.5. The site works if I run it locally on that machine. If I try to access it via the Internet, it does not. I'm trying to run a blank asp.net page. Just the default page...
    Posted to Configuration and Deployment (Forum) by mlad0921 on 12-12-2008, 12:00 AM
    Filed under: .net 3.5, .net 3.5 web.config appsettings, .net deploy, deploy application, Deployment, IIS 6, IIS 6.0, Application_Error
  • Application_Error not firing on Production server.

    Hi, I am trying to setup my application on Production server. Whenever any error occurs, we are redirecting to a specific page in Application_Error Event in Global.asax The code in Application_Error Page _________________________________________ string _rawUrl = Request.RawUrl; if (_rawUrl.IndexOf("...
    Posted to State Management (Forum) by tchaitanya on 11-25-2008, 12:00 AM
    Filed under: asp.net 2.0, Application_Error, Global Error Handling, Application variables
  • An Error Occured During Local Report Processing

    I have an aspx page with a Report Viewer Control on it that is bound to an xsd DataSet. In debugging everything works great and it always has. On my testing server though I am getting the following error: An error occurred during local report processing. The definition of the report 'Main Report'...
    Posted to Configuration and Deployment (Forum) by bfancett on 11-21-2008, 12:00 AM
    Filed under: .Net, .net 3.5, application, asp net, asp.net, Deploying Web Application, Error, error reporting, Application_Error, "asp.net" "web application" "asp.net deployment" "visual studio 2008" TFS MSBUILD, ASPNET
  • Asp.net Ftp Client : sending files automatically at regular intervals

    I have an ASP.NET Mobile application , The application creates some files automatically, say text files based ont the users interactions. I need to send these files to a specific ip address at regular time intervals automatically irrespective of the events (ex page_load , itemcommabd buttonclick etc...
    Posted to Getting Started (Forum) by codetoad on 07-24-2008, 12:00 AM
    Filed under: ViewState, .Net 2.0, ajax, Ajax Viewstate, app pool crash KB928365, Application Error Trace Stack, application object, Application Pool, architecture, asp.net, ASP.NET - Download Files to server, asp.net 2.0, Asp.Net 2.0 session, ASP.NET State Management, asp.net., Async, asynchronous callbacks session StateServer, Global assembly cache, global.ascx, application shutdown, Application State, Application State Reset, application variable web.config performance, Application_Error, application_exception, Application_Stop Applicaton, asp.net - application variables, global data access, Global Error Handling, Application variables, ApplicationState, viewstate asp.net, application, application boundary, application end event, application lifetime scope state management asp.net, application restart, Async Page, global.asax, Application_End
  • Passing through Exceptions from Application_Error without the Session

    Hello all, I have this little piece of code: protected void Application_Error( object sender, EventArgs e) { Exception ex = Server.GetLastError(); if (ex != null ) { HttpContext .Current.Session[ "Error" ] = ex.ToString(); } Server.ClearError(); } It doesn't work however, since the Session...
    Posted to State Management (Forum) by r.heinkens on 07-23-2008, 12:00 AM
    Filed under: Session, Exception, Application_Error
  • Re: Validation of viewstate MAC failed / The state information is invalid for this page and might be corrupted

    I have had this problem in a shared hosting environment. After testing, I discovered that I could experience this problem with even the most basic of web pages, consisting of only a couple of ASP.Net labels and an ASP.Net button. Working within a Session, the pages and site function fine. The problem...
    Posted to State Management (Forum) by dbrook007 on 06-28-2008, 12:00 AM
    Filed under: page, page methods, page navigation, Partial View State Ajax Updates, Problem, Session, Session and Authentication, session data lost problem, session end, Session expire web.config, session from formvie, Session Management, Session Management and Load Balancer, session management for gridview control, Session Management shared among child windows, Session State, Session state information lost, Session State Partitioning, Session State SQL Server gridView AJAX, session state timeout, session time out, SessionState cookieless cookies viewState, validation of viewstate MAC failed, view state controls, view state cookie session data caching, View state Problem, view state refresh F5 load event, ViewState, viewstate & cookies?, viewstate asp.net, viewState asp.net controls page size, viewstate invalid base64 length, viewstate MAC failed, ViewState problem, viewstate updatepanel postback, viewstate validation, viewstate vs session, ViewState vs. Session, ViewStateException, Viewstatevalidation, .Net 2.0, ajax, Ajax Viewstate, AJAX Viewstate Scriptmanager, Ajax: Javascript, app pool crash KB928365, App_Code, App_Code folder, application end event, application lifetime scope state management asp.net, application object, Application Pool, asp.net, asp.net 2.0, Asp.Net 2.0 session, ASP.NET 2.0 Webform, asp.net 2.0:GridView, ASP.NET cache, ASP.net Session, asp.net session timeout, ASP.NET State Management, asp.net., ASP.net.net session timeout, asp.net.net session usage, aspnet_state.exe, asynchronous callbacks session StateServer, mac validation, MachineKey, Maintain State, Manage State, Master Pages, MasterPages, Web Services, workaround, Seession, Application State, Application State Reset, Application_Error, Application_Stop Applicaton, validation, Paging, session state management, Session State Server Error, SessionState, view state, viewstate MAC authentication timeout, ViewState scope access context, ajax viewstate session alternative "web user controls", asp.net - application variables, asp.net. sessions, ASp.net\Security\Logout, webservices, IIS, Application variables, ApplicationState
  • Exception Handling -Overall Website

    hope every one in the community is fine, i have created a website that has BAL AND DAL as saparate Class libaay project , i donot have any exception handling for my website . In Webforms i have used Ajax updatepannel in some pages as well. 1-How to catch Exception in each layer Interface,BAL and DAL...
    Posted to Architecture (Forum) by adeelalvi on 06-24-2008, 12:00 AM
    Filed under: error handling, application_error, Exception Handling
  • How to get the Error Status Code Number whitin Application_Error event handler?

    I have this in my web.config: < customErrors mode = " Off " defaultRedirect = " Pages/Error/Generic.aspx " > < error statusCode = " 403 " redirect = " Pages/Error/NoAccess.aspx " /> < error statusCode = " 404 " redirect = " Pages/Error...
    Posted to State Management (Forum) by Dynamic2008 on 06-15-2008, 12:00 AM
    Filed under: redirect, Status Code, application, CustomErrors, global.ascx, Server, Application_Error, GetLastError()
  • Cannot write my Errors onto my Log file!!

    Hi, all Myself a student doing my masters in computer science. I am developing this project of mine which is an e-commerce site. I was following the book called "Pro ASO.NET 2.0 E-commerce in C# 2005" by Paul Sarknas. But now am stuck b'coz of the problems in some of the pages that i created...
    Posted to Getting Started (Forum) by mandeep123 on 05-09-2008, 12:00 AM
    Filed under: Visual Studio 2005, VS 2005, Web Application Project, web Application Projects, .NET, ASP.NET, asp.net 2.0, Bug, bugs, C#, compilation, Compilation Error, debug mode, Global.asax, Intellisense, log file, Application_Error
Page 1 of 3 (23 items) 1 2 3 Next >