ASP.NET cannot debug

xiaoxiao2021-03-06  88

Main topic: Boss, I have already worked, ASP.NET can't debug. Author: TomMax (laughs hope life) credit value: 100 Quantity forum: .NET ASP.NET technology issues Points: 200 Replies: 32 Time: 2004-07-29 16:06:19 error message appears: --- ------------------------ Microsoft development environment ----------------------- ---- Error attempt to run the project: Unable to start debug on the web server. Access is rejected. Please verify that you are a member of the Administrator or whether you belong to the "Debugger Users" group on the computer you are trying to debug. After adding to the "Debugger Users" group, you must log out before logging in to apply this setting. For more information, click Help. -------------------------- Determine help --------------------- ------ First, the debug in web.config is set to true, the compilation method is debug, the web access mode is FrontPage, I am in the administrator user, and it is already a member of the VS developer group and the Debugger user group. . IIS's FrontPage2002 access settings have been set. Setting the Administrator and Network Service users (the runtime user of ASP.NET) or the above information appears. Old days!

Reply to: chnet (with the theist) () reputation: 100 2004-07-29 16:12:00 Score: 0? No.1 service? :) TOP

Reply to: Swoart (SWOART) () Reputation: 100 2004-07-29 16:14:00 Score: 0? It may be an error in installation, it is recommended to reload TOP

Reply to: Forever10 (10th forever) () Reputation: 100 2004-07-29 16:15:00 Score: 0? The same question is not using FAT32, there will be no such situation TOP

Reply to: zhangyp (苦) () Reputation: 100 2004-07-29 16:15:00 Score: 0? Unclear, help you Top Top

Reply to: FlashASP (Flashasp) () Reputation: 99 2004-07-29 16:15:00 Score: 0? No.2 Service ^ _ ^ TOP

Reply to: hui_zi (Huizi) () Reputation: 98 2004-07-29 16:16:00 Score: 0? Shut down and then start Test Top

Reply to: proYang (small) () reputation: 95 2004-07-29 16:16:00 Score: 0? Is it installed an AD. Then unload AD again. The user group, the user is chaos. It is recommended to reload the IIS and then in the .NET Framework. ==== Only my opinion === TOP

Reply to: BCCU (in the middle of the storm) () Reputation: 96 2004-07-29 16:17:00 Score: 0? All set, should be no problem. Not clear, help top TOP

Reply to: Howkxx (uncomfortable rookie) () reputation: 100 2004-07-29 16:17:00 Score: 0? The same channels, check if you have too many attribute accessors (GET, SET) TOP

Reply to: net_lover (Menciic E Chapter) () Reputation: 115 2004-07-29 16:17:00 Score: 0? Http://chs.gotdotnet.com/quickstart/asplus/doc/debugcomsdk.aspx Top Reply to people : Haoliqi (learning boys) () reputation: 100 2004-07-29 16:17:00 Score: 0? Are you logging out? Top

Reply to: hertcloud (Heavy Duty ∮DOTN JOYES.com) () Reputation: 100 2004-07-29 16:18:00 Score: 0? Many developers are troublesome with IIS and ASPNET installations, so I will do the following small Summary, please exchange more! IIS is broken, fix it !!!!!!! General IIS can't run asp.net, try the following four methods, 99% effective: 1. The order of .NET installation should be first IIS, then install VS.NET, if the order is counternamed, or IIS is reloaded, you need to use ASPNET_REGIIS.EXE -I to reinstall IIS Mapping (mainly for ASPX, ASMX and other files) EXTENTION matches). In the C: /Windows / Microsoft.Net/framework/v1.0.3705 directory, run the lower command: aspnet_regiis.exe -i 2. Replay the password of the ASPNET, then find the Machine.config file in the directory:% systemroot% / microsoft.net / framework / v1.0.3705 / config (SystemRoot is your installation directory),

Adding / modified in the ID: UserName and Password3. If it is not yet, reload IIS, then follow the method 1 to operate 4. If your machine is a domain controller, you can refer to Q315158: ASP.NET Does Not Work WitHaspnet Account on Domain Controller: http://support.microsoft.com/default.aspx? Scid = kb; EN-US; Q315158 & and You roughly talk about the steps: 1. A user named ASPUSER is created in Administrative Tools-> Active Directory Users and Computes, which is added to the user group (in User Group by default) 2. In Administrative Tools-> Local Policy-> Userright Assignment, double-click the Log on AS A Batch Job item in the right column. In the pop-up window, click Add, select or enter the ASPUSER account that just created, determine. (Restart the machine) 3. Make sure the ASPUSER account has a corresponding file, the directory access is 4. Find the Machine.config file in the directory below:% systemroot% / microsoft.net/framework/v1.0.3705/config (SystemRoot is your installation directory),

