Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
There is a site which was created long back in IIS with in Default Website. for example site accessible through : http:mysite.co.in/myapp/login.aspx
Actually, files are deployed in this location "C:\inetpub\wwwroot\myapp"

Now I wanted to deploy the application out side the Defaultwebsite as its own site like "C:\inetpub\myapp". So, the site url will be "http:mysite.co.in/login.aspx"

The problem is we have sent a mail with site link as below "http:mysite.co.in/myapp/login.aspx" to many clients.

Then mail link will not work. So, I wanted to set both url to work perfectly.

What I have tried:

I have tried to add virtual directory and converted the virtual directory as application
Posted
Updated 1-Aug-18 5:42am

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900