system.Web.Extension

  • Thread starter Thread starter Arne Garvander
  • Start date Start date
A

Arne Garvander

I am moving a web site from IIS 6 to IIS 7.
I am in a corporate domain with limited admin privileges.
How do I verify the Asp.net Extensibility is working properly?
 
Arne Garvander said:
I am moving a web site from IIS 6 to IIS 7.
I am in a corporate domain with limited admin privileges.
How do I verify the Asp.net Extensibility is working properly?

What extensibility point are you talking about? Can you test the site in a
testbed (did they give you one on the server - a deployment spot)? If not,
can you set up an IIS test instance, even on a virtual, to make sure you
have not done anything that will be a problem on IIS 7.0. I would love to be
more specific, if you hit something I am familiar with, but
system.web.extension tells me very little about what you are trying to
accomplish.

Overall, if you are not touching the Windows system or file system, you will
not have a partially trusted issue, so you are probably fine. If all of your
extensibility points are in the web root or lower, I don't think you will
have a problem. It changes a bit in .NET 4.0, so you might want to look
ahead at the changes in security before deploying with .NET 4.0, but that is
just a sane way to do things.

--
Peace and Grace,
Greg

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

************************************************
| Think outside the box! |
************************************************
 
Back
Top