ASPFriends.com 'aspngconfig' list Archive - February 2002
Messages
Page: 1
Memory problem in V1 (5 replies)
ASPFriends.com 'aspngconfig' list
When I load big data to my web application I get following error: aspnet wp.exe (PID: 2144) was recycled because memory consumption exceeded the 306 MB (60 percent of available RAM). My server has 512 MB memory and Window 2000 server. I have virtual memory set to 500 MB. That is aspnet wp.exe will check physical memory only. And how soon the .Net garbage collection works? If you check aspnet wp pr...
Problem file aspnet_wp.exe (6 replies)
ASPFriends.com 'aspngconfig' list
Event Type: Error Event Source: ASP.NET 1.0.3705.0 Event Category: None Event ID: 1007 Date: 03/02/2002 Time: 11.57.28 User: N/A Computer: MAIL Description: aspnet wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. I hav...
Losing session states when Web.Conf is updated (3 replies)
ASPFriends.com 'aspngconfig' list
When changing a value in the Web.Conf the session states of ALL active sessions are being lost. Does anyone know how this can be avoided.
AppSettings in *.config (9 replies)
ASPFriends.com 'aspngconfig' list
Hi all, I am using the AppSettings tag in machine.config to hold my database connection string which I am able to access. Since it is possible to use the AppSettings tag in both machine.config and web.config to hold the connection string, how do I differentiate one from another in my code? Also, is there any order in which .Net use to find the key in AppSettings, like in web.config first and then ...
multiple websites, under different identities (2 replies)
ASPFriends.com 'aspngconfig' list
hi all, I have a development server, that is setup similar to a shared hosting environment. Before, in the .asp world, I would setup each IIS website with it's own unique user account, and lock that account down. For example, I would remove certain reg permissions, system32 permissions, and restrict file browse access (using the filesystem object) from outside of the web. However, with ASP.NET, ho...
Reading performance counters in ASP.NET (2 replies, VIP)
ASPFriends.com 'aspngconfig' list
In Beta2, reading from the performance counters in ASP.NET was a breeze. In v1.0, though, the default security configuration seems to make it impossible to read these default Win2k performance counters. If I try to leave the ASP.NET username as machine, I get Win32Access exceptions when trying to read the value from a performance counter. However, if in machine.config I change ASP.NET username to ...
Timeout setting in machine.config process model (2 replies)
ASPFriends.com 'aspngconfig' list
I have the processmodel timeout value set to various times and the aspnet wp.exe process doesn't shutdown according to this setting. The memoryLimit setting thank goodness does work and spins the process. Am I setting it wrong or is this not working? processModel enable "true" timeout "12:00:00" idleTimeout "00:02:00" shutdownTimeout "0:00:05" * * * Steve Schofield * steve@aspfree.com * * Microsof...
Related Question to:Reading performance counters in ASP.NET (2 replies, VIP)
ASPFriends.com 'aspngconfig' list
Hey All, I recently saw a post on the DOTNET list server managed by Developmentor. A gentleman named Erick Thompson asked the following question: "In the world of ASP.net, it seems like the traditional visitor logs as recorded by IIS are somewhat misleading, what with all the possible postbacks, depending on browser version, validation, etc, not to mention web controls. Given all this, how are peo...
IIS Mappings (3 replies)
ASPFriends.com 'aspngconfig' list
Moved from [aspngfreeforall] to [aspngconfig] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi all, looking for the command (so I don't have to enter manually!) that will set the asax, aspx, ashx, ascx etc script mappings onto a IIS site that hasn't (for whatever reason) picked them up? Cheers Matthew
trapping 404 with <customErrors> (2 replies)
ASPFriends.com 'aspngconfig' list
How do I get my aspx 404 handler to handle files other than *.aspx, specifically files with no extension and folders? Currently my classic asp handler is being given everything other than aspx. Should I &quot;map more files to the aspnet isapi.dll extension in IIS&quot; like the quickstart says, or continue to use the IIS Custom Errors dialog to specify my 404handler as well as web.config? Also, will we hav...
Problem with VS.NET and IIS (2 replies, VIP)
ASPFriends.com 'aspngconfig' list
Hi, I have posted this message on IIS5.com without getting any reply so I try here aswell. I have a problem with ASP.NET. When I build a web application in VS.NET it works fine, but when I start it I get this message: &quot;Unable to automatically attach to http://[servername]/[site] Server doesn't support debugging of ASP.NET / ATL Server applications.&quot; Since compilation works I suppose the problem is...
Escape characters in Web.Config (6 replies)
ASPFriends.com 'aspngconfig' list
Hi again, Trying to understand why escape characters are not required in XML web.config file In a string assignment: back slash \ must be specified as \ string myconn &quot;data source pce2\\sql2000&quot; I setup a connection string in the web.config file: I notice that I don't need to escape it here ( single backslash ) configuration appSettings add key &quot;ConnectionString&quot; value &quot;Password ;Persist Security ...
how to redistribute all files and subdirectories (3 replies)
ASPFriends.com 'aspngconfig' list
hi all i created asp.net web application and i have 25 pages ( .aspx and .ascx ) in that application and i have 2 sub directories. now i have to redistribute this application to another server in which i have only .net redistribution environme0nt. i am trying to create setup program to my application to include all files and subdirectories. i was able to add all files but not sub directories...ple...
How does one change a .Net Page Extensions? (5 replies)
ASPFriends.com 'aspngconfig' list
Does anyone know if it is possible to configure the .Net ISAPI filter to work on pages other then .aspx? For example one might like to apply the filter against .htm pages to make the whole site .Net active. As I have email from Microsoft stating that the http://msn.microsoft.com site was running .Net and they have a whole bunch of pages with an .asp extension, it appears they may have applied the ...
Detection of Website using up Server Resources wit .NET (2 replies)
ASPFriends.com 'aspngconfig' list
I have a problem how to detect which website is using up lots of server resources using ASP.NET. With ASP, you put suspected sites into a seperate process and you can monitor it. Now with ASP.NET the wp aspnet process is using up the CPU util. Even if you know the suspicious site, and you put it in a seperate process, it doesn't reflect the site's usage of the ASP.NET process. Now it was pretty ea...
Custome Error in ASP.NET QUestion (2 replies)
ASPFriends.com 'aspngconfig' list
Moved from [aspngfreeforall] to [aspngconfig] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi, i have the following codes in web.config: customErrors mode &quot;RemoteOnly&quot; defaultRedirect &quot;MyError.aspx&quot; error statusCode &quot;404&quot; redirect &quot;My404Error.aspx&quot; / /customErrors I have the pages named as above and handle the unexpected error and page not found error, they're quite simple, right. But when I...
permissions to write files in winXP (2 replies)
ASPFriends.com 'aspngconfig' list
What do I need to do to have the rights for writing to a file on an windows XP webserver? It seems impossible to write to a file, even an access database. You do not have the ability to set the security things like in windows 2000...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com