Click here to Skip to main content
15,908,112 members
Home / Discussions / Web Development
   

Web Development

 
GeneralInherits system.web.ui.page Pin
sybux200010-Sep-02 22:58
sybux200010-Sep-02 22:58 
GeneralRe: Inherits system.web.ui.page Pin
Paul Watson11-Sep-02 7:58
sitebuilderPaul Watson11-Sep-02 7:58 
GeneralRe: Inherits system.web.ui.page Pin
sybux200012-Sep-02 7:44
sybux200012-Sep-02 7:44 
GeneralRe: Inherits system.web.ui.page Pin
Paul Watson12-Sep-02 21:13
sitebuilderPaul Watson12-Sep-02 21:13 
GeneralBgColor in aspx Pin
sybux20008-Sep-02 6:07
sybux20008-Sep-02 6:07 
GeneralRe: BgColor in aspx Pin
Enrico Elizar Samuel10-Sep-02 18:45
Enrico Elizar Samuel10-Sep-02 18:45 
GeneralPermission/security with ASP Pin
Barry Lapthorn8-Sep-02 5:07
protectorBarry Lapthorn8-Sep-02 5:07 
GeneralRe: Permission/security with ASP Pin
Enrico Elizar Samuel10-Sep-02 19:03
Enrico Elizar Samuel10-Sep-02 19:03 
Barry,

I had met similar problem before. In a hosted environment, we have limited control over securing a portion of the website.

ASP.NET has the solution to secure a folder using setting in web.config, but again some hosting servers only allow web.config file to resides in root folder. Dead | X|

What I did in classic ASP and ASP.NET is to provide login/logout facility to authenticate user. The user credentials are stored in the database. Once the user is authenticated, I stored the authentication info in cookies. Then in the beginning of each web page I want to secure, I call a function to check the cookie and find out whether the current user is authenticated.

This is a hard way but worth to try. If you need some sample codes, just drop me an email.

Enrico


GeneralRe: Permission/security with ASP Pin
Barry Lapthorn10-Sep-02 22:05
protectorBarry Lapthorn10-Sep-02 22:05 
GeneralPosition od controls Pin
Mazdak7-Sep-02 2:19
Mazdak7-Sep-02 2:19 
GeneralRe: Position od controls Pin
Paul Watson7-Sep-02 4:21
sitebuilderPaul Watson7-Sep-02 4:21 
GeneralRe: Position od controls Pin
Mazdak7-Sep-02 4:24
Mazdak7-Sep-02 4:24 
GeneralRe: Position od controls Pin
Paul Watson7-Sep-02 4:41
sitebuilderPaul Watson7-Sep-02 4:41 
GeneralRe: Position od controls Pin
Mazdak7-Sep-02 5:25
Mazdak7-Sep-02 5:25 
GeneralRequest params in ASP.NET Pin
Mazdak6-Sep-02 23:28
Mazdak6-Sep-02 23:28 
GeneralRe: Request params in ASP.NET Pin
Mazdak6-Sep-02 23:41
Mazdak6-Sep-02 23:41 
GeneralPage_Load Pin
Mazdak6-Sep-02 7:45
Mazdak6-Sep-02 7:45 
GeneralRe: Page_Load Pin
Not Active6-Sep-02 8:32
mentorNot Active6-Sep-02 8:32 
GeneralRe: Page_Load Pin
Mazdak6-Sep-02 23:36
Mazdak6-Sep-02 23:36 
GeneralRe: Page_Load Pin
Not Active7-Sep-02 2:50
mentorNot Active7-Sep-02 2:50 
GeneralRe: Page_Load Pin
Mazdak7-Sep-02 4:26
Mazdak7-Sep-02 4:26 
GeneralRe: Page_Load Pin
Paul Riley6-Sep-02 9:33
Paul Riley6-Sep-02 9:33 
GeneralRe: Page_Load Pin
Paul Riley7-Sep-02 2:20
Paul Riley7-Sep-02 2:20 
GeneralHTML Help WorkShop problem Pin
Black ghost6-Sep-02 3:58
Black ghost6-Sep-02 3:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.