Search

You searched for the word(s): userid:775790

Matching Posts

  • Re: thread aborts in iis 7 due to file monitoring, i think.

    Thanks for replying Kumar! I tried the monitoring and got the following: _shutDownMessage=IIS configuration change HostingEnvironment initiated shutdown HostingEnvironment caused shutdown _shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal() at System.Web.Hosting.HostingEnvironment.InitiateShutdown() at System.Web.Hosting.PipelineRuntime.StopProcessing() If I
    Posted to Configuration and Deployment (Forum) by mtanneryd on 2/13/2009
  • thread aborts in iis 7 due to file monitoring, i think.

    Hi! I'm running a web application that serves its web service clients with a variety of information. In order to provide this information the application collects data from various sources and some of this data is stored locally in the app_data folder. One of the things the application does is download text files from an ftp site and it stores these files locally. Sometimes the number of files downloaded can be quite a few and this is when the *** hits the fan. It seems as if there is some kind
    Posted to Configuration and Deployment (Forum) by mtanneryd on 2/12/2009
    Filed under: iis 7.0 thread abort FileChangesMonitor app_data
  • asp pages require me to authenticate but aspx does not

    Hi! I have an ASP.NET application running on IIS6 but it also contains a folder with some classic ASP pages. When I try to call the ASP pages the anonymous access fails and the server throws a 401.5 on me and I'm prompted with the login dialog. If I login with my server windows account it works just fine. The weird thing is that if I place an aspx file in that same folder it works just fine with anonymous access. What am I doing wrong? /Måns
    Posted to Security (Forum) by mtanneryd on 8/6/2008
  • Re: ambiguous server tags

    This is the error message I get. Error Creating Control - ListView1 The server tag 'asp:ListView' is ambiguous. Please modify the assiciated registration that is causing ambiguity and pick a new prefix. Weird thing is, I don't necessarily get it all the time. If I create a new project and add an MVC View Page and immediately adds a version 3.6(ASP.NET 3.5 Extensions) ListView control it doesn't complain. Hmm, it seems as if it only complains if the following code is on my page. Looking
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by mtanneryd on 12/15/2007
  • Re: ambiguous server tags

    I created a project from the ASP.NET MVC project template. I tried to add the ListView simply by dragging it from the toolbox group "ASP.NET 3.5 Extensions" onto my MVC-View-Page-templated aspx page using the designer. Below is my web.config <!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use the Website->Asp.Net Configuration option in Visual Studio. A full list of settings and comments can be found
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by mtanneryd on 12/13/2007
  • ambiguous server tags

    When I try to add a 3.5 Extension ListView server tag it complains about ambiguoity. I assume it is somehow in conflict with the "default" ListView. How do I get around this problem? /Måns
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by mtanneryd on 12/13/2007
    Filed under: ListView
Page 1 of 1 (6 items)