| Thread | Last Post | Replies |
|
| Regex pattern question | 17 Feb 2006 03:45 GMT | 1 |
I am trying to validate a password, but havent figured out the pattern for it yet. The password must contain atleast 6 characters a-zA-Z0-9_
|
| Getting Connection String from Web.Config in ASP.NET Express | 17 Feb 2006 03:43 GMT | 1 |
I'm trying to get the frickin string out of the frickin config file (using VB), but foundation classes don't seem to match the documentation. Either I have this 30 line example where I walk a collection fished out from nine levels down or I have a C# example
|
| 2.0 problem | 17 Feb 2006 03:26 GMT | 3 |
Hi all, Every few days my asp.net 2.0 web app gives the error below. I have to go in and issue a iisreset command and then delete all the temporary asp.net files in the 2.0 folder for it to start working again. What is going on?
|
| Can't see Connection Strings in wwwroot web.config | 17 Feb 2006 03:02 GMT | 4 |
We store all of our connection strings in the root web.config. I have a connection string called connectionString1 stored in the web.config file at wwwroot. I can get to this through code no problem. My problem is when I use the Grid View control and configure the datasource. The
|
| Threading & Impersonation | 17 Feb 2006 02:53 GMT | 1 |
I have an ASP.NET web service whose Web.Config is set to use impersonation <authentication mode="Windows" /> <identity impersonate="true" /> Within a Web Method, I want to use Multi-threading to spawn off an
|
| asp.net 2.0 membership error | 17 Feb 2006 02:50 GMT | 1 |
I am trying to code a membership website on an ISP server but when I try to login, I get the following error: Procedure 'aspnet_Membership_GetPasswordWithFormat' expects parameter '@UpdateLastLoginActivityDate', which was not supplied. I have no idea why I get this error or how to ...
|
| system.web.management | 17 Feb 2006 02:33 GMT | 4 |
I'm working in Visual Studio '05, with ASP.Net 2.0 v2.0.50525.42 on board. I'd like to use the new web event monitoring framework found in system.web.management, but that namespace does not show up in my development environment. Is there something special I need to do to pull it ...
|
| Maybe I should just use Safari to do the testings... | 17 Feb 2006 02:17 GMT | 2 |
This is to be refered to my many-months-ago previous most on "mercyful browers". It just seems that both IE and Firefox are "too merciful" to web development testing.
|
| How To Change A Web Page | 17 Feb 2006 01:21 GMT | 3 |
I am new to ASP .NET, and have managed to add an asp:login control onto my web page which hooks into a MSSQL database. I can enter user names and passwords into the login control (this will be the first page of my web site to authenticate the user), but then I
|
| 2.0 : write handlers | 17 Feb 2006 01:16 GMT | 2 |
ASP.NET 2.0 : C# : How do you code the handlers for control events ? I read that explicitly adding delegates pointing to a handler method is no longer necessary. So what is the new way ?
|
| Simple Dynamic Control Access Question | 17 Feb 2006 01:04 GMT | 2 |
I can't find this answer. I have a label1, label2 and label3. I want to be able to do something like this: worklabel = "label1" worklabel.text = "this is label 1"
|
| Customize WebParts | 17 Feb 2006 00:52 GMT | 1 |
I have customized the Membership API and was able to create and validate users using my own database tables in SQL Server 2000. I would like to customize the WebParts and save the user customization of these WebParts to my own database tables but could not find any samples in
|
| Long process in ASP.NET | 16 Feb 2006 23:44 GMT | 3 |
What's the best system for a process that could take a long time, minutes, hours a) Creating a webservice that calls a Thread? b) Creatinga webservice with [SoapDocumentMethod(OneWay=true)]
|
| Could not load file or assembly 'App_Web_xxxxxxxx'... | 16 Feb 2006 23:36 GMT | 1 |
I've seen this posted before in many places, but have yet to find a real fix. I have a web application on dev server right now, and randomly, hours or days, it returns the expception posted below. If I copy the incHeader.ascx.vb over to the server again, it appears to recompile ...
|
| Requested registry access is not allowed | 16 Feb 2006 23:26 GMT | 1 |
After installing Enterprise Librabry and building the libraries when i load an aspx page i get the error :"Requested registry access is not allowed" I'm about to look into it but if anyone here has tackled the error before
|