| machine.config (8 replies) |
| ASPFriends.com 'aspngconfig' list |
| When do changes to the machine.config take effect? I would have thought that it would force a restart of the application whenever there is a change, but it doesn't seem to. I made a change to the memory setting and it hasn't taken affect yet do I need to do an IISRESET? thanks bk The Best Support On The 'Net Windows 2000 Advanced Hosting http://www.orcsweb.com/ ASP.Net FAQ http://www.aspnetfaq.com... |
|
| SmartNavigation (6 replies) |
| ASPFriends.com 'aspngconfig' list |
| I have read recently that SmartNavigation is a possible attribute to either a Page directive or the Web.config file. However, the SDK docs don't mention this. Is this an oversight of the docs or is this feature not currently available? What is the current and future status of SmartNavigation ? Thanks. d Dan Hurwitz voice: 781 275 3375 Sterling Solutions fax: 781 275 3846 3 Liljegren Way dhurwitz@s... |
|
| Tutorial on config.web (3 replies) |
| ASPFriends.com 'aspngconfig' list |
| Hello, Does anyone know of a comprehensive tutorial on config.web? Thank You Chuck Get your FREE download of MSN Explorer at http://explorer.msn.com |
|
| aspnet_isapi vs. aspnet_eisapi (2 replies, VIP) |
| ASPFriends.com 'aspngconfig' list |
| Two servers, both running ASP.Net Premium and also the Framework (for the docs and samples) show .aspx mapped to two different DLLs. One is mapped to ... C:\Program Files\ASP.NET\Premium\V1.0Beta2\aspnet eisapi.dll ... and the other is mapped to ... C:\WINNT\Microsoft.NET\Framework\v1.0.2914\aspnet isapi.dll I assume these were installed in a different order and that is why the mappings are differ... |
|
| Web.conf (4 replies) |
| ASPFriends.com 'aspngconfig' list |
| Ok I am now really confused. In beta one I had set up my Config.web file like so: configuration security authentication mode&#"c;ookie" cookie decryptionkey&#"a;utogenerate" loginurl&#"l;ogin.aspx" cookie&#"c;ookieauth" / /authentication authorization deny users&#"?;" / /authorization /security /configuration I added these lines to my beta 2 app in the Web.conf: authentication mode&#"c;ookie" cook... |
|
| .net equivalent of registry/dcomConfig (4 replies, VIP) |
| ASPFriends.com 'aspngconfig' list |
| This message, which was originally sent to "aspnghttphandlers", has been moved to "aspngconfig" mailing list by the List Master Hi All, In COM/DCOM we register DLLs/Exes in the windows registry using regsvr32 or DComConfig(for DCOM). What is the .net way of registering components. I understand that .net does not use registry. But is there a common place in my machine where I can register all the r... |
|