| Object tag in global.asax (6 replies) |
| ASPFriends.com 'aspngconfig' list |
| Hi all, Can anyone point me to some sample code which uses the application scoped objects creating in global.asax using the object tag? I have seen many examples where the object is created, but none where it is filled with a value or used. Thanks. d |
|
| Output Caching and Version - Followup (5 replies) |
| ASPFriends.com 'aspngconfig' list |
| I tried my output caching test page on a machine which had only the Enterprise Beta2 installed. Output caching did not work on that machine either. Below is the code for the web page. Can anyone see any problems with this? Thanks. d %@ Page Language&#"C;#" % %@ OutputCache Duration&#"5;0" VaryByParam&#"*;" % html script runat&#"s;erver" void Page Load(Object Source, EventArgs E) { lbl.Text &# ";Th... |
|
| Possible to set Custom tags in web.config? (4 replies, VIP) |
| ASPFriends.com 'aspngconfig' list |
| Hi all, I put my connection string in the web.config file and use the appSettings tag to add a key/value pair containing my connection string. I use the appSettings tag b/c when I first try to use my own tag like myDatabasee , I get an error message indicating that it doens't recognize the tag. So I was wondering is it possible to set a custom tag in the web.config file and if so, how to do it and... |
|
| Trouble with HttpHandlers section in web.config (2 replies, VIP) |
| ASPFriends.com 'aspngconfig' list |
| Moved from [aspngvs] to [aspngconfig] by TrollHunter This is a multi part message in MIME format. NextPart 001 01C14545.77296220 Content Type: text/plain; charset "us ascii" Content Transfer Encoding: quoted printable I am trying to catch requests for *.exe files or possibly requests for a certain file path (e.g. */downloads/*). Here's my problem: If I use: add verb 3D"*" path 3D"*.exe" type 3D"SP... |
|
| Server errors in "/" Application (3 replies) |
| ASPFriends.com 'aspngconfig' list |
| I got this error when trying to run the following code in the following URL: http://www24.brinkster.com/cfssoftware/controls1.aspx html script language "VB" runat "server" Sub Page Load(Sender As Object, E As EventArgs) Message.Text "You last accessed this page at: " & DateTime.Now End Sub /script body h3 font face "Verdana" Manipulating Server Controls /font /h3 This sample demonstrates how to ma... |
|
| *.config(Connection String) (2 replies) |
| ASPFriends.com 'aspngconfig' list |
| Copied from [aspngarchitecture] to [aspngconfig] by darthcarroll@asplists.com Hi All I am looking into obtaining connection string from the *.config file. And I am comfortable to get it if I have just one database to point. But if I have couple of databases which I have to work with in the same project, how can I have couple of connection strings in the .config file and how can I refer to a partic... |
|
| DLL Hell again (12 replies, VIP) |
| ASPFriends.com 'aspngconfig' list |
| Hi, I'm trying to set up some DLLs on our web server, and I've run into a problem. I'm hoping I'm missing some configuration setting and you'll all be able to enlighten me. We're writing a collection of web applications all based on a common core. If we want to use some of the common core code in the root web, we need to put the core DLL in the /bin directory. No problem. If we want to use the cor... |
|