Hi,
In my site when I open the home page it's opening properly, but when I go to the other pages it shows the following error
'/*.aspx*' is not a valid virtual path.
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.Web.HttpException: '/*.aspx*' is not a valid virtual path.
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. |
Stack Trace:
[HttpException (0x80004005): '/*.aspx*' is not a valid virtual path.]
System.Web.VirtualPath.Create(String virtualPath, VirtualPathOptions options) +3626815
System.Web.HttpServerUtility.MapPath(String path) +79
DotNetNuke.HttpModules.RewriterUtils.RewriteUrl(HttpContext context, String sendToUrl, String& sendToUrlLessQString, String& filePath) +308
DotNetNuke.HttpModules.RewriterUtils.RewriteUrl(HttpContext context, String sendToUrl) +45
DotNetNuke.HttpModules.UrlRewriteModule.RewriteUrl(HttpApplication app) +3002
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +1180
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 <!--
[HttpException]: '/*.aspx*' is not a valid virtual path.
at System.Web.VirtualPath.Create(String virtualPath, VirtualPathOptions options)
at System.Web.HttpServerUtility.MapPath(String path)
at DotNetNuke.HttpModules.RewriterUtils.RewriteUrl(HttpContext context, String sendToUrl, String& sendToUrlLessQString, String& filePath)
at DotNetNuke.HttpModules.RewriterUtils.RewriteUrl(HttpContext context, String sendToUrl)
at DotNetNuke.HttpModules.UrlRewriteModule.RewriteUrl(HttpApplication app)
at DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--><!--
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using
. Consider using
or
in production environments.-->