| configuring execution timeout? (3 replies, VIP) |
| ASPFriends.com 'aspngconfig' list |
| i'm trying to extend the execution timeout for uploading files via HTTP POST. i've tried bumping the executionTimeout property, within the httpRuntime element, in the web.config file to some big number (3600) to allow the slow upload of big files (100MB), but after 180 seconds, the ASP.NET process is recycled and i see an error in the event log. is there a general execution timeout property for th... |
|
| Web.Config Impersonate problem (7 replies) |
| ASPFriends.com 'aspngconfig' list |
| Hi, Im using a different user to run my .aspx page. I have changed the "web.config" file and introduced the following line: identity impersonate "true" name "user" password "password" / When I run the page the following error occurs: Unrecognized attribute name What am I doing wrong? What I need to do so I can impersonate a user to run the .aspx page? Thanks in advance. Filipe Clemente Universidad... |
|
| Integrated Security and ASP.NET (14 replies) |
| ASPFriends.com 'aspngconfig' list |
| Moved from [aspngcs] to [aspngconfig] by Charles M. Carroll darthcarroll@asplists.com I've been having a little problem getting to a database on a server that uses integrated windows security only. The server is set up to allow a particular windows user to have access to the database. My Connection String is as follows: "Data Source TheServer; Integrated Security SSPI; Initial Catalog MYDB; Min Po... |
|
| IIS (8 replies) |
| ASPFriends.com 'aspngconfig' list |
| HI, Can somebody point me in the right direction? I'm trying to learn ASP.Net using Sams TY ASP.Net in 21 days. I have a 40gb HDD with Win98 on C:(I don't want to upgrade that drive to Win2K, too much other stuff on it), Win2000 on D: and an empty partition for future use as E:. When I installed Internet Information Services it installed to c: When I installed the .Net Framework from the Sams disk... |
|