Reputation: 4298
I have classic asp project uploaded in the IIS 7 with ApplicationPool set to .Net framework 2.0.Now I have develop admin site for that but its in the asp.net 3.5.So I want to insert this application inside this classic asp project which is deployed. i.e.
old classic asp have url
http://192.168.1.159:8888/profile/
and now my admin site will reflect to
http://192.168.1.159:8888/profile/admin/
but I am getting some error when I try to look in the browser and its failed to load. How can I configure this or what setting I have to do in IIS 7 so that this will work fine ??
Thanks in advance.
Upvotes: 0
Views: 784
Reputation: 6372
You will want to configure your /admin
folder as a new application.
/admin
folderSee here for a picture of the dialog that opens after step 6.
Upvotes: 1