Web Hosting Talk







View Full Version : Denying .NET execution


WonderMonkey
11-14-2002, 10:29 PM
Lets say I have .NET installed on a box as well as standard .ASP. Lets also say I want to charge some amount (say $1 a month, example) for standard hosting and another amount for .NET (say $2 a month). How can I, on a site by site basis, allow or disallow the ability to run .NET apps?

Oh yeah, Win2k and IIS for those that don't know.

net-trend
11-14-2002, 10:48 PM
I don't see how you can do that. The only way you can charge 2 seperate fee's is to run 2 different boxes.

One with ASP only the other with .NET, otherwise it's impossible.

Maybe you could deny .aspx file extensions?

WonderMonkey
11-14-2002, 11:29 PM
That is one way I was thinking of doing it but didn't know if that was "hack" or not. Thanks for the thought.