| xspwp.exe (9 replies, VIP) |
| ASPFriends.com 'aspngconfig' list |
| OK. I knew it would happen sooner or later : ) We've apparently got a few people who are writing less than perfect code now. The xspwp.exe process seems to be noticing an error and spinning up a new instance of itself. Now, this is great because we don't see any downtime from this, but it's very bad news because each of these processes holds on to it's memory. After 2 3 errors we wind up having ol... |
|
| Server.MapPath in config.web (7 replies) |
| ASPFriends.com 'aspngconfig' list |
| I have a connection string that is specified in my config.web file. The data file is Access2000 using ADO. It would be nice to use Server.MapPath("SomeData.mdb") in my connection string stored in config.web. Here is the config.web info: add key "SomeDSN" value "Provider Microsoft.Jet.OLEDB.4.0;Data Source C:\Inetpub\wwwroot\AFile\TheData.mdb;Persist Security Info false"/ When I try to use somethin... |
|
| Security/Login.aspx problem (4 replies) |
| ASPFriends.com 'aspngconfig' list |
| I am using forms based/Cookie authentication to validate Customers ( Customers directory) or Vendors (Vendors directory) with the config.web section below: security authentication mode "Cookie" cookie decryptionkey "autogenerate" loginurl "login.aspx" cookie ".THDICookie"/ /authentication /security location path "Customers" security authorization allow users "Customer" / deny users "*" / /authoriz... |
|
| Install Bug? (3 replies) |
| ASPFriends.com 'aspngconfig' list |
| I don't know if this is the proper place for this message (too many newsgroups) but this the problem I had while installing the full .NFB2: I uninstalled .NFB1, rebooted and then started installing .NFB2 on a test server running Backoffice 4.5/Windows 2000 Server SP2.After a while I noticed that the progress bar and the message; "Time remaining 28 seconds" was displaying for too long. The only ena... |
|