| Thread | Last Post | Replies |
|
| Connection string issue when in a separate web.config | 28 Apr 2006 20:01 GMT | 6 |
Using asp.net 2.0, visualstudio .net 2005, sqlserver2000. How do I get the myConnectionString when it is in a Web.Config located in a different folder. I used the following but it is not working. I have a App_Code\DAL folder. Inside it, I have a Db.cs file. I tried the
|
| What makes a project need a manifest? | 28 Apr 2006 18:35 GMT | 1 |
I am getting the error Error 1 Unable to find manifest signing certificate in the certificate store. MakoRoboticsTester immediately when I try to build a C# poject in VS 2005. It is a project I
|
| Help - Need to allow Java Client to post form data to ASPX Web Page | 28 Apr 2006 16:14 GMT | 4 |
I'm trying to setup an ASPX web page such that an existing Java Client used by external customers can post form data, and I'm running into a problem. The existing Java Client doesn't set any credentials, and when I try to post to my page, the Java Client gets a 401 error. My own C#
|
| Security of Data in Combo in .net | 28 Apr 2006 06:22 GMT | 6 |
I am testing a .aspx page in which there is a Combo box in which there are say 10 options, if I select any option say 6th, and post the .aspx form and intercept the form in the Intercepting proxy (BURP PROXY) Now the parameter corresponding to the combo is taking the ...
|
| SSL with .NET 1.1 | 28 Apr 2006 04:16 GMT | 5 |
I'm writing a client in c# for a server speaking a custom protcol over SSL. I'm using Visual Studio 2003, and .NET 1.1 (the client will eventually also run on the .NET Compact Framework). I can't find a reasonable way to open up an SSL connection to the
|
| Authentication ERROR !! please help | 27 Apr 2006 17:39 GMT | 1 |
There's a problem in my application that calls a remote web service's method, when it tries to connect to the webservice it displays this error: "The request failed with HTTP status 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. ...
|
| Securely Passing Info Between Two Websites | 27 Apr 2006 16:27 GMT | 1 |
I need to build website on my webserver which has information securely passed to it from a web site running on a client's webserver. My client has a website that has a secure login process running under SSL. When a user has succesfully logged into that website they will be
|
| get default CryptoServiceProvider in C#2005 | 27 Apr 2006 16:22 GMT | 1 |
I have one password to encrypt and decrypt. Old c++ code used obtained the default CryptoServiceProvider to do this. I have written C#2005 code to encrypt and decrypt a string(DES-CSP), but I don't see how to use the default provider so that previuosly encrypted passwords will ...
|
| Help me to undersand ??? | 27 Apr 2006 14:56 GMT | 7 |
I am practiciing security in .NET, partriculary CAS. For that I have a simple example that I try to run on my system. This example is issue from MS-Press books lab and is as follow : ==========================
|
| Strange behaviour whith CAS UI tool ?? | 27 Apr 2006 12:59 GMT | 6 |
I have a simple assembly that I use to test CAS. Without any CAS attribute to my assembly I am able to run the Evaluate Assembly option to identify current security. Then I add the followin to my asembly :
|
| RemotingException at second IPC channel | 27 Apr 2006 07:50 GMT | 1 |
i have a problem with the following scenario: (Using VS2005 and .Net 2.0) I have two services (name it service1 and service 2) running on the same machine with different tasks to do for the client.
|
| CertMgr tool and PFX Certificates | 26 Apr 2006 22:55 GMT | 2 |
How can I import a PFX certificate into a System Store from a file. The following does not work: certmgr -add mycert.pfx -s my The error I recieve is:
|
| Confusion about Assert() | 26 Apr 2006 16:27 GMT | 4 |
Briefly, if my CAS policy allows permissions P1 and P2, can a method Assert() an additional permission P3 and get it? The documentation I looked at left that point a little unclear: "You can call the CodeAccessPermission.Assert method to prevent a demand
|
| X509Certificate2 Serialnumber does not have hyphen delimiters | 26 Apr 2006 14:03 GMT | 1 |
For test purposes my asp.net app loads a user certificate that is stored locally on the server the certificate serial number is not hyphen delimited. The same certificate, when used for user authentication purposes in an HTTPS request, does have a hyphen
|
| Rights to get Data for Crystal reports | 26 Apr 2006 01:44 GMT | 3 |
When I place data field into crystal report and then run the web application, it causes error with a message: Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about
|