Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
J

joaoPaulo

@joaoPaulo
About
Posts
15
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • In your language how do you say???
    J joaoPaulo

    Bem-vindo ao CodeProject <- for a him Bem-vinda ao CodeProject <- for a her Bem-vindos ao CodeProject <- many hims (and optionally hers also) Bem-vindas ao CodeProject <- many hers (no hims) Portuguese from Brazil (Pt-BR) and more... be == seja Be Welcome! == Seja Bem-vindo! so.. até mais amigos! blitzkrieg bop!!

    The Lounge c++ question

  • Input type='file' x client side validation...
    J joaoPaulo

    sorry about my english... I'm using a one input type='file' and one input type='submit' in a form with method='post'... Problem: - On InternetExplorer 6.0 (beta 7 too) when the value of input file is any garbage like 'sasdfa' the submit doesnt work. probably cause the IE know with 'sasdfa' is a invalid file.... On firefox the submit works fine.. What i Need: - I wanna know the same think IE knows(if the file is valid or not) at client side by javascript on form 'onSubmit' method. I dont want use a RegEx over the input file text value. I'm just looking for some way to know if the file is valid.. or not.. thanks! blitzkrieg bop!!

    Web Development javascript beta-testing regex help

  • Application_End x folders manipulation
    J joaoPaulo

    its easy to simulate:;P put that code on page_Load of an default.aspx (using aspnet 2.0 with VS 2005), and then put a breakpoint on GlobalAsax.Application_End, nothing to much, rigth? using System.IO; ... protected void Page_Load(object sender, EventArgs e) { Directory.CreateDirectory(Server.MapPath("teste_maluco")); Directory.Delete(Server.MapPath("teste_maluco"), true); } But always happen, tell me if im wrong.. or tell me what's wrong in that code.. i try put some log and then run as release.. always hits on Application_End handler.. if you do that test in your aspnet 1.1 with VS 2003, this run just fine, without bugs... one more time, sorry about my english and thanks for your attention joaoPauloMelo brazil blitzkrieg bop!!

    ASP.NET help question

  • Application_End x folders manipulation
    J joaoPaulo

    hi, well, in a specific request i need to call the Directory.Delete() method, this make the application terminate.. i'm using the aspnet 2.0.. chears joaoPaulo brazil blitzkrieg bop!!

    ASP.NET help question

  • Application_End x folders manipulation
    J joaoPaulo

    hey.. (sorry about my english..) just note the following "bad situation" we create, dynamically, subfolders in web shared directory (i mean, inside the physical directory of virtual directory), this happen in user logon process.. thus far all fine... BUT, always when same subfolder has been (dynamically) deleted,.. hmm.. the web application ends. calling the "Application_End" handler from Global.asax we have a workaround for this situations??, can we avoid/omit that "aplication fall"?? some body already read about avoid creation or exclusion of subfolders located beneath our virtual directory? thanks for any help! joaoPaulo blitzkrieg bop!!

    ASP.NET help question

  • Sets Dcom Security For A Specified Application, in .net
    J joaoPaulo

    hey guys! (sorry about my english) so, i know the great tool dcomperm.exe, but i don't want use this .exe.. what i realy want is: to use a .net assembly with all existing functions on dcomperm. so i just start to rewrite my own dcomperm in c#, but..! its a LOT of work.. its almost insane...:omg: 1- so, anyone know a finished .net component or something like that?? 2- i try to convert the C++ unmanaged dcomperm code(from samples VS 6), to C++.net, but im not so close to C++ code, its a hard work.. it would be a easer workaround?? thanks a lot guys.. if i get finished my own dcomperm, i'll build a codeproject article to share it! blitzkrieg bop!!

    C# csharp c++ visual-studio security question

  • SecurityException running a winApp located on intranet
    J joaoPaulo

    hi, maybe u can help me, i'll apreciate! first, sorry about my english. I have some problems with security policy, and i duno the best workaround for that.. - I just finish a "installer.exe" (a WinApp in C#), this installer perform some process, do something on regedit, create virtual directory, things like that. - This installer.exe stay on share directory on intranet server, our customers will put this installer on their intranet servers. So anybody should be able to exec the \\myserver\installers\intaller.exe or some like that... - When the guys on their own station wanna run that installer, in specifics points they get the "System.Security.SecurityException" error I workaroud this problem in my machine setting the .Net security policy to full trust. BUT, no one wants to set the security policy in his machine, cause is boring, or they dont know how do that, and a installer shoul be convenient... some body know ohter way to workaround this problem??? tanks!! blitzkrieg bop!!

    C# help csharp sysadmin security question

  • [security] setting dynamically the proxy.Credentials with the currentIdentity
    J joaoPaulo

    hey guys! sorry about my english.. ======== the context: - one WebService "A", where the IIS directory security has only the "Windows Integrated Authentication" enable, and authentication mode is "Windows" on web.config. - IIS Version 5.1 - one WindowsApplication "B", to call some methods from the WebService "A". - the user running the WinApp "A", belongs to Administrator Group on both machines ("A" app Machine, and "B" app Machine). User account is the same in both places. this will never change... - I always need to set the Credentials of my proxy obj before call any webMethod (this happen on "B" app) ======== the problem: - is kind boring, ask for user insert the UserName, Password and Domain all the time, rigth?! so, is possible set at runtime this informations, wihtout user interactions? or some way to set anything on web.config or IIS to workaround this problem? .. I search how build the Credentials dynamically, I can get the current userName and Domain, but what about the password?? any tip will be great! thanks! João Paulo Melo southBrazil blitzkrieg bop!! -- modified at 14:15 Thursday 1st September, 2005

    .NET (Core and Framework) security windows-admin help question announcement

  • [Visual Source Safe] database x internet.. it's possible?
    J joaoPaulo

    hi!! (sorry about my english) well, the problem is: it's possible to leave my Source Safe Database on a Virtual Directory in internet ? X| i tried to do that... but the Visual Studio can not load the source control file: http://[server]/[virtualDirectory]/srcsafe.ini - if someone know how to share a Source Safe Database in the internet, please, help me! any link, article, anything will be great!:rolleyes: OR - can the CVS (or other source code manager) solve this problem??? 10x !!! joaoPaulo south Brazil blitzkrieg bop!!

    Visual Studio help csharp database visual-studio sysadmin

  • [vs.net setup] - just update my directorys with a newer version of .msi
    J joaoPaulo

    hi, sorry about my bad english ;P so, i would like to use my web setup project, not just to create the virtual directory on IIS(on the 1st time), but to update my 'bin' and 'js' directory (with more files) in the future(with onother version of my .msi), the problem happen when i try update my site running other(newer) version of myproject.msi. cause it always uninstall and then install again, creating one more time my virtual directory... this is bad! i just need launch the "repair" and this should just update some directorys, whitout uninstall (this happen when the version of .msi was changed).. exist any way to do that?!:confused: thanks for help! joao paulo melo - southBrazil blitzkrieg bop!!

    Visual Studio help announcement csharp javascript visual-studio

  • [SourceSafe Automation] archiving databases
    J joaoPaulo

    hey! thanks!! im using the SSARC to archive some databases and its work fine! thanks!:-D blitzkrieg bop!!

    Visual Studio help database testing tools question

  • [SourceSafe Automation] archiving databases
    J joaoPaulo

    hi! that's my problem: i need archive a source safe database by command line or any other automatic way... is that possible???:doh: thanks for any help!! joaoPaulo southBrazil blitzkrieg bop!!

    Visual Studio help database testing tools question

  • Managing User Accounts and Gruops at Runtime
    J joaoPaulo

    hi!! i'm looking for a way to Managing User Accounts and Gruops at Runtime using C# code... is that possible??:doh: thanks! Girls: 0 succeeded, 47 failed, 1 skipped

    .NET (Core and Framework) csharp question

  • Web Setup Project....
    J joaoPaulo

    hei!, 10x for your help!! so, i'm think about starting to work with the Wise Professional Installer.. well, I solve my problem doing a 'win app setup', then the user can select a directory to install the project, and i handle the commit event and i perform a code to create the virtual directory on my own way.. and that works fine... BUT..! now i need with the user could install a second project (a second virtual directory), and on the second time with the user perform my installer, it do just perform the 'repair' or 'remove' action.... so I'm think about manipulate the 'repair'-action, to create a second virtual directory... but i can not found any documentation about that... so, anybody can help ?? should i work with the 'Wise Professional Installer'?? thanks João Paulo Melo - southBrazil

    ASP.NET help question workspace

  • Web Setup Project....
    J joaoPaulo

    hei!! (sory about my English X| ) so, i'm makink a web setup project, but i have a litle problem. i realy like with the user choise a directory to create the 'virtual directory'... cause now it always is created on defalut iss directory: "C:\inetpub\wwwroot"(i my case) so, its possible the user choise a different directory to create the virtual directory?? (by the web setup project) any help or tip will be great!! thanks!!! joao paulo melo - southBrazil blitzkrieg bop!!

    ASP.NET help question workspace
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups