| Thread | Last Post | Replies |
|
| ACCESS AN ACCESS DATABASE FROM ASP.NET INTRANET SCENARIO | 27 Apr 2007 15:45 GMT | 2 |
I'm trying to access an access database on the file server from a web server using asp.net and IIS 6.0. I can do it when I have anonymous access enabled in IIS 6.0 as in the public internet web site style. I want to do the same with the intranet setup where IIS 6.0 is not setup ...
|
| Password length minimum: 7. Non-alphanumeric characters required. | 26 Apr 2007 23:11 GMT | 2 |
Password length minimum: 7. Non-alphanumeric characters required.I ve taken this error. Microsoft Security Policy requires something nonsense I think. I never think a password like "75256asdf!^+%&" this. How can I use normal passwords which users demand what their hearth say as a ...
|
| Security Tutorial for Intranet Environment | 26 Apr 2007 21:10 GMT | 1 |
I've speant the past couple months reading off and on about the use of roles & memberships in ASP.NET sites, using the role providers, etc. However, the largest problem that I've been having reading all this information, code smaples, etc, it that it is 95% focused on external
|
| Password prompt when <allow roles="foo"> | 24 Apr 2007 17:13 GMT | 1 |
In my intranet app, I have my web.config file's authorization section defined as follows: <authorization> <allow roles="foo" />
|
| HttpWebRequest and PAssowrd Protected Private Keys | 23 Apr 2007 14:02 GMT | 5 |
I am writing a Post client with the HttpWebRequest object and using the Crypto API to access "MY" store and pull out the certificate that I want. I attach it and send it, but I still get a forbidden (403). If I browse the site with Internet Explorer, the certificate exchange is
|
| ASP.NET Impersonation in a Windows 2003 non domain member server | 21 Apr 2007 20:14 GMT | 12 |
Is it possible to do ASP.NET Impersonation in a windows 2003 non domain member server (locate at the DMZ)? If so, how can I do that? Thanks in advance for your kind reply Best regards,
|
| ASP.NET WS Permissions | 19 Apr 2007 18:02 GMT | 1 |
A customer has asked that we provide, in writing, the permissions required for our deployed .NET (C#) web service. I have located MSDN articles on ASP.NET permissions but none of these articles cover the C:\WINDOWS\TEMP folder.
|
| RE: SQL Server IIS ASP Set Up | 19 Apr 2007 05:27 GMT | 5 |
Hi peeps, I'm hoping you can help. One of the applications that has been created for one of our clients needs external access via the internet. The app is a .Net 2.0 webb app that connects to SQL server 2005. We
|
| How to access UNC from ASP.NET application? | 19 Apr 2007 03:38 GMT | 1 |
I have problem writing content to a UNC file from my ASP.NET 1.1 application. This is on Windows server 2003 The event log says "X:\temp\abc.txt path not found" and stuff. Note that I have allowed Full Control permission on abc.txt on the other
|
| Login Security for Intranet/Internet application | 18 Apr 2007 17:43 GMT | 1 |
I'm really no expert whatsoever when it comes to security in dotnet and have a question about setting up login security to a web application we are building. The application will be accessible to mainly users within the company but
|
| ASP.net { or any web application } security | 18 Apr 2007 16:46 GMT | 5 |
I'm wondering how can i prevent this scenario: I have asp.net application , not using any kind of asp.net secuirty models [ neither Windows Nor Forms Auth]. Client can save a complete copy of the web site locally, he can change any
|
| Forms Authentication & Windows Authentication | 13 Apr 2007 12:12 GMT | 2 |
I have a .NET 2.0 web app that uses forms authentication to get around an issue with FireFox. FireFox will allow you to save the username/pass and this is a SOX no no. The objects in the web application call a Windows Authenticated web service.
|
| AspNet_RegIIS ...encrypting web.config when running Cassini | 12 Apr 2007 21:17 GMT | 2 |
ASP.NET 2.0 Windows app written in C# and VS 2005 ============================= I am having difficulties encryting web.config files when using Cassini (IIS is currenly disabled) as the VirtualDirectory param seems to only work when IIS is up and running.
|
| SSL between two web servers | 11 Apr 2007 20:39 GMT | 1 |
I would like to know if it's possible to set up two seperate servers with the same SSL certificate and not have the customer/client notice anything when traffic goes from one server to the other (no SSL security notices or anything). Here is the detailed scenario:
|
| Problems deploying membership on a hosted environment | 10 Apr 2007 16:26 GMT | 2 |
I ran the aspnet_regsql.exe tool with the -sqlexportonly option to create the script. I searched and replace the string [dbo] by [mySchema] and had the dba's run the script. When I do anything like Membership.CreateUser or click on the 'security' tab in the website admin tool I ...
|