Multi-project sharing session in ASP.NET

xiaoxiao2021-03-06  83

1. Create a blank solution Blank solution, such as: D: /myproject/myproject.sln 2. Renary of the root of a web application in D: / myProject / Webmis and set to http: // localhost / Webmis virtual directory 3. Creating a directory according to the module in a webmis directory, such as: D: / myProject / Webmis / Login and D: / MyProject / Webmis / Checkout 4. New web Application according to the module in vs.net, such as: Http: // localhost / webmis / login and http: // localhost / webmis / checkout 5. New login and checkout two directorys are automatically set to virtual directory 6. Add login and checkout in the Webmis project. Delete login and checkout in IIS Manager 8. Delete the Global.asax (dividing project) of each item 9. Remove the following code in the Web.config (dividing project) of the project: web or deleted .config (if you do not need to configure in each directory) 10. After compiling, you can run.

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

New Post(0)