Ask a Question related to ASP.NET Security, Design and Development.
-
Dru Snyder #1
https and virtual directories
I've never done a login to a website so please bear with me. What is the
best way to go about this? Do I put all of the pages in a subdirectory that
I want secured and then put a different web.config file in there to specify
Forms authentication and deny all users? I tried to do that, but then I get
this error:
Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS.
So then I went into IIS and made that subdirectory a virtual directory. I
don't get that error, but no codebehind pages work then. I'm not sure why,
but then I get this error.
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Could not load type 'realestate.members.WebForm2'.
Apparently the aspx page can't find the class in it's code-behind page. I
assume because it is it's own virtual directory and the path to the class
isn't correct. I've changed it to everything I could think of, but still no
go.
If anyone has any suggestions regarding this and possibly a good book that
deals with asp.net and ssl that would help, I would greatly appreciate it.
Dru
Dru Snyder Guest
-
virtual directories in flex
Hi. I am trying to create a virtual directory in Flex 1.5 on a Windows xp pro machine using the integrated jrun server. I found the documentatation... -
Virtual Directories?
I have seen websites that use a sort of "virtual directory" system... Lets say when you click on something it goes to... -
Multipe virtual directories
Hello. I want to use the same code base for three different webservice deployments on the same machine, different virtual directories. Is there... -
virtual directories and IIS
I created a new directory on my hard drive C:\test. I mapped a virtual directory called MyWeb to this directory. Now when I try to create an... -
Using virtual directories for common directories (scripts, images, styles, etc.)
Hi, (sorry for the crosspost, I wasn't sure which was the best place to put this). I was just thinking about something and wondered if any of...



Reply With Quote

