Since July around the time of the Web site development, mainly on the sensor data collection to display and simple analysis, has been a number of Web site management module implementation; but has been in beta, and there is no real deployment out, let alone the application of the domain name released him; today, to go out and show, No way can always let people see the program, then use IIS deployment.
Installation steps:
First install IIS5.1, because is XP system, if is sever2003 is iis6;win7 is IIS7; Installation steps: The Start menu in the lower left corner----Control Panel----Select Add/Remove Programs, open the Add/Remove Programs form----Click on the left side of the form. Add/Remove Windows components, click Install, if missing any files in the installation process, point to IIS file path, install, all the way Ok,iis installation complete
Then install. netFramwork4.0, this is the ASP site must, this piece must pay attention to the version of the problem, just started to install the version of 2.0, anyway, it is best to download the latest; Here I use the 4.0.30319.01 version;
Finally, the browser's choice of installation, note that sometimes your program may not be through all the browser version, some data is not drawn, so in the absence of complete testing, it is best to choose the browser has been tested good test;
All installations complete, now deploy
First asp.net option to 4.0 version, because there may have been other versions before, at the same time in the Config option to choose our site config path, but also on the XP can not create a new site, can only have a default site, only need to change it on the line; so choose your directory, and then the right to choose, are playing √ Execute Permissions Select executable script (otherwise some features cannot be displayed), note that the path of this site is not used in the previous default site, need a new path, preferably a shallow path. Finally in the site that tab inside the Web site set up, and sometimes the native IP, in some cases is 127.0 0.1; when it is available, what to test.
Finally, it's OK to start in the browser.
Last few notes: hope that you do not make mistakes, first of all if the same Web site in other servers configured well, but not configured on this machine, then it must be a procedural problem, do not suspect the program, and then be sure to update their own procedures in time to know what version is the latest; If you use the browser to browse the site is now good enough, then your browser settings are certainly right, then the browser does not need to tangle.