| Thread | Last Post | Replies |
|
| Forcing the user to present smart card for login | 22 Jun 2006 15:42 GMT | 1 |
I am working on an asp.net web application where I have to force the user to present smart card. How can I do it? thanks, Anil.
|
| install asp.net 2.0 | 22 Jun 2006 15:22 GMT | 3 |
I have .net framework 2.0 installed on my web server but the version of asp.net is still 1.1. Can anyone tell me where should I change the asp.net version from? Thanks
|
| Make part of a website password protected. | 22 Jun 2006 14:45 GMT | 2 |
How do you make a part of a website require a login ? I've done it with forms authentication where the entire site (with a few exceptions) require somebody to log in. But how do you do it when you want about half the site to be a subscriber area?
|
| ASP.Net, using firefox of MAC to browse problem, very slow! | 22 Jun 2006 14:20 GMT | 4 |
To who may concern: We've built an asp.net application, and it is ok in IE/Firefox on PC, but it is very slow in firefox on MAC, is there any solution about this?
|
| Using the HTML constrol to upload a file - progress bar? | 22 Jun 2006 14:12 GMT | 6 |
I have a spot where I allow a user to upload a file to the server. The files are media files so they can be large (25MB). Problem is that while it's uploading, the screen just sits there (yes there's a progress bar at the bottom but that's pretty useless.)
|
| adding items to an arrayList | 22 Jun 2006 14:01 GMT | 2 |
I'm trying to grab the files in a directory and add each one to an array list. Thist is what I have: 1 Dim filesToUpload() As ArrayList 2 Dim batchFiles As String() =
|
| ASP.NET 2.0: CompareValidator problem | 22 Jun 2006 13:46 GMT | 1 |
I am learning ASP.NET 2.0 and I have a problem with CompareValidator control. On .aspx page I have a control: Date of birth: <asp:TextBox ID="BirthDate" runat="server" ValidationGroup="BirthDate" />
|
| The requested FTP command is not supported when using HTTP proxy | 22 Jun 2006 13:19 GMT | 2 |
I am trying to upload files on FTP and used the code below: Dim request As FtpWebRequest request = WebRequest.Create("ftp://ftp...../test.txt")
|
| Mysterious bug with asp.net! | 22 Jun 2006 13:02 GMT | 4 |
We are streaming a pdf file to clients via Internet explorer .The pdf file is streamed over https . Sometime, when the file opens, it is seen for a few millisecond and is killed again. Meaning , the client has no chance to view it.
|
| I want to populate iframe when click on button+asp.ne | 22 Jun 2006 13:00 GMT | 2 |
I have iFrame and command button(webser control) in my aspx page, want to populate the iframe with someohter page when I click on comman button . - SUBB
|
| .NET 1.1 dynamically added controls | 22 Jun 2006 12:47 GMT | 1 |
I am having troubles dealing with dynamically created WebControls. I have this HTML code: <form id="Form1" runat="server" method="post"> <table width="960" align="center">
|
| aspnet_wp.exe error | 22 Jun 2006 12:41 GMT | 1 |
i am facing the error... Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web
|
| console-app with webserver-environment | 22 Jun 2006 11:48 GMT | 1 |
is there a possibility to call a method of a class which is in an web-application? perhaps it is better if i describe it this way: IIS: "myWeb"
|
| 1.1 com interface (I suspect) | 22 Jun 2006 11:36 GMT | 1 |
I have strange things happening I have two w2000 server I use Studio 2003 .NET 1.1
|
| Returning Contents of Remote Virtual Directory | 22 Jun 2006 11:01 GMT | 1 |
How can I return a list of the directory names in a virtual directory? For example: If you open the directory below in your browser, I would like to return an array to my ASP.Net app with all of the directory names found (batters/, gid_2006_06_20_anamlb_sfnmlb_1/, etc.).
|