Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple Inheritance Dilemma
Message
 
To
09/09/2005 01:12:27
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01047884
Message ID:
01048120
Views:
16
I currently have the BasePath property defined in my base page class and I set it in OnLoad() event to be the full URL path to the root of my website (using Request.ServerVariables). Then I can build paths to different subfolders in my website no matter what server my sight is running on.

I have not used Interfaces yet. Would I be able to access Request.ServerVariables in the get() method of my property if I were to define it in an Interface?

Matt
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform