ASPFriends.com 'aspngconfig' list Archive - May 2002
Messages
Page: 1
Can't start IIS server (4 replies)
ASPFriends.com 'aspngconfig' list
As a result of trying to correct an SQL login problem, I reset the password for my 'ASPNET' user account. Now, when I try to start my project to debug it, I get an error that refers me to the event log. The following error is in the event log: aspnet wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid. Can anyone tel...
SV: ASP.Net Fails in directories with names greater then 8 characters (2 replies)
ASPFriends.com 'aspngconfig' list
Yes, and I quote from earlier postings: "Have you any idea of what this can be. I mean, it obviously has been and issue with others, as this rather cryptic message from someone with the microsoft.public.dotnet.framework.aspnet.security list had had the same or a similar problem: //////// SNIP ////////////////// uh.. "firstweb" has 8 characters... "secondweb" has 9... now.. having that in mind.. ma...
IIS and a primary domain controler (3 replies)
ASPFriends.com 'aspngconfig' list
Hi, all Im just promove my server to primary domain controler and now when i try to run a web aplication i get: Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request. Administrator Note: An error message detailing the cause of this specific request failur...
aspx does not work (4 replies)
ASPFriends.com 'aspngconfig' list
Moved from [aspngstart] to [aspngconfig] by Dana Coffey denigma@bellsouth.net I have been unable to get any .aspx file to run. Relevant info: Windows XP Pro IIS 5.1 is installed and running (.asp files work) Visual Studio 7.0.946 .Net Framework 1.0.3705 I have tried a sample I found on the web. I saw it work online. I can't get it to run on my computer. The file loads into the browser, however not...
Can't debug (9 replies)
ASPFriends.com 'aspngconfig' list
Moved from [aspngstart] to [aspngconfig] by dana coffey denigma@bellsouth.net Hello, I'm using VS.NET pro edition on W2K pro.: Whenever I try to debug as ASP.NET application I get the following message: "Cannot start the debugger you do not have permissions to debug this server" I looked in the MS help and tried the following: check machine.config username line for system, autogenerate check permi...
Code or Config error? (3 replies)
ASPFriends.com 'aspngconfig' list
Hello, we are developing a quite large asp.net application. So far it 's working fine on our dev machines and our testing server but when uploading to our live webserver (a dedicated server but 'managed' by our webhosts) we are getting the following errors: Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the foll...
Using web.config in compiled code (3 replies)
ASPFriends.com 'aspngconfig' list
Moved from [aspngfreeforall] to [aspngconfig] by Yannick Smits dotnet@stepcompany.com Hi, The following code works fine when used in a normal aspx page: Dim objConn as New OleDbConnection ( ConfigurationSettings.AppSettings("ConnectionString") ) However, when I put this exact same line in a function in a .vb file, on compilation into the /bin folder I get the following error: C:\Inetpub\wwwroot\Da...
Problem with Session State in XP (2 replies)
ASPFriends.com 'aspngconfig' list
Hello, I have a weird problem. I have a ASP.NET (VB.NET) application that I built installed on my laptop. Windows XP Pro (all of the latest patches) The problem I am having is when I try to use session("anything") on two different pages, the value nulls out. I move the exact same pages over to one of our test servers (Windows 2000 SP2) and the session works just fine. Any ideas what could cause th...
Setting Variables in Global.asax.vb (2 replies)
ASPFriends.com 'aspngconfig' list
Moved from [aspngcommunity] to [aspngconfig] by Yannick Smits dotnet@stepcompany.com I want to determine which server my app is running on dev or production so I can set a global connection string to the dev or production database server. The Application start in the global.asax.vb looks like the place to do this. How can I test to see which server my app is running on. In the past, under ASP, I w...
Compiling error plz advice (2 replies)
ASPFriends.com 'aspngconfig' list
Moved from [aspstudio] to [aspngconfig] by Marcie Jones marciejones@yahoo.com Hi all , Am using asp.net beta version 2 on windows 2000 server and i get some error in the .config file when i compile or use the build button here is the code . Line 19: "Forms", "Passport" and "None" Line 20: Line 21: authentication mode "Windows" / Line 22: ! AUTHORIZATION Line 23: This section sets the authorization...
Web.Config and Machine.Config (3 replies)
ASPFriends.com 'aspngconfig' list
Moved from [aspngstart] to [aspngconfig] by devin devinr@drone interactive.com Hello, I have a quick question. My machine.config is set as follows: customErrors mode "RemoteOnly" / And my web.config is set as follows: customErrors mode "Off" / Which one will prevail? Thank you, Alberto Mujica Enterprise Configuration Analyst MCSE NT 2K, MCDBA, MCP I, A amujica@innerhost.com
web.config file (2 replies)
ASPFriends.com 'aspngconfig' list
Moved from [aspngcommunity] to [aspngconfig] by Tony Stark IronMan@aspelite.com Can somebody help me to understand how the web.config file works? And how can I manipulate it? Thanks in advance.
web.config (20 replies)
ASPFriends.com 'aspngconfig' list
OK. Has anyone dug deeply into all of the b2 configuration options yet? I've already got a few questions: 1) What is the "sandboxing" and how is it configured? 2) In the process model attributes I'd like to set the ASP.Net to run under the context of the IUSR account but I don't know the password of course. Is there a way to make this work or do I need to reset the password for the IUSR and update...
Form Authinication problem (6 replies)
ASPFriends.com 'aspngconfig' list
Moved from [aspngvs] to [aspngconfig] by Ken Schaefer ken@adopenstatic.com Does anyone know how i can set up the web.config file to allow diferent pages in diferent folders use a diferent login page? john
aspnet_wp.exe stopped after 3 minutes activity (2 replies)
ASPFriends.com 'aspngconfig' list
Hello, I have a very intensive operation (dbase synchronisation in C#). After a while, the synchronisation stops. The eventlog has these entries (in this order): Type gebeurtenis: Fout Gebeurtenis ID: 1000 Datum: 24/05/2002 Tijd: 18:12:26 Gebruiker: n.v.t. Computer: HERCULES Beschrijving: aspnet wp.exe (PID: 3024) stopped unexpectedly. Type gebeurtenis: Fout Bron van gebeurtenis: ASP.NET 1.0.3705....
publish a web that uses 3rd party components (2 replies, VIP)
ASPFriends.com 'aspngconfig' list
Moved from [aspngfreeforall] to [aspngconfig] by Cain Marco juggernaut@aspelite.com Hello, I've developed a asp.net web application, and I'm trying to publish it to the hosting company (which in this case is Alentus). This web uses a component to generate charts, ChartDirector. This component is installed at Alentus. When I copy the web to Alentus, I would expect everything to work fine (xcopy ins...
deploying .net app (2 replies)
ASPFriends.com 'aspngconfig' list
Hi!! I have a question about dotnetfx... i read that dotnetfx is needed when deploying .net applications in PCs that have no .Net framework installed. my question is, do i have to include it in the setup file (that means i add the dotnetfx file into the setup file, just like i would add a readme.txt file), or do i just ship it with the setup.exe file, and then run manually the dotnetfx file before...
SV: Web.Config & multiple login forms (5 replies)
ASPFriends.com 'aspngconfig' list
I don't think what you are trying to achieve is possible. To set up different logins for different folders, you will have to make that folder it's own virtual directory, sorting under your web or as a sub virtual directory to your rootapplication. Regards/Halsningar Andre Colbiornsen Sonnenburg Communications Bergsgatan 3, SE 211 54 Malm F6 Sweden Tel.: 46 (0)40 97 78 80 Fax.: 46 (0)40 97 78 80 Mo...
SV: Error when moving from localhost to actual web site (2 replies)
ASPFriends.com 'aspngconfig' list
Ta be able to get the exact error description you have to open your remote web.config and change or add this line: customErrors mode 3D"Off"/ If you have this line in there right know, it probably reads: customErrors mode 3D"RemoteOnly" defaultRedirect 3D"mycustompage.htm"/ Or something similar. This line has to be within the system.web /sytem.web delimiters. When you have done this you will be ab...
IIS reinstall... (3 replies)
ASPFriends.com 'aspngconfig' list
Moved from [aspngfreeforall] to [aspngconfig] by devin devinr@drone interactive.com I had some issues with my box and I had to reinstall IIS. When I reran MMC, I saw the application mappings for .aspx, .disco and all those other extensions had disappeared. Could someone either tell me what do I need to reinstall (VS.NET?) or what extensions are involved and what are their corresponding handler exe...
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