Search results for query: *

  1. A

    Question Re-write Classic ASP URLs to ASP.NET URLs (using .NET)

    Hi folks, I'm using an existing web application that has URL Rewriting built into it. I've modified it to suit my needs and it works perfectly under the built-in Visual Studio Web Server...but it won't work in IIS 6. I'm in the middle of migrating from one forum package (Classic ASP) to a new...
  2. A

    Windows Service and UNC Path Issues?

    Hi, I wrote a WinApp that successfully moves file around based on regular (D:\stuff\etc...) path and UNC (\\server\share\stuff\etc..) paths. No problem. However, when I converted this app to a Windows Service, it no longer connects to the UNC path files. I assume this is a permission thing...
  3. A

    ASPX page is hitting PageLoad TWICE ?

    I'm about to lose my mind here, and would love some insight, if anyone can muster some up. In a nutshell, I have a large application. This application has a number of ASPX pages I've created within a project. Some (not all) of these pages are hitting the Page_Load method twice. I have combed...
  4. A

    Sharing Data with Threads in ASP.NET

    Is there any way to successfuly acquire information from a spawned thread? For example: * ASP.NET page spawns thread to do work * ASP.NET page can ask thread for information regarding it's status on subsequent page hits, and display it on the web page I'm thinking it's not really possible...
Back
Top