Forums
This topic is locked
modify ASP page that needs authentication
Posted 14 Mar 2003 19:00:44
1
has voted
14 Mar 2003 19:00:44 Daniel Hurtubise posted:
I need to edit ASP pages in my web app but the page won't display in DMX because it requires a valid GUID variable.How do I establish a runtime connection so that I can bring up a page and edit it's html code?
To make sure that I'm asking this question correcly, let me explain how the web app works a little.
Users login to the web page and then subsequent pages are displayed if the username and password is valid. If the password is a valid, a GUID is generated and used by subsequent pages. However, if the GUID parameter is not present, or valid, the login page displays when I want to edit another asp page in my web app.
I hope I'm asking this question clearly. I have looked everywhere for an answer on this problem include numerous book, help pages and web searches.
Replies
Replied 15 Mar 2003 01:51:55
15 Mar 2003 01:51:55 Phil Shevlin replied:
I'm not an asp guru, but it sounds like user sessions is what you are trying to create