| Thread | Last Post | Replies |
|
| How to call a Web service by using a client certificate for authentication in an ASP.NET Web application | 14 Jul 2007 07:44 GMT | 1 |
I created a walkthrough for "How to call a Web service by using a client certificate for authentication in an ASP.NET Web application"using makecert, certutil, WinHttpCertCfg.exe X509Certificate. You can find it here: http://igottools.com/Lists/Posts/Post.aspx?ID=11
|
| Events in user control | 14 Jul 2007 07:36 GMT | 2 |
How do I fire on an event in a user control that gets posted back to the web form that is hosting the usercontrol? What is the best way to communicate from a usercontrol to a a webform hosting the usercontrol?
|
| Click Event not firing | 14 Jul 2007 06:02 GMT | 1 |
I am working on a site with an input form that has required field validators. If the user doesn't enter something in one of the textboxes, the error message appears. When they enter something and: 1) goto another field on the form (the error message clears) then
|
| style tag in content page | 14 Jul 2007 01:19 GMT | 2 |
I am acclimating to ASP.NET 2.0, so excuse me not using the proper terminology. When I say a content page, I meant, a page that has a MasterPageFile tag in the Page directives. So is that a slave page?
|
| Web Development question | 14 Jul 2007 00:28 GMT | 1 |
I would like to get into web development and was wondering if you give me some recommendations. I would like to invest my time wisely on the best web development code that will be valuable in the market. Please share with me your thoughts. (Currently I do not know anything about
|
| How to display page load times | 14 Jul 2007 00:01 GMT | 1 |
I would like to be able to display page load times within our asp.net application for debugging purposes , I am seeing some random slowness in our application and a load time metric would really help. Can anyone point me in the right direction? I haven't really found a
|
| Is it safe to delete ASPNETDB.MDF ? | 13 Jul 2007 23:56 GMT | 2 |
I don't want to use the default db "ASPNETDB.MDF" that is placed in the "App_Data " folder. I have created "myDB.MDF" and have run "aspnet_regsql.exe. All my user data is saved to "myDB.MDF". Can I just go ahead and delete the "App_Data " folder and all its content?
|
| IIS sends empty .CSS file | 13 Jul 2007 22:45 GMT | 1 |
I have a bizarre problem where cascading style sheets are not being applied. After a while, I whittled the repro steps down to the following: 1. Create Web site in Visual Studio.
|
| release mode Compile error BC2014 | 13 Jul 2007 22:10 GMT | 7 |
I have an asp.net 2.0 project that when I change the build configuration to release I get the following error: Command line error BC2014: the value 'None' is invalid for option 'debug'.
|
| HTTPS Post in .Net | 13 Jul 2007 19:46 GMT | 1 |
my client has a business partner that can't process web services but they can accept an XML document via HTTPs Post. How, or what is the best way, in which to do that? If they find an error in the file they submit back to me via HTTPS Post. How do I catch that?
|
| How Do you Organize your Code? | 13 Jul 2007 19:00 GMT | 6 |
Been working with .net 2 since January, and am in the middle of my first large project. It's becoming obvious that one must organize their code well in a large project to make maintenance easier. So what's your process?
|
| Identity Impersonate - Multithreading? | 13 Jul 2007 18:57 GMT | 5 |
Forgive me if I'm being ignorant, but is the identity tab in the web.config ignored by background threads? I have written a class that has both a synchronous and asynchronous mode for querying an Access database located on a network share. To
|
| adding a dll file to ASP.NET website project | 13 Jul 2007 18:55 GMT | 5 |
can anybody help me with adding a dll file to ASP.NET website project thank you for your help
|
| allow definaetion=Machine to application | 13 Jul 2007 18:46 GMT | 3 |
I face the following error when I debugg my web application: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application
|
| Can I change an existing Website into an AJAX enabled Website? | 13 Jul 2007 18:15 GMT | 2 |
my problem is, that if i create a new website with Visual Studio 2005 and I choose "AJAX enabled Website" everything works fine. But if I try to do the same with an existing Website (AJAX Extesions where installed later) the "AJAX"-functionality fails.
|