Add / modification in the logo: username = "domainname / aspuser" password = "aspuserpassword" ASPUSERPASSWORD is the password of the ASPUSER just established, DomainName is your domain name finally! Check! Should be OK! TOP

Reply to: Tommax (smile life) () reputation: 100 2004-07-29 16:18:00 Score: 0? God, God, I installed countless things, if I reinstalled, old days, I don't Dare to imagine. I want to reload the software: Win2k3 vs2003 Office2003 SharePoint Server 2003 BizTalk 2003 SQLServer 2000 also has at least 30 development components and tools, including InstallShield X. TOP

Reply to: fenghaixu201 (fenghaixu) () Reputation: 100 2004-07-29 16:19:00 Score: 0? Is it still missing an ASPNET user? TOP

Reply to: Net_lover (Menciic E) () Reputation: 115 2004-07-29 16:19:00 Score: 0? Http://msdn.microsoft.com/library/default.asp? URL = / library / en -us / vsdebug / html / vxtskdebugginganaspwebapplicationDuringdevelopment.asp http://support.microsoft.com/default.aspx?scid=kb;zh-cn; 319842&product=Netframe TOP

Reply to: HertCloud (Heavy Duty ∮DOTN JOYES.com) () Reputation: 100 2004-07-29 16:22:00 Score: 0? Q: ASPX Item Can't debug a: 1, have launched a debug process (simultaneously Open two projects, and there is a debug): You can only start one; 2. Debug = "false" in the configuration file: change to true; 3, the virtual directory does not establish an application (or the name is empty): In the Virtual Directory Properties, "Applications" click Create 4, the project is configured to "Generate" - Configuration, select "Debug" 5, "You don't debug server permissions": Modify IE security settings, "Automatic usage Username and password login "If you can't do it, refer to MS solution: Control your error message, you should find a solution http://www.gotdotnet.com/team/csharp/learn/WhitePapers/howtosolvedebuggerproblems. DOC TOP

Reply to: Tommax (smile life) () reputation: 100 2004-07-29 16:23:00 Score: 0? To net_lover (Menciic E chapter), thank you for your pointing, I have found it. I have already got all in accordance with the Knowledge Base of MS. The permissions to be added are all added, and even I will join the Everyone users in the debugger user and the vs delevoper group. Old days, it will not reload it. TOP

Reply to: mmcgzs (have a chance, find new happiness ing! ∈ Wretched help - excellent member!) () Reputation: 100 2004-07-29 16:28:00 Score: 0? Open guest User TOP Reply to: LLL_long (冷 蝉) () reputation: 100 2004-07-29 16:29:00 Score: 0? How can I send a new post? ? TOP

Reply to: Davied2004 (WI THE SHS Shui) () Reputation: 100 2004-07-29 16:33:00 Score: 0? According to my experience you can use the following two ways 1. Restart IIS in the service Let's not be restarted in IIS, you want to be in the service. 2. You must remove all the components of the .NET, reinstall, and then load the .NET2003 components. TOP

Reply to: decay () () reputation: 100 2004-07-29 16:36:00 Score: 0? I have had such an experience, then depressed to the extreme, then changed the user, reinstalling IIS, reload FRMWORK1.1 is inexplicable OK -___- b TOP

Reply to: yhy80 () credit: 100 2004-07-29 16:38:00 Score: 0? Project IIS virtual directory Point right -> All Tasks -> Permission Wizard -> to set your Permission. TOP

