VisualStudio.net2003 cannot debug an example of ASP.NET programs

xiaoxiao2021-03-06  58

Visual Studio .NET 2003 does not debug an ASP.NET program has many reasons, with an important reason is that the permission setting is not properly set. Now look at my question: You can use the VS to write the ASP.NET program normally, but this prompt will appear when running. Depressed, check it on Google, did not find it; I asked in 9cbs, I didn't ask. Things have always been like this, but it's okay, although I can't debug, but I can build it, I can open the IE to enter the address or browse, but I can't debug, it is always uncomfortable, this is always written with Notepad to write ASP.NET programs What is the difference. However, the question was automatically disappeared before, and the only thing I did was changed to the PVS format where the home of the home directory. This problem disappears, strange. A few days ago, I changed the computer, and the system has to be reloaded. As a result, when I opened this project with VS, I appeared again. What to do, if you can't debug, work must not be completed within the specified time. I read this error tip carefully. See what is "located in the Internet area" above. I open IE, type http://127.0.0.1/dzd, and INTERNET appears in the lower right corner of IE, indicating that this site is located in the Internet area. how can that be possible? So I changed a way of writing, entered in the address bar: http:// localhost / dzd, ah, the area in the lower right corner changed, turned into the intranet area. Ok, this time you should be able to debug. In order to modify the web address of this project, I opened [My Document] - [Visual Studio Projects] - [DZD], there is a dzd.sln file inside, and it will see this ASP.NET project after opening. The URL is http://127.0.0.1/dzd. I modified this address to http: // localhost / dzd, saved. Use VS to open this dzd.sln file, run. An error, but this error message changed, saying that I didn't apply Windows integration verification. This kind of good office, right-click [My Computer] - [Administrative] - [Services and Applications] - [Internet Information Service], press Right-click on [Default Web Site], select [Properties] - [ Directory Security]. Click [Edit] button in [Anonymous and Authentication Control] to play the crochet before the bottom [Integrated Windows Authentication]. Press [OK] to exit computer management. Then reopen dzd.sln, run. OK, VS will automatically open the IE browser for browsing. After an error occurs, VS will give relevant hints, you can write, track the code. Ha ha. PS: The main directory of IIS is on the partition in the NTFS format, I have no test on the partition in the FAT32 format. However, it should be almost the same. Ha ha.

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

New Post(0)