1.
Q: The name must start with an invalid character. An error occurred while processing the resource "http://xxxx.xx. Row 1st, Location: 2
A: The reason is that ASP. NET support is not enabled for IIS.
The solution is also very simple, that is, re-register IIS: From the beginning-> Program-> Microsoft Visual Studio
2005-> open Visual Studio 2005 command in Visual Studio Tools
Prompt, enter the command: aspnet_regiis-I, and then register. Net again. It will be completed in less than one minute:
Start installing ASP. NET (2.0.50727 ).
..................
Finished installing ASP. NET (2.0.50727 ).
In addition, you also need to open the Properties dialog box on the right of the virtual directory, click ASP. NET properties page, and select the corresponding ASP. NET version (1.1 or 2.0) in the "ASP. NET version" item ).
The above two steps can solve the problem.