M
mike parr
I have written a couple of HTTPS websites using notepad, and now I'm
trying to write one in VS.NET but I'm having a few problems. I need a
default file in the root folder which redirects to a secure folder where
all my files (excluding bin folder, web.config) reside.
To start off with I developed all my files as normal and then tried to
cut and paste them to the secure folder. This didn't work, so then I
tried changing the Inherits part of the aspx to secure.filename rather
than root.filename, the namespace of the cs file from rootname to secure
and I also changed the file location in the solution file. This still
doesn't work.
There's probably a very simple solution to this, can somebody please
tell me what it is!
Cheers,
Mike
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
trying to write one in VS.NET but I'm having a few problems. I need a
default file in the root folder which redirects to a secure folder where
all my files (excluding bin folder, web.config) reside.
To start off with I developed all my files as normal and then tried to
cut and paste them to the secure folder. This didn't work, so then I
tried changing the Inherits part of the aspx to secure.filename rather
than root.filename, the namespace of the cs file from rootname to secure
and I also changed the file location in the solution file. This still
doesn't work.
There's probably a very simple solution to this, can somebody please
tell me what it is!
Cheers,
Mike
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!