Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple .Net applications on one IIS server

Status
Not open for further replies.

dvannoy

MIS
May 4, 2001
2,765
US
I have installed an asp.net application onto the that controls my portal environment. I then created an we application under the default website that contains it's own web.config, app file etc. once I try and call that application it seems like IIS is pointing to the web.config file on the root not where that application is stored. how can I have multi web applications running on one IIS server?

any help would be appreciated

thanks
 
I'm not sure if your question are about it, but....

There's two ways to make a website on a IIS
In the first one, you can create a virtual directory on the default website and then url would be In the second one you can create a website (only for windows servers operating systems), and assign it a free port of your server, and the url will be
In both cases, you can see the web.config location on the asp.net section of the properties of your virtual directory/website.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top