简体   繁体   中英

configuring asp.net website on iis on windows 7

I have website and I configured it on IIS. I did not supply any ip and let the default be stayed "All unassigned".

When I browse the site from IIS manager it's give error in browser that "The resource cannot be found" and the url is 'loclhost/MAIN.aspx"

My application name is rentalone but the url does not include the app name. It just gives the page name and localhost.

What am I doing wrong.

Please help thanks

Go into IIS, expand the tree in the left side, you should see a Default Web Site eventually in the tree. Right click that and select Add Application, it will ask you for a Name and location, location is there you application files are and Name whatever you like. When that is done, you can go to http://localhost/MyAppName/main.aspx

MyAppName being the name you provided it

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