Server production Environment:Operating system: Windows Server 2008R2 EnterpriseWeb server: IIS 7.0Program language: ASP.Issue: User \ ' iisapppool\\x\ ' login failed.Analyze the cause of the problem: when the developer, not out of the development environment for the release of the environment test, and even without any configuration documentation, which for the central operation of the operation of the technology to bring great passivity. For example: the development environment and configurati
different path (such as Mydir under Tomcat)Copy the corresponding project folder or war to Mydir under TomcatModify the server under Conf, add the context node under the host node, and register the Web service.Path= "" is the URL path to run after deployment, Docbase is the file name for your war. During the first run, Tomcat automatically extracts the war and generates a site with the name specified by path.Both the war file and the
It is necessary to use the Dreamweaver MX 2004 site Manager to check and organize your Web site files before publishing the site. You can find broken links, bad code, and unused orphaned files for corrective and processing.
The steps are as follows: In the Edit View Point site menu > select Check Site-wide links, the Results dialog box is displayed, as shown in the following figure:
The follow
folder, and in the application pool you will see an application pool with the same name as your site, such asEighth step: Select the target program pool, click Basic Settings, modify its. NET Framework version to ensure that your project is the same version, modify other basic settings and permissions.Nineth step: Go back to the site column, select your target site, click "Site Bindings", the following window appearsTenth step: Click Edit, the following window appears, in the IP drop-down bar w
First, create the projectSecond, modify the configuration fileUnder the system.web node, addFor example:"true"targetframework="4.5"/> "4.5"/> "HttpSoap"/> "HttpPost"/> "HttpGet"/> "Documentation"/> Third, build IISIv. Adding websitesAdd a Web site under IIS ManagerThen use the IP address + port number + page path to access the Web site (note that the ports used need to open ports in the firewall)such as: 10
indicates that the output file is saved to the Tomcat installation directory, and the third one has not been used.
However, if you need to modify this configuration, you need to remove all the projects under the Tomcat service (
removeAll),
Right-click the Clean command, and finally modify the configuration;
In addition, there are two parameter input boxes below this option:1. Server path (that is, Tomcat or eclipse root)2. Deploy path (the root directory of the project fil
this error, there is no detailed error, only to find the default error page content is this, and then various modes of various attempts, but has always been this error, here to say the aspnetcore_enviroment of the three environment variables.The above is about the multi-environment introduction, directly patted the contents of the book, it may be too long time the reason, forgot to configure the daemon in the Supervisor environment variables,Here the process environment variable is production,
There have been many published programs in recent months that have encountered problems that could not be accessed after the various IIS publishing Web programs. Originally thought to all kinds of problems have been touched almost, but today for a problem toss a big day. The specific process is as follows:To publish the Web application on a server2008 R2 64-bit s
1If the WCF service is in the same IIS directory as the Web publication, there are no cross-domain issuesBut before you publish, change the servicereferences.clientconfig to change the WCF service address to the IP address of your published IIS (including ports)2 Registering for IIS Aps.netRefer to the following steps:Open the Address c:windowsmicrosoft.netframeworkv4.0.30319 (the highest. NET version, except 4.5) on command prompt cmd (required to ru
by default is version 2.0, where you select the framework version used by the siteIf it was developed by VS2010, select 4.0If it was developed by VS2008, select 3.5If it was developed by VS2005, select 3.0Note that the managed pipeline mode is to select integration. If it is "classic", there may be errors at runtimeSteps to read
8Click New site → click content view → select Start Page → Right click to browseSteps to read
9OK, the site has been able to access the normal (^o^)/On other comput
Typically, a Web project is published under Tomcat under the WebApps file directory.When visiting:For example: The Web App project name is: Webmanager, after deployment to Tomcat, is deployed in the HTTP protocol header/tomcat/webapps/webmanager, the URL is: HTTP protocol header//localhost:8080/ Webmanager.Whenever you visit a site page, the Address bar is: HTTP protocol header//www.1234.com/login.html. So
Aspnet_compiler.exe can only compile Web sites, Web application projects use the following command.MSBuild C:\jenkins\jobs\km_erp_webapp\workspace\kmwebapp\kmwebapp.csproj/t:resolvereferences; Compile/t:_copywebapplication/p:configuration=release/p:webprojectoutputdir=c:\jenkins\jobs\km_erp_webapp\ Workspace\precompiledweb\web/p:outputpath=c:\jenkins\jobs\km_erp_
First, the project-right---generate--publish--publish to a specific file path (such as: F:/testui) Second, the computer--right-click Management--internet Information Services (IIS) Manager--site--Right-click Add site Add on Site name and change the corresponding application pool to the. NET Framework v4.0, integration Next, select the path where the project will be stored (the file address previously published by the program, such as: Testui), and the project file must be the root directory
1. Go to IIS settings, select "Administrative Tools" in Control Panel, and select "Internet Information Services (IIS) Manager" after entering2. Click "Add" Application pool, select the framework according to the version3. Add website, right click on website, add, enter website name, physical path, port number, OK4. Enter http://127.0.0.1:80:8009 in the browser to access the website!When the Web application was published inside the IIS7, there was aWi
The first time you publish a website in Server2008, there are a lot of errors, which are recorded here for later study.(1), first on the IIS first build a website, (site name, physical path, type IP address and port) and then click Confirm, so that is to build a website first.(2), on VS, select Launch Item right-click Publish, add project name on Profile page.(3), the Connection page, the ip,site name of the server in which you add the servers is the Web
Questions about Web Publishing1. Company profile the first line of text indentation a lot, you can try to add a div on the UL and then clear floating, can be resolved2. About news typesetting, how to add icons and text in front of the text with underlined text followed by a news dateUse DD or Li to define width and height to set text spacing, add background image to DD or LiBackground:url (.. /images/icon1.jpg) No-repeat left center;Add . News-right u
1. First Class error (Web server is configured to not list contents of this directory)The problem does not set the default document for the requested URL, and in the IIS "default document" add a default document name that you want to access, such as: Default.aspx.2, the second type of error (the content of the request appears to be a script, so there will be no static file handlers to handle)This occurs because the framework is installed first, after
A lot of students in this chapter have found themselves clearly follow the book step by step implementation, but in the home page can not see the blog post release form. This problem is actually very well solved.First, download a db Browser for SQLite. Ubuntu users can enter the following commands at the terminal:sudo Install Sqlitebrowser Then use this database browser to open the database in Flasky, in the role table in the book as described in the 9th chapter, all the characters manually inp
--all given their permissions to read and write--ok2. First shut down IIS, empty the C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP. NET files\ directory, restart IIS, and then give C:\Windows\ The Microsoft.net\framework\v2.0.50727\temporary ASP. Files\ Directory adds the network service and Iis_user user rights, and is set to read and write permissions, as described in step 1th.3, add Users and Network Service user rights to the Web sit
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.