Reply to: Wellcomer (') () Reputation: 100 2004-07-29 16:44:00 Score: 0? Hey, with the landlord. I can't debug, there are too many things, and too busy, I really can't reload. All the way upstairs (except for reloading) I have checked, it is useless. Now use browser to debug, you can't follow the code. Depressed ... I decided to reload this. TOP

Reply to: lxcc (insect) () Reputation: 99 2004-07-29 16:49:00 Score: 0? In C: / INETPUB / WWWROOT / below Web.Config Add

oral

May be SharePointServices to take over the TOP caused by IIS

Reply to: systemspy () Reputation: 100 2004-07-29 16:50:00 Score: 0? I have encountered that I am placing the project on the desktop, there is not enough permissions. Try a disc, such as: c: / inetpub / wwwroot, I don't know if I can solve your problem TOP

Reply to: wjh1234567890 () reputation: 100 2004-07-30 19:29:00 Score: 0? I have encountered the same problem with you today, and I have to solve it after a big effort. In order to prevent everyone from waste too much in this small problem, I will tell you about my experience. In fact, it is very simple, the operation steps are as follows: Open IIS, expand "Default Web Site", find the folder where your debug file is located, right-click, select "Properties", enter the "Directory Security" tab in the Properties dialog box ( Left 3), click on the "Edit" button in the top "Anonymous Access and Verification Control" box to enter the Verification Method dialog box, select "Integrated Windows Verification". TOP

Reply to: Net_lover (Mencius E Chapter) () Reputation: 115 2004-07-30 19:43:00 Score: 0? Join the debugger group to be on the server. Http://support.microsoft.com/default.aspx?scid=kb;zh-cn; 319842&product=Netframe Top Reply to: CityHunter172 (Che Yifeng) () Reputation: 100 2004-07-30 20:06:00 Score: 0? Press the following steps: 1. Win2000 VS.NET 2002 1, open vs.net-> Tools -> Options -> Project -> Web Settings -> Web Server Connections -> ForntPage Extensions 2, check the server "FontPage Extension", see if there is a "(192.168.0.1) admins" user group in the computer user group, if there is no "delete server extension". 3. Run "C: /Winnt/Microsoft.Net/framework/v1.0.0.05/ASPNET_REGIIS.EXE -I" under the MS-DOS command, then "c: /winnt/microsoft.net/framework/v1.0.3705 /Config/machine.config "" Username = "Machine" "Change to" UserName = "System" ". 4, "Configuring Server Extensions", after completing the wizard, re-enter the user group to see the "(192.168.0.1) admins you create, and then" (you) "join the group. 5. Right-click "Internet Information Report" -> Properties -> Server Extensions -> "Make up the author to upload the executable"; right-click "Default Web Site" -> Properties -> Main Directory -> Configuration -> Application Debugging -> Enable debugging 6, check "C: / INETPUB / WWWROOT" folder security attribute, there should be "(192.168.0.1) admins" user group, do not add appropriate power 7, run VS .NET, new project will have a username and password prompt box, enter "(you)". Second, WIN2003 VS.NET 2003 1, I: Right-click "Default Web Site" -> All Tasks -> Delete Server Extensions 2002 -> Will open a web page, enter "Administrator" and password, press step 3 Run "C: /Windows / Microsoft.net/framework/v1.1.1122/ASPNET_REGIIS.EXE -I" under the MS-DOS command, right-click "Default Web Site" -> All Tasks -> Settings Server Extensions 2002 Then click "Management" in the upper left corner -> Change anonymous access -> Select "Enable" "Participant" 5, if there is no permission to refuse access, "sub-web" below the above "Management Page" Subtites "Change Settings Note:" Do you use the Terminal Server to try to debug a web application on a remote computer? Under Windows XP, support the use of "Terminal Server" to remote debugging the local web application. And Windows 2000 or Windows NT is not supported. "After you finish the steps, no matter where you are, as long as you can connect with your computer, you can open the items you created (the condition is a client vs.net). Remember that only local computers can debug TOP

Reply to: JENG (Le) () Reputation: 91 2004-07-31 02:35:00 Score: 0? I have had the same problem, and later in IIS, I can start debugging, but : The set breakpoint is not used, directly bounce out the page, can not observe the variables are the same effect as F5 and Ctrl F5 - but it is really debugging - when the straightway is turned off, it can be returned to the non-debug state - - is useless to reload VS. Me: w2k Advanced VS2003 (7.1.3091) Top Replyers: xjliang007 () Reputation: 95 2004-07-31 08:56:00 Score: 0? Gz top

Reply to: Iamsoloist (SOLOIST) () Reputation: 100 2004-07-31 09:30:00 Score: 0? Our program is also, the program on my server I have never debugged, the machine can debug. I have seen many information, and I haven't figured it, the server and clients are Win2000 Server. TOP

Reply to: Tommax (smile life) () Reputation: 100 2004-07-31 09:32:00 Score: 0? Depressed ~ ~ All methods I have tried, I think this is the BUG of VS.NET, Too much trouble ~~ TOP

转载请注明原文地址:https://www.9cbs.com/read-122295.html

New Post(0)