简体   繁体   中英

configuring IIS server to work with application

i created an asp.net web app and it works fine with the compiler.

i would like to try it now with IIS server.

i installed the IIS server succesfully on my machine and was wondering if i can have some guidance on redirecting the application to work on it,

how would i get it to work on IIS?

just open IIS configuration manager and create a Virtual Directory that points to the folder where you have the web.config and the bin subfolder.

After that you can do right click on the virtual directory on the left treeview, under My Web Site and click browse to open the site with the default browser.

this in twp sentences, to configure security, application pools and much more you should just google and read a bit of basic IIS doc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM