-
Hi I am currently working on a web based file transfer solution. The Problem is the I need to use SSH rather than (or possibly in conjuction with SSL).... I have no idea of what is the best way to implement this using .Net? I have thought about writing an ActiveX (though this opens up a whole new realm...
Posted to
Architecture
(Forum)
by
davidmiranda
on
06-16-2009, 12:00 AM
Filed under: security, Hacker Proof, file reading and writing, ActiveX, filestream, SSH
-
Hi guys,
I don't know whether this question has been asked earlier or not.
But i want to encrypt the connectionstrings in my web.config. And my application will be deployed in web farm. So i want to encrypt my web.config in web farm scenario. I tried reading some blogs about this, but got confused...
-
Hello; My files are in a folder called httpdocs. I have a master page main.master in that folder. When I attempt to look at the page login.aspx which is also in that folder, I get a Master Page cannot be loaded error. The title page info on the login page is <%@ Page Title="" Language="VB"MasterPageFile...
-
I have upgraded to VWD 2008 and after alot of problems that have now been sorted I am left with one outstanding problem. I try and set up my membership database, by going to website>ASP.NET Configuration>Security. When I was running VS2005 this worked fine and I could switch between Windows and...
-
@ nagir , any developer who is seriously concerned about security needs to consider any possibility that may bring harm to her/his computing environment and must prepare for the worst case scenario. Otherwise disaster follows. Bad and good hackers exist. If you look at the software updates pushed out...
-
[quote user="nagir"]On the server you can modify web.config (do not remember exact setting) to allow upload up to the given size only.[/quote]This would be a useful solution in part. On the server side, it seems that after every file upload, the developer should see how much space is left on...
Posted to
ASP.NET MVC
(Forum)
by
gerrylowry
on
06-03-2009, 12:00 AM
Filed under: security, "file upload", "how to crash a server", "security asp.net mvc", hacker
-
I am designing a website, which requires dot matrix printing (Fast - printer resident font printing). For that, I designed activex control. It is displayed in browser window, but when it's button is clicked it raises following error. I added this AssemblyInfo.cs [assembly: System.Security.AllowPartiallyTrustedCallers...
-
Hi
friends here I am creating a simple Leave Management application for
which User Management is required so for this I used ASP.Net
configuration tool and created roles, users & permissions. After
which a “ASPNETDB.mdf” database is generated under App_Code file. Next
I created few .aspx pages like...
-
Hi, I have a Asp.net website with a aspx page. When the user has not logged in(anonymous user) some set of information will be rendered to user with “Log On” button. When the user logs in, customized information will be shown with “Log Out” button. But I need to use windows authentication with the built...
Posted to
Security
(Forum)
by
MrGenius
on
05-15-2009, 12:00 AM
Filed under: security, ASP.NET, authentication, windows
-
I'm working on a ASP.NET website that will have two different types of users Clients and Members. I will not have direct access to the database, but will use a .NET DLL provided to me that will have the functions AuthenticateClient(username, password) and AuthenticateMember(username, password) to...
Posted to
Security
(Forum)
by
Prone
on
05-13-2009, 12:00 AM
Filed under: security, user accounts, user authentication, custom membershipship provider