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
  1. Home
  2. General Programming
  3. Windows API
  4. ASP.Net development on IIS7

ASP.Net development on IIS7

Scheduled Pinned Locked Moved Windows API
sysadminsecurityhelpquestioncsharp
1 Posts 1 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.
  • C Offline
    C Offline
    cjlambre
    wrote on last edited by
    #1

    I've been using Vista Ultimate on my home desktop for a while, but not for development. Recently, I got a new laptop for work, and decided to make the jump onto Vista there as well. This has been a new experience using Vista as a development platform, and I'm running into difficulties with IIS7. On my laptop, I created a basic .Net 2.0 web application. The application is running in the "ASP.NET V2.0" app pool, which uses the NetworkService identity.

    1. If I use "Pass-through authentication" on my site, Authorization to the physical path fails, even though NetworkService has Read permissions to the physical path. How can I get Authorization to succeed?
    2. If I use "Specific user", and provide my credentials, Authorization succeeds. However, when I browse the application, it appears the default page is rendered as a static file, not executing any of my codebehind.
    • In the "Handler Mappings", I see no mappings for ".aspx". Shouldn't I?
    • I ran aspnet_regiis -i, this did not create the script mappings I expected it to.

    Frustratingly, on my desktop, I do see script mappings for ".aspx", etc. However, I have the same problem as on the laptop with not being able to run as Network Service. If I do run as a specific user, I am able run my test site. But this doesn't help me as I would like to develop/debug/run as Network Service on my laptop. Any help and/or references are greatly appreciated. (Also, been looking for a good SMTP server to run on this laptop, as I found IIS7 does not include an SMTP server!) Cheers, Carl

    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