| Thread | Last Post | Replies |
|
| 403 Forbidden errors w/ windows authentication | 24 Feb 2004 22:26 GMT | 1 |
I am developing a intranet application in an all Windows environment, but I'm running into a authentication snag. I use Windows Integrated Security on the web server so that I can identify who the user is. I do this with these lines. Dim objContext As System.Web ...
|
| FormsAuthentication.GetRedirectUrl() returns only first parameter | 24 Feb 2004 19:42 GMT | 1 |
It appears that FormsAuthentication.GetRedirectUrl() only returns the first parameter for the original target URL. For example, if the original target URL is: /MyPage.aspx?a=b&c=d
|
| Tips and Suggetions for Information Security | 24 Feb 2004 11:23 GMT | 1 |
I have just finished my bachelors and now I am going to pursue for my masters degree in Information security field. I would like to have suggestion and tips that how should I start preparing my self for this field. I am a Web Application Developer so I will be going for web ...
|
| Help for ActiveX | 24 Feb 2004 01:07 GMT | 10 |
I have created an ActiveX control for use on a web application for an intranet. Do I still have to pay for a Certification Authority to sign my ActiveX control for download to IE , when it is only for use on an intranet. I want to eliminate the constant message box saying the ...
|
| Security issues relating to submitting href links and text: | 23 Feb 2004 20:57 GMT | 2 |
I am currently developing a website (ASP.NET) which allows users to submit a web form containing a href link in one field and descriptive text in another field. The records will stored to varchar columns in a SQL Server 2000 database and hosted by a 3rd party ISP. The list of ...
|
| Passing security credentials to ASP from .net | 23 Feb 2004 17:04 GMT | 1 |
Here's my situation. I have a ASP page which requires windows authentication. The page works fine when I access it from IE and I am able to login succesfully. Now I am writing some .NET code to access the page. I pass in some data for the form. I always get a 401 error. I am ...
|
| WEB.CONFIG ISSUE | 23 Feb 2004 16:43 GMT | 1 |
I have all my root files under Forms Type Authentication mode and i have another folder where in i need no permission or a direct access to that folder. So i did make some changes in WEb.Config.
|
| ASPNET users | 21 Feb 2004 10:42 GMT | 2 |
I have the following security issue. I have a ASP.NET application running on a Server (SERVER_A - XP pro). A certain page needs to show a picture located on another Server (SERVER_B). Normaly the IIS connects using the local ASPNET user account, but SERVER_B don't know this account ...
|
| creating custom HttpContext.Current.User.Identity | 21 Feb 2004 10:41 GMT | 6 |
I've started getting into using forms authentication for asp.net apps with c#. From what i understand so far (limited) I like the way things work! I've got an application working right now where an email address and password is checked from a database and I can check the
|
| Block Search Engines | 20 Feb 2004 22:43 GMT | 5 |
Is there any way to block a web site to be listed on search engines? For example if the dns name is www.companyname.com, google returns the address if someone searchs for "company name"; even if we don't submit the website on any saerch engine and there is no link to www.companyname ...
|
| ASP.Net Security Problem | 20 Feb 2004 16:23 GMT | 1 |
I have a problem with permissions with an ASP.Net Application and IIS and SharePoint on Windows 2000 SP4 with .Net Framework 1.1.4322. The SharePoint 2001 SP 2a Portal Server is setup for Internet Access(Extranet Solution) I have a very simple piece of code that uploads a ...
|
| Impersonation fails after upgrade to .NET 1.1 Framework | 19 Feb 2004 15:54 GMT | 1 |
I have developed and ASP.NET application that uses the aadvapi32.dll to impersonate a domain user to gain access to files on a different server. The application runs fine with the .NET Framework v1.0.3705 as soon as I upgrade to .NET Framework 1.1 the aspx page which use the ...
|
| right to files on mapped drives throught IIS and ASP.NET | 19 Feb 2004 12:23 GMT | 1 |
On a local website but i want to access data on a remote drive (a mapped drive). The data are Foxpro files on a directeory of a mapped drive. I have a problem with security ( no tabel can be opened error 52 in foxpro ) I search the web for a solution.
|
| FormsAuthentication Signout should redirect to frameless page! | 19 Feb 2004 12:17 GMT | 1 |
I'm using FormsAuthentication in an web application that uses Frames. When the user clicks on "logout" button, I have the following code: FormsAuthentication.SignOut(); The challenge here is that, SignOut redirects to the logon page specified in
|
| Login/Logout Problem | 19 Feb 2004 05:27 GMT | 2 |
I have a small problem...Please go through it and share your views on it. I am using an xml file to authenticate my users. Also for each user i am maintaining a attribute named "status" which holds the logged in information
|