Search

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

Matching Posts

  • Re: Javascript Date Ticks

    For anyone who happens to run across this post in the future, here is the solution... http://codemonkey.joeuser.com/article/308527
    Posted to C# (Forum) by andrew_ on 6/3/2008
    Filed under: date time ticks javascript
  • Error 5 The Target Directory Is Not Empty - BeforeBuild

    Hello all, I went ahead and set myself up a WDP. I have the need to delete the contents of my OutputPath directory before the build executes and copies the files to that location. Below is the Target setup. <Target Name="BeforeBuild"> <Exec Command="rmdir /s /q &quot;$(OutputPath)&quot;" WorkingDirectory="$(MSBuildProjectDirectory)" IgnoreExitCode="true" /> </Target> I have verified that all paths are correct. This is the error I am
    Posted to VS Web Deployment Projects (Forum) by andrew_ on 2/7/2008
  • Functional Difference Between AXD and ASHX Handlers

    Hello all, I'm looking for an explanation as to the functional difference between implementing an IHttpHandler (and setting up a file.axd entry in web.config) and using the vs.net ASHX handler template. I've run across a flash component that I'm using for uploading and it requires a file path in which to POST to. I ran across an issue where my IHttpHandler implementation wasnt functioning properly with it, but the same code in an ASHX template seems to. The developer has suggested that
    Posted to HttpHandlers and HttpModules (Forum) by andrew_ on 1/2/2008
  • Re: ASP.NET wildcard and 404 errors

    We are also having the same issue. We have the wildcard mappings correct and verified with microsoft support. We're running the sites on 2003 WebEdition through VMWare. IIS doesnt seem to be letting the request get handled by the aspnet_isapi lib. If anyone knows of a solution to this, I'm all ears.
    Posted to Getting Started (Forum) by andrew_ on 12/20/2007
  • Re: Message: '/page.aspx?query=string' is not a valid virtual path.

    THE EXCEPTION IS BEING LOGGED BY THE EVENT VIEWER ON THE SERVER. IT IS NOT REPRODUCABLE IN CODE, LOCALLY, OR WHILE DEBUGGING. We are not doing any UrlRewriting on the sites which consistantly throw this error. We are not using Response.Redirect to forward to the URLs which appear to be causing this error. The exception happens on both Windows 2000 and Windows 2003 servers. The exception has occurred on a fresh install of Windows 2003. We've attempted to move the website to an alternate location
    Posted to Web Forms (Forum) by andrew_ on 8/24/2007
  • Re: Message: '/page.aspx?query=string' is not a valid virtual path.

    [quote user="satya_tanwar"] Could you please post your code.. [/quote] What code? I'm not putting the project up here for download, if that's what you're asking. This exception is being logged by the [production] server and is visible in the Event Viewer on the server and occurs only on the server.
    Posted to Web Forms (Forum) by andrew_ on 8/17/2007
  • Message: '/page.aspx?query=string' is not a valid virtual path.

    Hello all, I've done a fair amount of googling on the issue (as the forums here yeilded no results) and havent yet found the solution. We're getting the following error, quite frequently: Failed to process request. Exception: System.Web.HttpException Message: '/articles.aspx?aid=147693' is not a valid virtual path. StackTrace: at System.Web.VirtualPath.Create(String virtualPath, VirtualPathOptions options) at System.Web.HttpRequest.get_FilePathObject() at System.Web.Security.CookielessHelperClass
    Posted to Web Forms (Forum) by andrew_ on 8/17/2007
  • Re: Wildcard Extensions, RewritePath and /jsdebug

    Thanks for the suggestion. We've tried to implement UrlRewriting.Net, however the result is the same.
  • Re: Intellisense on controls and pages, tagPrefix/namespace/assembly.

    I found an article on how to kick the intellisense cache. Turned out to be just a local issue on my machine. Other coworkers didnt experience the same issue. Thanks for your reply.
    Posted to Configuration and Deployment (Forum) by andrew_ on 8/6/2007
  • Intellisense on controls and pages, tagPrefix/namespace/assembly.

    Hello! In this article last November, http://haacked.com/archive/2006/11/14/Register_Custom_Controls_In_Web.config.aspx The author outlined how to go about adding tag & namespace support to intellisense/pages/controls through this technique in web.config. I've attempted to implement the same within my projects. I have an assembly Shellscape.Builder.dll, root Namespace Shellscape.Builder. I also have a controls Namespace within that assembly which contains all the valid web controls I wish
    Posted to Configuration and Deployment (Forum) by andrew_ on 8/2/2007
Page 1 of 5 (50 items) 1 2 3 4 5 Next >