| Thread | Last Post | Replies |
|
| mshtml & web browser from dotnet service | 05 Dec 2005 11:37 GMT | 2 |
This is a post further to my previous problem that I solved with the help of my friends at csharp group. I have a UI application that has a web-browser. When this application is run with the URL as one of the command parameters, this application accesses
|
| FormsAuthentication across applications on differents machines | 05 Dec 2005 11:04 GMT | 2 |
I'm implementing a single sign on for 3 applications in intranet with aspnet1.1: http://machine1.es.group/App http://machine1.es.group/App2
|
| ASP.NET 2.0 with ADAM - problem | 04 Dec 2005 16:10 GMT | 8 |
I'm having problems with ASP.Net 2.0 web site connecting to AD Application Mode instance for role management. I have been following the example shown at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/pag ht000018.asp .
|
| New Windows Authentication Issues | 02 Dec 2005 22:25 GMT | 4 |
Yesterday I was trying to get: WindowsIdentity.GetCurrent.Name to work. Finally, that appears to be working both on my local box & my web server.
|
| Security Exception when run asp.net under sharepoint site | 02 Dec 2005 16:34 GMT | 2 |
I create asp.net page using vs.net2003. It calls win32 function (P/Invoke). It works fine. But when I deploy it under sharepoint site and exclude path, it produces security exception when calling win32 function. It should come from sharepoint because in other website in
|
| Button not working under secure site | 02 Dec 2005 08:04 GMT | 3 |
We are having an odd issue with a button not firing in ASP.NET on our login page. Nothing happens, nada. This only happens when we access the site via https:, works great from our non-secure url (Same code, same directory), so pretty sure this is a SSL related issue. The
|
| accessing WebService from asp.net App on load balanced Servers | 02 Dec 2005 01:49 GMT | 8 |
I have an ASP.Net application that retrieves Data from a Web Service. When the Web service resides on the same server I have no problem and the asp.net page functions as expected. I am using impersonation and the credentials are being passed to the web service as expected.
|
| FileSystemObject Errors | 01 Dec 2005 18:15 GMT | 3 |
I am trying (unsuccessfully) to open a file using fso.OpenTextFile. I have given Full Trust to the assembly in Code Groups and Assembly Trust. I have added IUSR and IWAM as users. I have checked and double checked every permission available. I continue to get a Security Exception ...
|
| Problems uploading files with HTTPS | 01 Dec 2005 14:59 GMT | 1 |
I need to upload files from the client to the server in an application done with ASPX and .NET (IIS 6.0). When uploading these files with HTTP, I have a default size limit of 4 MB that I could change with the parameter maxRequestLength.
|
| force new challenge response | 01 Dec 2005 01:21 GMT | 2 |
how do you really log out so that you not only abandon the session but you force a new challenge response Please have this on my desk by tomorrow morning or I will lose my job
|