Is it possible to change Application corresponding to Umbraco under IIS ?
I have a personal website: www.myname.org. I created an application called "Umbraco" with IIS under website myname.org, so the Umbraco instance was accessed with URL http://www.myname.org/Umbraco. I was experimenting, and it worked quite well. Now, I want change the app name so the Umbraco instance will be accessed with http://www.myname.org/NewHome. Since the web app cannot be renamed, so I deleted the app Umbraco (NOT the folders), then created a new app called NewHome pointing to exactly the same folder. When I access http://www.myname.org/NewHome, I get the following errors:
Server Error in '/NewHome' Application.
The view found at '~/Views/Home.cshtml' was not created.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: The view found at
'~/Views/Home.cshtml' was not created.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.
Is it possible to change Application corresponding to Umbraco under IIS ?
I have a personal website: www.myname.org. I created an application called "Umbraco" with IIS under website myname.org, so the Umbraco instance was accessed with URL http://www.myname.org/Umbraco. I was experimenting, and it worked quite well. Now, I want change the app name so the Umbraco instance will be accessed with http://www.myname.org/NewHome. Since the web app cannot be renamed, so I deleted the app Umbraco (NOT the folders), then created a new app called NewHome pointing to exactly the same folder. When I access http://www.myname.org/NewHome, I get the following errors:
Could anyone shed some light on this?
is working on a reply...