| Thread | Last Post | Replies |
|
| securing an intranet site | 31 May 2006 19:44 GMT | 4 |
I have been tasked with developing a web application that only 2 people and myself for development purposes are allowed to access. I dont think its possible to use the web.config file for this as other members of the IT departement have full administrator access to teh network ...
|
| website restricted to fixed public IP or to only PC wth predefined configuration | 31 May 2006 06:49 GMT | 4 |
I'm working on an ASP.NET application where I need for only a few machines (machines accessing the site will have fixed public IP) to be able to have access to the website. It should check some hardware components of PC to give access to the website. It should also ...
|
| .NET 2.0 Trust issue on Hosted Server | 31 May 2006 00:16 GMT | 6 |
I'm using a .net 2.0 Hosted server, IIS has trust level I think I medium, which I can't over-ride. I'm working off the Personal Website wizard. I get this security issue usually after I log in and come back. Sometimes I get it, and sometimes I
|
| LDAP Login ASP | 30 May 2006 18:10 GMT | 1 |
I'm using the following code to check the user authentication Set dso = GetObject("LDAP:") Set cont = dso.OpenDSObject(AdsPath,user,password, 34) But I getting the following error
|
| Validation of viewstate MAC failed | 30 May 2006 14:38 GMT | 3 |
I have some problems with a site project im working on. It should be easy, but im running into an error. My page has a server sided form and client sided (basic html) textboxes, a button and a simple jscript to submit the form to an other page.
|
| how to disable the refresh button | 30 May 2006 09:36 GMT | 1 |
I want to disable teh refresh button on my pop window. Whenever I right click, my pop up window, the 'Refresh' button should be disbaled.... Can anyone help me on this.... any javascript functions to be included?
|
| need help on parser error | 30 May 2006 09:35 GMT | 1 |
I've a problem in accessing user controls when I deploy the application in the production server.. I'm receiving the following error... Ambiguous match found.
|
| Generating Certificates for assemblies | 30 May 2006 06:06 GMT | 1 |
A few questions from someone who hasn't done this before. I run the following commands makecert.exe -n "CN=Certifit" -sv yourkeypair.pvk yourcert.cer cert2spc.exe yourcert.cer yourspc.spc
|
| <deny users="*"/> | 29 May 2006 15:00 GMT | 2 |
I use <deny users="*"/> in my web.config file to disable my ASP.Net webs. This works fine on one of my web servers but not on another. Both are 2003 IIS6 web servers. What configuration option could be disabling my ability to use this mehod?
|
| Retrive Autogenerated machinekey | 28 May 2006 03:37 GMT | 3 |
We currently use FormsAuthentication functions to encrypt and decrypt our cookies. Unfortunatly when this was first implemented (not by me honest!!) the machinekey was left to Autogenerate. We now need to role out a second server to work with NLB. I know that
|
| Styling CreateUserWizardStep Buttons? | 27 May 2006 15:10 GMT | 1 |
Styling CreateUserWizardStep Buttons? I thought I had all aspects of the CreateUserWizard templated and all of my Previous and Next buttons use the style of the Button control as declared in the Skin file but the CreateUserWizardStep wires up its Previous and Next
|
| ASP.net 2.0 profile provider. Turn on personalization | 26 May 2006 18:09 GMT | 5 |
I am using membership and profile providers in my asp.net 2.0 website. Our client uses a pre-compiled content management site and my code is added to the site as user controls. When i uploaded the new registration (createuserwizard) and login controls
|
| Calling NetUserGetInfo from ASP.NET app | 26 May 2006 16:40 GMT | 14 |
I have an ASP.NET 2.0 app with windows authentication and impersonation enabled. The application pool is running as local system. I'm trying to call NetUserGetInfo to retrieve the full name of a user account. The code works when run from a console application. When I
|
| host a windows user control File access | 26 May 2006 16:35 GMT | 1 |
I have an internal app that is complex enough that I'd like to user either create a windows app or use a windows user control in an aps.net web page. The windows version uses the fileOpen component. I've modified the
|
| Profile provider question | 26 May 2006 03:44 GMT | 1 |
I had a question regarding ProfileProviders. Here is our situation. I have a custom MembershipProvider which is using ADAM. The reason that I have custom provider is because, we have client companies who have people with overlapping usernames. In other words, one client company, ...
|