| Thread | Last Post | Replies |
|
| Allow an external web site to automatically login to an ASP.Net si | 28 Nov 2007 15:37 GMT | 1 |
I have a requirement for an external web site to be able to automatically log in to my ASP.Net web site that is managed using Forms Authentication To do this I have created a simple HTML Form, that submits a userId and password as a Form Post submission to my ASP.Net web site that ...
|
| Login control and restricted member pages | 28 Nov 2007 03:05 GMT | 5 |
I have setup a website to use the login control and have been following this tutorial, http://msdn2.microsoft.com/en-us/library/879kf95c(VS.80).aspx All of my member-only pages are stored in a directoy access that has
|
| Best practice for outputing XML Data from server | 27 Nov 2007 17:31 GMT | 2 |
Hey there, I have a web service that returns a load of XML data which I wish to layout on a web page. I am not 100% certain of the best practice for doing this. One way I presumed that I could do this was by handling the Page_Load event
|
| Securing URL in File Download in ASP.net | 17 Nov 2007 21:00 GMT | 2 |
There is a website in ASP.Net in which there is a File download option with URL English/Scripts/download.aspx?file=.... . Here the code substitutes the URL of the file to download. but If I substitute the URL of the file that is
|
| How to check users against security groups in Active Directory | 15 Nov 2007 07:07 GMT | 4 |
My sceanrio is this on an asp.net 2.0 freamework. I want to use any of the data controls e.g Gridview,DetailView etc.. But i want some buttons e.g update,edit save etc to be enable or disabled based on if they belong to some security groups in active
|
| role/group authorization not recognizing user groups. | 14 Nov 2007 15:38 GMT | 4 |
I've seen other posts that seem to have a similar problem but none with a posted solution, so here goes again.. My application does not allow anonymous access, and integrated windows authentication is enabled.
|
| Can groups be entered in the authorization tab? | 10 Nov 2007 14:55 GMT | 1 |
I put some users in a group in Active Directory who can access an ASP.NET intra net site internally. When I go to the authorization tab on the ASP.Net configuration settings, and add the individual users, the users can get onto the site. When I add the group, of which the users ...
|
| active directory authentication using ldap | 09 Nov 2007 23:02 GMT | 1 |
I am trying to add forms authentication to an asp.net website. I am developing locally, than publishing the site to the web server. Everthing works fine on my local machine in debug mode. I am able to call up the login page, successfully authenticate against the remote
|
| Anonymous and Windows Authentication | 08 Nov 2007 19:06 GMT | 2 |
I need to have a site that supports both of the above schemes. I have created the site and published it to a folder and have set up two virtual directories on the folder, one with Anonymous enabled, the other with Windows Authentication.
|
| Cannot set specific authorization to a folder | 06 Nov 2007 12:06 GMT | 3 |
I have a web application with the following web.config (I removed area not regarded to security). I have a local group called ITCoordinators that I want to give access to the existing folder Downloads in my root application.
|
| delegation and multiple host name | 06 Nov 2007 05:27 GMT | 3 |
I'am running asp.net 2.0 on a 2003 serveur using a a domain service account for my application pool. I'm trying to connect to a serveur that have my webservices. My chalenge is that server have 3 IP address, one for each web site I need. The web services I try to access will be ...
|
| Encrypt connectionstring in web.config | 05 Nov 2007 21:36 GMT | 1 |
If I encrypt the connection string in web.config, would I be able to copy the web.config file from one server to another. Would the encrypted web.config decrypt the same on another computer?
|
| Problem with Protocol Transition | 05 Nov 2007 19:20 GMT | 7 |
I'm using protocol transition to create user accounts in an ASP.NET context. The login seems to be working ok, but I'm getting a nasty security exception "Attempted to perform an unauthorized operation" (see stacktrace). I get the same error message in the debugger when I quick ...
|
| Calling COM Server from ASP.NET WebService - impersonation problem | 05 Nov 2007 18:54 GMT | 3 |
I want to call a COM+ server from a webservice. I want to use the client credentials so I have set <authentication mode="Windows"/> <identity impersonate="true"/>
|
| forms authentication brings up dialog | 01 Nov 2007 20:11 GMT | 1 |
I have a very simple site with forms authentication. Everything works allright when running locally when deploying it on the real server it doesnt. The thing is I get a dialog prompting me for credentials rather than redirected me to Login.aspx as it should (and does locally). ...
|