Ask a Question related to ASP.NET General, Design and Development.
-
Ryan Knopp #1
ascx shared with other projects
I have created this header file (ascx) that dynamically changes depending on
the page it's on. I would like to keep this file in one location so I can
change my menus at one place without having to go into each project
directory and change it. However I can't seem to figure out a way to allow
my projects to only include this one ascx without getting an "The vitual
path blah/blah.ascx maps to another application, which is not allowed". Is
there any way around this?
Ryan Knopp Guest
-
Shared Memory/Shared Buffers
I have noticed that I can't set the shared buffers above 15512 which is exactly 128MB of RAM. Even if I set /proc/sys/kernel/shmmax above that,... -
Any .NET sample projects using SSL
I have to talk to an application server using SSL (version 3.0) from my web server. The owners of the application server supplied me with an RSA... -
projects that use optparse
I am trying to sink me teeth into optparse and whereas the documentation looks like a great reference it is rough going for someone just starting... -
two asp.net projects shared one request.isauthenticated?
I have two seperated asp.net projects - project1 (\inetpub\wwwroot\project1) and subproject (\inetpub\wwwroot\project1\subproject). They share... -
[ASCX] Add an ascx in a webcontrol...
hey there, ok i made a class, that inherits webcontrol, and i add an htmltable to it. I was wondering how to declare an ascx file as an object in...



Reply With Quote

