Search

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

Matching Posts

  • Visio For Enterprise Architects and the .NET Framework 1.1

    Im wondering is there a UML model that has a copy of the .NET framework in it so when I want to inherit from (for example System.Collections.Stack) a class I dont have to recreate it in visio ? I find this partictularly annoying what with there being over a million classes interfaces delegates etc to recreate. the reverse engineer works up to a point but only imports classes you have used and not the ones they depend upon.
    Posted to Architecture (Forum) by MarkB on 3/25/2004
  • Re: Is it difficult ?

    you wouldnt do it in C# unless you want a post back in between your better off using Javascript
    Posted to Web Forms (Forum) by MarkB on 3/4/2004
  • Re: Hide/Disguise Image URL

    create gif images with numbers 0-9 create an ASPX page (eg Image.apx) import System.IO on the page load event [code] Response.ContentType = "image/gif" Dim rnd As New Random Dim rnum As Integer rnum = rnd.Next(0, 9) rnd = Nothing Session.Add("Regnumber" & Request.QueryString("Regnum"), rnum) Response.Redirect("Images\" & rnum & ".gif") [/code] then put in the page <img src="Image.aspx?RegNum=1"> <img src="Image
    Posted to Web Forms (Forum) by MarkB on 3/4/2004
  • Folders and Assemblies

    Ok here is the sketch I have a system that is going to run on a local server that is going to be accessible on the intranet and externally over the internet and Im playing with log in forms at the moment Internal people should not see the login form and authenticate them using windows based auth External people should see the log in form and log in currently I have 3 folders TechDesk TechDesk\bin TechDesk\Login the web.config in the root of the site asks for forms based auth and if the user isnt
    Posted to Web Forms (Forum) by MarkB on 3/4/2004
  • Re: Cant Create a Web App

    Hmmm thats intrersting I wont let me reinstall VS.NET 2003 .......... I think it may be rebuild time again
    Posted to Installation and Setup (Forum) by MarkB on 2/16/2004
  • Re: Cant Create a Web App

    I havent tried that yet I takes around 3 hours on this machine :( But Ill Try it and let you know Version 1.1.4322
    Posted to Installation and Setup (Forum) by MarkB on 2/16/2004
  • Re: Cant Create a Web App

    more than a few times
    Posted to Installation and Setup (Forum) by MarkB on 2/13/2004
  • Re: Cant Create a Web App

    Umm should have said Running win2k3 and I have tried running aspnet_regiis -i and ASP.NET Version Switcher to no effect
    Posted to Installation and Setup (Forum) by MarkB on 2/3/2004
  • Cant Create a Web App

    regardless of which server I use VS.NET 2003 tells me Visual Studio .NET Has Detected that the specified web server is not runnning ASP.NET version 1.1. you will be unable to run ASP.NET web application or services.
    Posted to Installation and Setup (Forum) by MarkB on 2/3/2004
  • Re: Access Filesystem with ASPNEt User without impersonation

    what does User.Identity.Name say ? is it what you expect ? is it null ?
    Posted to Security (Forum) by MarkB on 8/12/2003
Page 1 of 2 (14 items) 1 2 Next >