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
C

ConXioN

@ConXioN
About
Posts
6
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • bypass pop up blocker in IE7
    C ConXioN

    target="_blank" in anchor tag will open new window every time a link is clicked and won't have problems with popup blockers. If you need to resize the window, you can do it with javascript. However, if you want to hide addressbars, scrollbars etc in the opened window, maybe it's better just to use DHTML window instead. For this I would suggest using Ferant DHTML Studio Lite which is way cool!

    ASP.NET

  • DNN User Authentication
    C ConXioN

    Make a module out of the separate web application you developed. One of the key ideas in DNN and modules IS that you don't need to force your users to log in multiple times to access different sections of your site.

    ASP.NET question security help career workspace

  • asp.net & grabbing a code from url
    C ConXioN

    I'll answer this myself: Installing Wildcard Application Mappings (IIS 6.0) will configure a Web site or virtual directory to run an Internet Server API (ISAPI) application at the beginning of every request to that Web site or virtual directory, regardless of the extension of the requested file. This effectively means that no matter what was requested, it's first handled by aspnet_isapi.dll (as I configured it) After this, it's only a matter of Url Rewriting with ASP.NET Thanks for attention :)

    ASP.NET csharp asp-net com windows-admin question

  • asp.net & grabbing a code from url
    C ConXioN

    The only problem being that how do I pass the request to the asp.net without having .aspx in the url and how do I prevent the server considering the code as folder and returning HTTP 404 when the URI is requested? Any references?

    ASP.NET csharp asp-net com windows-admin question

  • SAVE WEB PAGE WITH IMAGES
    C ConXioN

    Build a C# Multipart MIME Encoding Library to Save Web Pages in "MHT" Format By Peter A. Bromberg, Ph.D.

    ASP.NET javascript html sysadmin tutorial

  • asp.net & grabbing a code from url
    C ConXioN

    I have a domain where queries will be in form www.domain.com/demo12345 demo12345 being a code I need to grab & process. I need to have a single page to process these requests and the only thing this domain does, is that it reads the code and processes it. Can I do this on that domain itself or do I need to configure a redirection in IIS and grab the code from the referrer url?

    ASP.NET csharp asp-net com windows-admin question
  • Login

  • Don't have an account? Register

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