all groups > asp.net security > august 2004 > threads for august 8 - 14, 2004
Filter by week: 1 2 3 4 5
URL (Querystring) Encode
Posted by DotNetJunkies User at 8/14/2004 9:31:03 AM
Hi,
I am working with VB. Does anyone know how to encode a set or querystrings using vb?
For example:
Unencoded:
http://asite.com/default.aspx?a=1&b=2&c=3
Encoded
http://asite.com/default.aspx?x=asdfsj345654_34fffdklrrgvbmnv
Thanks,
Scott
---
Posted using Wimdows.net NntpNews Com... more >>
"Path 'POST' is forbidden"
Posted by Ollie at 8/12/2004 5:03:35 PM
I have wrriten a reverse proxy for a client of mine, this reverse proxy
takes the url takes it attempt to access a *.XXXX and returns the the
contents of an aspx web page from another internal server, the user then
clicks on a button on the page that then posts data to the reverse proxy and
it r... more >>
web.config in subfolder
Posted by Luke Ward at 8/12/2004 4:47:48 PM
Hi
I am using remote web space and cannot seem to use my normal web.config file
to secure the folder :-(
<authentication mode="Forms">
<forms name="CATSAuth"
path="PVLTUpdateGrd"
loginUrl="Login.aspx"
protection="All"
timeout="30"/>
</... more >>
Launching a console app on the server via asp.net
Posted by tim NO[at]SPAM soundcare.com at 8/12/2004 2:26:58 PM
I've got a console utility app that I need to launch on my web server
via an aspx page. I need to do this so I can launch the console app
from a web page from any client pc in my office.
When I try to do this (using the Process object in the
System.Diagnostics namespace) the process starts an... more >>
Setting up security on my web application
Posted by Sam Vanderstraeten at 8/12/2004 9:32:14 AM
Hi all,
My situation:
- VB.net & Visual Studio 2002
- IIS 6.0 - Windows XP Pro (development) and Windows 2000 server (release)
I created a test-application (before I started to develop the real
application), to check the possibillities of the NTFS Security on IIS and
ASP.net.
This securit... more >>
access dir on other machine
Posted by yhspl_softwaregroup NO[at]SPAM hotmail.com at 8/12/2004 12:06:34 AM
How to access directory on other machine in the network.
If I use path of the server machine it works fine
I want to access other machine that needs uname and pwd.
I have tried
1) Gave the right to act as part of OS TO ASPNET USER IN LOCAL
SECURITY POLICIES
2) <identity impersonate="true"... more >>
FormsAuthentication and Redirection fails
Posted by Alan Dean at 8/11/2004 5:09:02 PM
Hi,
I am using FormsAuthentication in VS.NET 2003, but for some reason the
authentication code does not seem to be behaving as expected.
The behaviour looks like it is not redirecting from the login page, however
I suspect that the problem is that the page is redirecting but the
FormsAuthen... more >>
Form Validation/SessionID changes
Posted by Jeff White at 8/11/2004 5:06:58 PM
Hi All,
I've got an Asp.Net application, I've set the loginurl to "login.aspx"
and my validation is working fine. However, after I log in and navigate to
"default.aspx" (or whatever page) my session is being reset.
I create and set some session variables during my login procedure and thes... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Design pattern for preventing the assignment of duplicate login id's
Posted by itaitai2003 NO[at]SPAM yahoo.com at 8/11/2004 3:53:27 AM
Feedback appreciated.
Problem definition:
Two distinct users are in the process of filling out a three step
wizard type registration form. The first page requires choosing a
login id. Assuming the two users choose the same textual login id, the
wizard must assign the name to the first one... more >>
how to obtain the login id and domain in c#.asp
Posted by Steve at 8/9/2004 7:17:01 PM
I am using c#.asp to write an application in which I need to get the login id
and domain of the user and verify his/her privileges to use such functions or
actions. Can someone show me an example code? Thanks a lot.... more >>
2 Project in same WebRoot
Posted by Francois Soucy at 8/8/2004 2:28:15 PM
I've 2 projects in same WEbRoot. Each project has is own Subdirectory.
Project #1: /Journal/ '<-- Anonymous
/Journal/Admin/ ' <-- WebForm Authentication for each web
page
Project #2: /Recettes/ '<--- Anonymous
/Recettes/Admin/ '<--- WebForm Authentication f... more >>
|