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
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. IIS 6 and VC++ 6

IIS 6 and VC++ 6

Scheduled Pinned Locked Moved C / C++ / MFC
c++windows-admin
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Venkat Eswaran
    wrote on last edited by
    #1

    Dear All, I am vc++ newbie. I need to create virtual directory in IIS 5.0/6.0 from vc++ 6 application I have this sample. http://www.installsite.org/pages/en/isp_net.htm[^] It is gives lots of errors when i comple it in VC++ 6.0. Can any one send me a sample code to create Virtual ditectory in IIS 5.0/6.0 from vc++ 6 application. Thanks in Advance

    M 1 Reply Last reply
    0
    • V Venkat Eswaran

      Dear All, I am vc++ newbie. I need to create virtual directory in IIS 5.0/6.0 from vc++ 6 application I have this sample. http://www.installsite.org/pages/en/isp_net.htm[^] It is gives lots of errors when i comple it in VC++ 6.0. Can any one send me a sample code to create Virtual ditectory in IIS 5.0/6.0 from vc++ 6 application. Thanks in Advance

      M Offline
      M Offline
      Mike Dimmick
      wrote on last edited by
      #2

      You probably need an updated Platform SDK. Download it from Microsoft SDK Update[^]. Tell the installer to register with VC++ 6 if requested. If that doesn't help try defining _WIN32_WINNT to 0x0500 before including any headers (e.g. at the start of your stdafx.h). Stability. What an interesting concept. -- Chris Maunder

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

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