Browse by Tags

Related Posts

  • help with session parameter passing

    I successfully built an aspx using vwd 2008 express and VB that can build an sql query that looks like this. SELECT [parcelnbr], [lastname], [firstname], [stnbr], [stname], [town], [date_latest_sale], [saleprice] FROM [parcelrecs] WHERE ((school_dist = 130) or (school_dist = 720)) I save the query in...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by Bob MacNeel on 11-26-2008, 12:00 AM
    Filed under: Visual Web Developer 2005 Express, ASP.NET, App_code
  • sharing App_code between a web application and web service

    I am developing a site in asp.net 3.5, our appication design is simple – All our application pages communicate with database through a web service – In effect this web service itself is our database layer. Now in middle of the project, due to some security issues, we dropped the idea of exposing our...
    Posted to Configuration and Deployment (Forum) by sunilbenjamin on 09-25-2008, 12:00 AM
    Filed under: .net 3.5, .net 3.5 web.config appsettings, 3.5, app_code, asp net, asp.net, compiling, config, configuration - Deployment, Configuration error, web.config, web.config C#, web.config settings applicationSettings, asp .net, compile
  • Unkown multi level of jagged array's

    Hi, We are currently working on our custom session handlers. We are stuck on the following problem. We have a string that contains delimiters in order to separate variable name, data and datatypes Variable1 --delimiter-- this is the vairable value --delimiter--8 in case of arrays (which we would know...
    Posted to State Management (Forum) by rnchabad on 07-30-2008, 12:00 AM
    Filed under: App_Code, application object, asp.net, asp.net 2.0, ASP.net Session, ASP.NET State Management, asp.net., asp.net.net session usage, c#, Application State, ajax viewstate session alternative "web user controls", arrays, asp.net. sessions, Application variables, application
  • 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
  • Unable to call/use the codes in App_Code directory

    To Dotnet Users/Experts, Kindly explain why I can't call or use the example codes below under APP_CODE directory if I open my the source codes as Project. But If I open the source codes as Web Site I was able to use the all codes under APP_CODE directory without any problem. public class SysString...
    Posted to Visual Studio 2008 (Forum) by X3d on 03-31-2008, 12:00 AM
    Filed under: .NET, .NET 3.5, ASP.NET 3.5, App_Code, ASP.NET
  • what's wrong with this?

    an error occurs when I browse my site from a virtual directory, here is the description of the error, Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Access is denied. hope to find the solution with your help, tnx
    Posted to Configuration and Deployment (Forum) by mark_celiz09 on 03-08-2008, 12:00 AM
    Filed under: .NET 2.0, app_code, App_Code Not Compiling, ASP.NET, ASP.net 2.0, deployment, event log, i am using VB asp.net 2.0, IIS, .ASPX, ASP .NET 2, vb.net
  • Re: Connection security

    We did our connection string outside of the application and we are just referencing inside the application. our dll that we included in the application. the purpose of this dll is to decrypt the encrypted connection so that it can be used in the application. is this applicable ? or we should put our...
    Posted to Security (Forum) by XML@asp on 01-26-2008, 12:00 AM
    Filed under: .net directory security network folder different account asp, Access is denied, App_Code, application pool, AppPool, ASP.NET, ASP.NET 2.0, ASP.NET Authorization role profile provider, asp.net forms authentication shtml server side includes IIS, asp.net membership sql server performance primary key datatypes, asp.NET website configuration tool, aspnet_wp permission, ASPNETDB, Aspnetdb.mdf, aspnetsqlprovider aspnet_regsql, attachment, auth / profile data across .com and .co.uk domains, authentication authorization default custom provider, connectionstrings, controls, asp.NETconfiguration, asp.net configuration tool, Application State Security, Access rules, connection string, asp 2.0, ASP.NET Membership, asppnetdb membership, Authenticate Intercept Log, asp.neTt 2.0 memembership
  • App_Code Folder Causing Me Grief

    I am migrating an ASP.NET 1.1 web application to ASP.NET 2.0. The new App_Code folder is causing me a lot of problems. I need most of the ASPX pages in a subfolder named "secure" so that they can be SSL secure. A web service in the secure folder cannot find its code behind file in the App_Code...
    Posted to Migrating from ASP.NET 1.x to ASP.NET 2.0 (Forum) by rrobbins on 01-21-2008, 12:00 AM
    Filed under: App_Code, ASP.Net, ASP.Net 2.0
  • App_Code

    Hi, I am trying to create the sub folders in the web application. And writing the class files in separate folders depending on the business logic. But i cant access those classes as i was able to do in windows application. The structure of the project is as follows and I want to access the Employee.cs...
    Posted to VS 2005 Web Application Projects (Forum) by anagha2311 on 09-14-2007, 12:00 AM
    Filed under: app_code, ASP.NET, ASP.NET web application project masterpage master page
  • How to Create a word document in asp.net (using VB codes) and write content in the word document?

    Hi All I know this topic maybe a easy one but im really a beginner for asp.net. I am creating a simple website. in one page, I have some generated data displayed, I want to create a button so that once i click, the data can be written in a new opened MS WORD DOCUMENT and it allows me to save. The Word...
    Posted to VS 2005 Web Application Projects (Forum) by leileicici on 08-06-2007, 12:00 AM
    Filed under: .NET, app_code, ASP.NET, asp.net 2.0, ASP.NET VS2005 CSS, ASP.NET web application project masterpage master page
Page 1 of 2 (13 items) 1 2 Next >
Microsoft Communities