| Thread | Last Post | Replies |
|
| Access Denied for mp3 files | 06 Feb 2004 17:06 GMT | 3 |
Hello, everyone: I have an asp.net application which dynamically display some audio. My way is: litAudio.Text=@"<embed src='"+contentPath+"\\"+Session["lessonFolderName"]+"\\audio\\"+p1.audio.ToString().Trim()+@"' id='wavTest' hidden='true' height='20' width='80' autostart='true' ...
|
| SSL | 06 Feb 2004 12:18 GMT | 2 |
I have an app in C#/ASP.NET 1.1 on a Win2003 server. Now I'm trying to make it use SSL, so I requested and installed a server certificate to IIS. But now I have some questions:
|
| Forms Authentication problem with IsAuthenticated | 06 Feb 2004 06:30 GMT | 2 |
I am trying to set up forms authentication for an ASP.NET web site. I programmed quite a bit of stuff with custom IPrincipal and IIdentity objects and everything only to find out that none of it worked. After fiddling around with things I decided to try a really basic example. A ...
|
| Newbie deployment qeustion | 06 Feb 2004 06:06 GMT | 1 |
I have created my first web app and it runs fine on the machine it is created on. It comes up fine in a web browser on the host machine or remote machines. I have tried to move the application to our "official" webserver (just by
|
| Byte array to string and back - newbie question | 05 Feb 2004 19:48 GMT | 2 |
I am trying to implement DES algorithm as described in the Microsoft article at http://msdn.microsoft.com/library/en-us/dnnetsec/html/SecNetHT10.asp. The problem is that I need to save the data in the database as String, and for that I have to convet from Byte array to string and ...
|
| HTTP/1.1 500 Internal Server Error | 05 Feb 2004 15:01 GMT | 2 |
When I try to create ASP.NET Web Application I get error :HTTP/1.1 500 Internal Server Error I tried aspnet_regiis -i it doesnt work. What Can I do?
|
| Encryption of the query string in the URL | 05 Feb 2004 14:40 GMT | 2 |
We found out about this weird problem that happens on the encrypted string that we send across as a query string on the url. The page shows the erro "The page has encountered an error...." and when I go to the the view source it displays this message <!-- Error Information Error: A ...
|
| SSL for Intranets | 04 Feb 2004 16:53 GMT | 2 |
Is there a way to create our own certificate for our intranet .NET app. How are other web app developers handling selling a web app that will require SSL on the target server for intrnet use. Rather than go through an expensive 3rd party cert, i'd like to roll our own server cert ...
|
| Illegal to mix Authentication methods ? | 04 Feb 2004 15:59 GMT | 6 |
I have a Web Service, a Winform client and a web Application. The Web App and the WinForm Client use the same Web Service (or such is the plan). The WinForm Client and the Webservice work together using Integrated Windows Authentication and works well. The nature of the ...
|
| MD5 implementation | 04 Feb 2004 13:54 GMT | 3 |
I need to use MD5 to generate a hash of a string. It needs to be compatible with the MD5 implementation in PHP. public string ComputeMD5(string plain) {
|
| Conditional execution of Signout | 04 Feb 2004 03:11 GMT | 2 |
I have a web app with a login page. It all seems to work nicely. The default page redirects to the login, the login redirects to the default(menu) page which has a signout link. If I click the signout link, the cookie is removed. However, if I close the browser, the ...
|
| ADAM authentication | 03 Feb 2004 20:46 GMT | 2 |
I've been kicking around ADAM on a 2003 server for a couple of days and after getting the major classes in the schema and making a few objects, now I'm ready to programitically test it. I am able to use the LDP tool locally or remotely to logon as a Windows Identity (admin) or ...
|
| Encryption of Authentication Ticket | 03 Feb 2004 18:38 GMT | 3 |
i have a question regarding the encryption of an Authentication Ticket under FormsAuthentication. Can anyone tell me what type of encryption is used and what key(s) is it based on? I simply want to know that the encryption is specific to the machine and possible the ASP.NET ...
|
| UserData size limit in a FormsAuthenticationTicket | 03 Feb 2004 16:42 GMT | 1 |
Is there a size limit to the userData in a FormsAuthenticationTicket ? I'm asking this because when I try to encrypt the FormsAuthenticationTicket it returns a null but only when the userData is pretty large (about 3000 characters) thanks,
|
| Forms Authentication to specific folders | 03 Feb 2004 15:40 GMT | 24 |
I have a web application that is using Forms Authentication (with users/passwords stored in a database) and for the most part it is working. I have a web page with links on it to files of different types (exe, zip, pdf)
|